I'm trying to use the GEOS library from Python, specifically via Django (django.contrib.gis.geos).
Looking at the GEOS documentation, there are two methods on LineString I want to call that aren't available from Python: project and closestPoint.
Is there any reason why they're not available? Can they be added to the Python bindings?
As far as I can tell, they're in /usr/lib/libgeos_c.so.1.6.0, is there a way to call them directly if they can't be added to the library?