Open
Description
Copied from https://trac.osgeo.org/geos/ticket/1130
For usage in cluster computing workloads, the possibility of dumping / loading a built STRTree to/from some (internal) binary format through the CAPI would be a major enhancement.
Now, a tree needs to be rebuilt in every worker, which has considerable overhead.
It is unclear to me how much effort this would require. But some users would be very happy with this enhancement.
Related:
https://github.com/pygeos/pygeos/issues/274
https://github.com/Toblerity/Shapely/issues/1033