Changes between Version 5 and Version 6 of GeoDjangoBackground
- Timestamp:
- Dec 25, 2009, 4:58:39 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoBackground
v5 v6 15 15 * 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. 16 16 * [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] 18 18 * 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. 19 19 * Has utility functions for unit of measurement (UOM) conversions (e.g. meters -> kilometers, kilometers -> miles, etc.)