3

Is there a way to use django's GEOSGeometry without installing all of Django? I know it is possible to use it independently and I could trim out the rest of Django, but since it is quite useful, I wonder if somebody did this already. Basically, I want to easy_install GEOSGeometry.

rapto
  • 405
  • 3
  • 15

1 Answers1

2

If you can't get GEOSGeometry that way, "easy_install Shapely" gets you a package that's equivalent. See http://toblerity.github.com/shapely/README.html.

sgillies
  • 2,231
  • 15
  • 9