django/tests/gis_tests/gdal_tests
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
..
__init__.py
test_driver.py
test_ds.py
test_envelope.py
test_geom.py Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`. 2015-10-21 18:54:28 -04:00
test_raster.py Refs #25588 -- Added the srid property to GDALRaster 2015-10-28 15:27:19 +01:00
test_srs.py