Chris, http://pypi.python.org/pypi/Rtree is much more flexible and Pythonic than GEOS' strtree implementation. Performance-wise, they should be comparable within reason (I haven't run a test to know for sure). Rtree brings a lot more to the party though.
Brought to you by the some of the same folks who develop Shapely... Howard On Aug 6, 2010, at 2:27 PM, Christian Sengstock wrote: > Hi list, > i would like to use the STRtree (geos::index::strtree::STRtree) > directly form Shapely. Anyone knows if there are any implementations > (extensions to the API) available or planned? > Or is there another R-tree like spatial index widely used within python? > > If there are no projects yet i think i can provide an extension of the > shapely API to the geos::index::strtree::STRtree. > > Please write comments if you think this is unnecessary work. > > All the best, > Chris > _______________________________________________ > Community mailing list > [email protected] > http://lists.gispython.org/mailman/listinfo/community _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
