Changes between Version 5 and Version 6 of GeoDjangoBackground


Ignore:
Timestamp:
Dec 25, 2009, 4:58:39 PM (14 years ago)
Author:
Tofi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoBackground

    v5 v6  
    1515   * There are direct SWIG Python bindings in GEOS 3.0.0RC1 and above.  In other words, the entire GEOS API may be called directly from Python.
    1616 * [http://www.initd.org/tracker/psycopg/wiki/GeoTypes GeoTypes] is a type (and conversion) library for PostGIS via psycopg.
    17  * [http://exogen.case.edu/projects/geopy/ Geopy]
     17 * [http://code.google.com/p/geopy/ Geopy]
    1818   * Calculates 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.
    1919   * Has utility functions for unit of measurement (UOM) conversions (e.g. meters -> kilometers, kilometers -> miles, etc.)
Back to Top