-
Notifications
You must be signed in to change notification settings - Fork 124
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
Modify and test GDAL_DATA behavior #134
Conversation
- If GDAL_DATA environment option is set, respect it - If the local data_path does not exist, throw (to prevent odd errors if mistakenly deleted) - Add tests for respecting GDAL_DATA environment options - Add tests for behavior of using local data by default
Motivation for this:
|
@BergWerkGIS - could I summon your help on finishing this work? Basically all tests are passing on unix but on Windows, with some versions of node, the tests are hitting a windows PATH quoting issue:
Curiously only with the nodejs provided binaries (https://ci.appveyor.com/project/brianreavis/node-gdal/build/593) and not the mapbox compiled ones. Anyway, can you try replicating locally and see if you can find the right quoting incantation? |
After a quick glance at the test, double quotes around |
@springmeyer AppVeyor looking ✅ |
Thank you @BergWerkGIS! @brandonreavis @brandonreavis - any questions or concerns on this? Otherwise I'll merge tomorrow. |
@springmeyer @BergWerkGIS Looks perfect. Go for it! |
Modify and test GDAL_DATA behavior
/cc @BergWerkGIS