index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gis_tests
/
gdal_tests
/
test_srs.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-11-04
Fixed #35883 -- Confirmed support for GDAL 3.9.
David Smith
2023-12-20
Fixed #35049 -- Dropped support for GDAL 2.4.
David Smith
2023-02-17
Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...
Stefan Brand
2023-02-17
Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...
Stefan Brand
2023-01-13
Fixed #34234 -- Dropped support for PROJ 4.
Leo
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-19
Added tests for SpatialReference.to_esri()/from_esri().
Mariusz Felisiak
2020-05-13
Renamed PROJ.4 to PROJ.
Claude Paroz
2020-05-12
Fixed #30678 -- Added support for GDAL 3.
Claude Paroz
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-06-11
Fixed #26736 -- Fixed crashes in SpatialReference with non-ASCII characters.
Sergey Fedoseev
2016-05-07
Made GDAL proj test less fragile
Claude Paroz
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham