Hi Kurt.
GDAL >=3 uses PROJ to deal with CRSs. And PROJ has embedded the EPSG
database in its proj.db, that is packaged directly with PROJ.
So I guess that you cannot select the version of EPSG easily.
Fortunately PROJ is updating the version of EPSG quite often, so using the
latest version of PR
Hi,
I have downloaded the latest EPSG WKT dataset from the
https://epsg.org/download-dataset.html page.
I'm using gdal from an Anaconda venv on win 11.
How can I configure in my python scripts that the gdal package shall use
the particular dataset version that I have downloaded?
Kind regards
Kurt
-