summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal
AgeCommit message (Expand)Author
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-11-25Fixed #36756 -- Dropped support for GDAL 3.1 and 3.2.Mariusz Felisiak
2025-11-24Fixed #36738 -- Confirmed support for GDAL 3.12.Varun Kasyap Pentamaraju
2025-08-21Fixed #36382 -- Confirmed support for GDAL 3.11.David Smith
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-01-15Refs #35058 -- Removed OGRGeometry.coord_dim setter per deprecation timeline.Sarah Boyce
2024-12-27Fixed #35891 -- Confirmed support for GDAL 3.10.David Smith
2024-11-04Fixed #35883 -- Confirmed support for GDAL 3.9.David Smith
2024-10-22Refs #34406 -- Added support for GDAL curved geometries.David Smith
2024-09-19Fixed #35776 -- Dropped support for GDAL 3.0.David Smith
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-26Applied Black's 2024 stable style.Mariusz Felisiak
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-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
2023-12-23Refs #35058 -- Added support for WKB > 2GB with GDAL 3.3+.David Smith
2023-12-21Fixed #35005 -- Confirmed support for GDAL 3.8.David Smith
2023-12-20Fixed #35049 -- Dropped support for GDAL 2.4.David Smith
2023-12-18Fixed #34411 -- Updated GDAL API to handle vector DataSource's.Claude Paroz
2023-06-30Fixed #34572 -- Added support for GDAL 3.7.Mariusz Felisiak
2023-06-29Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3.Mariusz Felisiak
2023-06-29Refs #34572 -- Added missing GDAL_PIXEL_TYPES from GDAL 3.5+.Claude Paroz
2023-02-17Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...Stefan Brand
2023-02-17Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...Stefan Brand
2023-01-18Refs #34233 -- Used types.NoneType.Nick Pope
2022-12-29Fixed #34208 -- Confirmed support for GDAL 3.6.Mariusz Felisiak
2022-07-25Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.Claude Paroz
2022-06-16Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
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
2022-01-20Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak
2022-01-19Updated GEOS/GDAL links in docs and comments.Moritz Duchêne
2021-08-23Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen
2021-08-02Refs #32956 -- Corrected spelling of "gray".David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-16Fixed #32928 -- Confirmed support for GDAL 3.3.David Smith
2021-05-07Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.Jordi Castells
2021-04-07Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz
2021-04-07Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2020-11-28Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani
2020-09-11Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip