I'm not sure if it is the responsibility for an Anaconda package to set up environment variables, or not, but here is an issue that I'm able to replicated on Windows and Linux (here with gdal 2.1.0-py27_0). GDAL needs to have aGDAL_DATAenvironment variableto point toshare/gdal(insta...
IfRQGIScould set an extra environment variable on load, andrgdal/(sf, others) could do the same, we'd "know" who had set what. My guess would be that load order matters. The OSGEO4W_ROOT environment variable is not actually used anywhere else inrgdal.rgdaletc. probably behave as th...
Although initially there are some errors, the output seems to confirm that the config variable is set at the end: ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files. [2021.01.29-08.38.46:51...
If you want to use these utilities from outside julia, note that this will not work unless you set two things: The environment variableGDAL_DATAmust be set to the value returned in julia byGDAL.GDAL_DATA[]. Julia'sSys.BINDIRmust be in your path. ...
It uses the curl trusted root CA store by default and another store can be provided through the CURL_CA_BUNDLE environment variable or GDAL config option. SSL on Windows and OSX uses the OS-provided mechanisms - Schannel and SecureTransport respectively - and thus the trusted root CA store ...
What is the bug? Give me bug with GDAL 3.9.1Warning 1: PROJ: proj_create_from_database: C:\Program Files\GDAL\projlib\proj.db contains DATABASE.LAY OUT.VERSION.MINOR = 2 whereas a number >= 3 is expected. It comes from another PROJ insta...