django1/django/contrib/gis/gdal
Daniel Wiesmann 48548d1a47 Refs #25588 -- Added the srid property to GDALRaster
Geometry objects have an srid property, so this addition makes the raster api
more similar to the geometries api.
2015-10-28 15:27:19 +01:00
..
prototypes Refs #24840 -- Added GDALRaster Warp and transform methods 2015-06-24 18:31:22 +02:00
raster Refs #25588 -- Added the srid property to GDALRaster 2015-10-28 15:27:19 +01:00
LICENSE Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
base.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
datasource.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
driver.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
envelope.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
error.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
feature.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
field.py Added GDAL 2.0 support 2015-06-20 14:40:50 +02:00
geometries.py Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`. 2015-10-21 18:54:28 -04:00
geomtype.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
layer.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
libgdal.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
srs.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00