Re: [gdal-dev] How to control which projection database to use

2023-03-11 Thread Javier Jimenez Shaw
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

[gdal-dev] How to control which projection database to use

2023-03-10 Thread Kurt Jakobsen
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 -