diff options
| author | Varun Kasyap Pentamaraju <varunkasyap@hotmail.com> | 2025-11-18 12:58:25 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-11-24 22:02:25 +0100 |
| commit | fab1f25d4ee159e256823ad427ec7074b83f0027 (patch) | |
| tree | aac84301b425be2b109e5e859ff0066de4dad261 /docs | |
| parent | d08ae991a83950aba5043f5a34f5af12d2effe9e (diff) | |
Fixed #36738 -- Confirmed support for GDAL 3.12.
Thanks David Smith for reviews.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 6619bdcc97..630b605103 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -10,16 +10,16 @@ Geospatial libraries GeoDjango uses and/or provides interfaces for the following open source geospatial libraries: -============================== ==================================== ================================ ======================================================= +============================== ==================================== ================================ ============================================================= Program Description Required Supported Versions -============================== ==================================== ================================ ======================================================= +============================== ==================================== ================================ ============================================================= :ref:`GEOS <geos-overview>` Geometry Engine Open Source Yes 3.14, 3.13, 3.12, 3.11, 3.10, 3.9 `PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x -:ref:`GDAL <gdal-overview>` Geospatial Data Abstraction Library Yes 3.11, 3.10, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 +:ref:`GDAL <gdal-overview>` Geospatial Data Abstraction Library Yes 3.12, 3.11, 3.10, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 :ref:`GeoIP <geoip2-overview>` IP-based geolocation library No 2 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.6, 3.5, 3.4, 3.3, 3.2 `SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 5.1, 5.0, 4.3 -============================== ==================================== ================================ ======================================================= +============================== ==================================== ================================ ============================================================= Note that older or more recent versions of these libraries *may* also work totally fine with GeoDjango. Your mileage may vary. @@ -43,6 +43,7 @@ totally fine with GeoDjango. Your mileage may vary. GDAL 3.9.0 2024-05-10 GDAL 3.10.0 2024-11-06 GDAL 3.11.0 2025-05-09 + GDAL 3.12.0 2025-11-07 PostGIS 3.2.0 2021-12-18 PostGIS 3.3.0 2022-08-27 PostGIS 3.4.0 2023-08-15 @@ -263,7 +264,7 @@ Finally, configure, make and install GDAL: .. code-block:: shell - $ cmake .. + $ cmake -DCMAKE_BUILD_TYPE=Release .. $ cmake --build . $ sudo cmake --build . --target install |
