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_geom.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-04-09
Refs #36036 -- Removed unsupported 4D GEOS tests.
Andrew
2025-02-03
Refs #36036 -- Added support for GEOSHasM.
Andrew Harris
2025-01-15
Refs #35058 -- Removed OGRGeometry.coord_dim setter per deprecation timeline.
Sarah Boyce
2024-10-22
Refs #34406 -- Added support for GDAL curved geometries.
David Smith
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2024-02-12
Refs #35058 -- Added support for measured geometries to GDAL GeometryCollecti...
David Smith
2024-01-31
Refs #35058 -- Added support for measured geometries to GDAL Polygon.
David Smith
2024-01-29
Refs #35058 -- Added support for measured geometries to GDAL LineString.
David Smith
2024-01-28
Refs #35058 -- Made centroid available on all geometry types.
David Smith
2024-01-25
Refs #35058 -- Added support for measured geometries to GDAL Point.
David Smith
2024-01-23
Refs #35058 -- Deprecated OGRGeometry.coord_dim setter.
David Smith
2024-01-22
Added more WKT and WKB tests.
David Smith
2024-01-18
Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.
David Smith
2023-12-27
Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types.
David Smith
2023-12-26
Refs #35058 -- Added __repr__() to OGRGeomType.
David Smith
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
2021-04-07
Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
Claude Paroz
2021-03-23
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Mariusz Felisiak
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-09-04
Improved messages in IndexErrors raised by GDAL objects.
Nick Pope
2017-09-03
Fixed #28558 -- Simplified code to remove OGRIndexError.
Nick Pope
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-12-08
Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.
Sergey Fedoseev
2016-11-12
Dropped support for GDAL 1.7 and 1.8
Claude Paroz
2016-06-21
Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().
Sergey Fedoseev
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-14
Fixed #25932 -- Made predicates of OGRGeometry return bool instead of int.
Sergey Fedoseev
2015-10-21
Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`.
Sergey Fedoseev
2015-05-13
Removed test numbering in gdal tests
Claude Paroz
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham