django1/django/contrib/gis/gdal
danger 45a1a54b0b Added support for gdal 1.9. 2012-06-19 11:33:27 +02:00
..
prototypes Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
tests Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
LICENSE Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
__init__.py Fixed GIS testsuite. 2012-06-17 11:39:02 +02:00
base.py Replaced types.NoneType occurrences 2012-05-23 12:20:03 +02:00
datasource.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
driver.py Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
envelope.py Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. 2011-08-12 14:14:15 +00:00
error.py Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner 2011-03-14 23:00:03 +00:00
feature.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
field.py Fixed an obsolete comment. 2011-10-31 18:54:24 +00:00
geometries.py Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
geomtype.py `OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary workaround in `Layer.geom_type`; corrected geometry type in test VRT file. Refs #11433. 2009-11-14 23:25:44 +00:00
layer.py Added support for spatially filtering what OGR features are returned in iteration via the `Layer.spatial_filter` property. 2009-11-10 01:54:35 +00:00
libgdal.py Added support for gdal 1.9. 2012-06-19 11:33:27 +02:00
srs.py Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00