1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/gis_tests/gdal_tests
Mariusz Felisiak 2cd4026334
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Different PROJ versions use different transformations, all are correct
as having a 1 meter accuracy.

These are differences in PROJ versions that cannot and should not be
handled in Django itself.

Thanks Jani Tiainen and David Smith for reports.

See: https://github.com/OSGeo/gdal/issues/3377
2021-03-23 09:16:33 +01:00
..
__init__.py
test_driver.py
test_ds.py Fixed #32230 -- Made DataSource support pathlib.Path. 2020-11-28 07:36:19 +01:00
test_envelope.py
test_geom.py Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X. 2021-03-23 09:16:33 +01:00
test_raster.py Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID and driver. 2020-09-11 10:31:38 +02:00
test_srs.py Renamed PROJ.4 to PROJ. 2020-05-13 10:30:30 +02:00
tests.py Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash. 2020-02-24 13:28:51 +01:00