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