1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/gis_tests/gdal_tests
David Smith f4c5973464 Refs #35058 -- Deprecated OGRGeometry.coord_dim setter.
Reflecting a change in the underlying GDAL library (since GDAL 2.1)
using coord_dim to set a geometries dimensions is deprecated in favor
of set_3d().
2024-01-23 05:37:59 +01:00
..
__init__.py
test_driver.py Fixed #34411 -- Updated GDAL API to handle vector DataSource's. 2023-12-18 09:42:04 +01:00
test_ds.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_envelope.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_geom.py Refs #35058 -- Deprecated OGRGeometry.coord_dim setter. 2024-01-23 05:37:59 +01:00
test_raster.py Fixed #34572 -- Added support for GDAL 3.7. 2023-06-30 06:03:08 +02:00
test_srs.py Fixed #35049 -- Dropped support for GDAL 2.4. 2023-12-20 21:44:11 +01:00
tests.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00