1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
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