You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add logic similar to that used in Fiona to find GDAL and Proj data files, including those that are included in wheels.
This should probably be added to the _env.py::GDALEnv class
Revision: this at least partially requires GDAL C API calls to set GDAL_DATA as a config option and Proj data path via OSRSetPROJSearchPaths(), so this can't happen in GDALEnv. Instead, it needs to be implemented within Cython and be called inside the with GDALEnv() block in core.py.
The text was updated successfully, but these errors were encountered:
xref
We need to add logic similar to that used in Fiona to find GDAL and Proj data files, including those that are included in wheels.
This should probably be added to the_env.py::GDALEnv
classRevision: this at least partially requires GDAL C API calls to set
GDAL_DATA
as a config option and Proj data path viaOSRSetPROJSearchPaths()
, so this can't happen inGDALEnv
. Instead, it needs to be implemented within Cython and be called inside thewith GDALEnv()
block incore.py
.The text was updated successfully, but these errors were encountered: