#18209: Add GEOS functions supported by Shapely that GeoDjango lacks
-----------------------------+--------------------
Reporter: slinkp | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: 1.3
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+--------------------
We don't have interpolate() or project() methods. Shapely does:
http://toblerity.github.com/shapely/manual.html#linear-referencing-methods
It can useful to specify position along linear features such as
LineStrings and
MultiLineStrings with a 1-dimensional referencing system. Shapely
supports linear referencing based on length or distance,
evaluating the distance along a geometric object to the projection of a
given point, or the point
at a given distance along the object.
I don't know what else, if anything, Shapely has that we don't have, but I
stumbled on not having interpolate today.
--
Ticket URL: <https://code.djangoproject.com/ticket/18209>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.