Can django GEOSGeometry be used as a standalone product

Is there a way to use django GEOSGeometry without installing all of Django? I know I can use it myself and I could trim the rest of Django, but since it's very useful, I'm wondering if anyone has done this already. Basically, I want an easy_install GEOSGeometry.

+3


source to share


1 answer


If you cannot get a GEOSGeometry this way, easy_install Shapely will get you an equivalent package. See http://toblerity.github.com/shapely/README.html .



+2


source







All Articles