Changes between Version 4 and Version 5 of GeoDjangoDiscussion
- Timestamp:
- Jul 8, 2007, 2:33:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoDiscussion
v4 v5 14 14 * Spatial querying w/ unit tests 15 15 * More robust gdal datasource support: missing/null values, multipoly in poly, multiline in line, etc. 16 * gdal.Field.value dies on int(' '). Better to have (GIS) exception or return None?16 * gdal.Field.value dies on int(' '). Better to have (GIS) exception or return None? 17 17 * C object lifetime management 18 18 * leak testing? (Lots of handles and __delete__ ; affects gc, see: [http://docs.python.org/lib/module-gc.html#tex2html190 gc.garbage]) … … 21 21 * or does ctypes do something magical? 22 22 * Why are transform and transform_to are separate? 23 24 25 26 23 * FAQ has been updated to answer this question 24 27 25 === Common CS === 28 26 * WGS84