Changes between Version 22 and Version 23 of GeoDjango


Ignore:
Timestamp:
Feb 28, 2007, 6:10:17 PM (18 years ago)
Author:
jbronn <jbronn@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v22 v23  
    1111   * [http://zcologia.com/news/14/python-geos-module/ PyGEOS, now outdated due to PCL, below], and shedloads more stuff on "python, geospatial, and the web"
    1212   * [http://gispython.org/ Python Cartographic Library] - [http://trac.gispython.org/projects/PCL actively maintained], huge GIS package, GPL.
     13   * There are direct SWIG Python bindings in GEOS 3.0.0RC1 and above.
    1314 * [http://www.initd.org/tracker/psycopg/wiki/GeoTypes GeoTypes] is a type (and conversion) library for PostGIS via psycopg.
    1415 * [http://exogen.case.edu/projects/geopy/ Geopy] calcs distances using (very accurate) [http://www.movable-type.co.uk/scripts/LatLongVincenty.html Vincenty], and uses the [http://en.wikipedia.org/wiki/World_Geodetic_System WGS 84] datum by default.  Also has utility functions for UOM conversions.
Back to Top