django1/django/contrib/gis/gdal/raster
Daniel Wiesmann b9cb81570e Made SRID a required parameter for GDALRaster instantiation; refs #23804.
Earlier versions of GDAL do not allow the srid to be set to 0,
so it should be a required parameter to ensure compatibility.
2015-03-17 08:16:12 -04:00
..
__init__.py Added RasterSource/GDALBand GDAL objects 2014-12-23 16:36:18 +01:00
band.py Added write support for GDALRaster 2015-03-16 19:37:43 +01:00
const.py Added write support for GDALRaster 2015-03-16 19:37:43 +01:00
source.py Made SRID a required parameter for GDALRaster instantiation; refs #23804. 2015-03-17 08:16:12 -04:00