Changes between Version 65 and Version 66 of GeoDjango


Ignore:
Timestamp:
Apr 10, 2007, 10:22:25 AM (18 years ago)
Author:
jbronn
Comment:

added more possibilites for collaboration

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v65 v66  
    109109
    110110== 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:
    113112   * Mapping framework
    114113   * WMS/WMF Framework -- '''[http://trac.gispython.org/projects/PCL/browser/OWSLib/trunk OWSLib]''' looks excellent for this (BSD licensed and has unit tests!)
     
    116115   * Database representation ideas
    117116   * 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.
    118121
    119122= Example =
Back to Top