-
Notifications
You must be signed in to change notification settings - Fork 37
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
add direct (test?) dependency on GDAL #521
Comments
Turns out this isnt so easy. GDAL is not available because we load ArchGDAL in an extension. I guess we need to add a separare GDAL extension for the methods that use it, which will just load automatically when people load ArchGDAL? It could be better to move those few methods to ArchGDAL instead? |
Hmm yeah I don't know about those methods, but moving them to ArchGDAL sounds like a better option. |
Its things like |
I removed the Aqua test here so the GDAL tests will at least work. |
See JuliaGeo/GDAL.jl#161 (comment)
The text was updated successfully, but these errors were encountered: