Changes between Version 65 and Version 66 of GeoDjango
- Timestamp:
- Apr 10, 2007, 10:22:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v65 v66 109 109 110 110 == Collaboration == 111 * PCL (Python Cartographic Library), now part of [http://www.gispython.org/ GIS Python], has done a lot of good work already. Let's apply the DRY principle. 112 * Strong opportunities for collaboration with regards to: 111 * PCL (Python Cartographic Library), now part of [http://www.gispython.org/ GIS Python], has done a lot of good work already. Let's apply the DRY principle. Strong opportunities for collaboration with regards to: 113 112 * Mapping framework 114 113 * WMS/WMF Framework -- '''[http://trac.gispython.org/projects/PCL/browser/OWSLib/trunk OWSLib]''' looks excellent for this (BSD licensed and has unit tests!) … … 116 115 * Database representation ideas 117 116 * GEOS support, Sean Gilles (lead developer of PCL) looking for help maintaining Python/SWIG interface to GEOS. If SWIG interface no longer maintained, might have to move to PCL for up-to-date GEOS library support. 117 * [http://code.google.com/p/django-coordinatesfield/ CoordinatesField]. 118 * Jannis Leidel has already come up with a way to manipulate points in the admin interface, BSD licensed. 119 * [http://exogen.case.edu/projects/geopy/ geopy] 120 * Brian Beck has written a good foundation for geocoding and distance calculations, BSD licensed. 118 121 119 122 = Example =