1

Is it possible to create a prepared geometry object using the Python SWIG geos.ogr module? It seems that Shapely and GeoDjango both have this functionality, but I can't see any mention of it in the standard Python module source or documentation. Unless I'm missing something, this seems somewhat of an oversight.

http://toblerity.github.io/shapely/manual.html#prepared-geometry-operations https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/#prepared-geometries

asked Apr 29, 2013 at 22:15

1 Answer 1

1

"There's currently no access to GEOS prepared geometries in OGR. They are just internally used by OGR since GDAL 1.10 to evaluate the layer spatial filter."

http://lists.osgeo.org/pipermail/gdal-dev/2013-April/036101.html

answered May 14, 2013 at 15:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.