Tagged Questions
8
votes
2answers
395 views
How to speed up space partitioning in postgis?
I've a bunch of overlapping polygons and I'm trying to partition the space to avoid having overlapping ones. I think my problem is fairly simple.
Using some ESRI product and ...
6
votes
1answer
159 views
Optimize GEOSGeometry's spatial operations by avoiding thread-safety checks
A ranking algorithm I'm developing for a Django webapp requires performing spatial operations (within, intersections, sym_difference, etc.) using a query against large number of geometry objects.
...