Changes between Version 11 and Version 12 of GeoDjango


Ignore:
Timestamp:
Feb 25, 2007, 10:49:30 PM (18 years ago)
Author:
Jeremy Dunck <jdunck@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v11 v12  
    66
    77= Useful code =
     8 * [http://postgis.refractions.net/ PostGIS], the [http://www.opengis.org/docs/99-049.pdf OpenGIS SQL Types (pdf)] implementation for Postgresql
     9 * [http://geos.refractions.net/ GEOS], low-level C++ port of [http://www.jump-project.org/project.php?PID=JTS Jave Topology Suite], used by PostGIS
     10 * [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.
    811
     12= Questions =
     13 
     14= Alternatives =
    915
     16= Implementation =
    1017
    11 = Alternatives =
     18== Phase 1 ==
     19  Assume existing data and fields, and that the
    1220
    1321== Custom Manager ==
     
    3543area(bbox.geom)
    3644}}}
    37 
    38  ... more to come :P
    39 
Back to Top