Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find GDAL and Proj data files #50

Closed
brendan-ward opened this issue Mar 7, 2022 · 1 comment
Closed

Find GDAL and Proj data files #50

brendan-ward opened this issue Mar 7, 2022 · 1 comment
Assignees

Comments

@brendan-ward
Copy link
Member

brendan-ward commented Mar 7, 2022

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 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.

@brendan-ward brendan-ward self-assigned this Mar 7, 2022
@brendan-ward
Copy link
Member Author

Resolved by #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant