-
Notifications
You must be signed in to change notification settings - Fork 26
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
Roadmap to ArchGDAL v1.0 #189
Comments
One thing that comes to mind is to regenerate the GDAL.jl wrapper with the rewritten Clang.jl, and see what effect that has. |
Is #158 a blocker? If so, I should prioritize addressing it. |
It only affects the tests, so I'd say no. I just tried running the GDAL Clang wrapper, and it's quite different, and smarter as well. We can probably turn off those new features to avoid changing too much, but it'll require some playing around. |
Another breaking change that could perhaps still be bundled with #353 is switching from Base.convert to GeoInterface.convert, see also JuliaGeo/GeoInterface.jl#85 (comment). |
Yes let's get all the convert methods moved over. |
I did a search on https://github.com/search?q=ArchGDAL and there's a growing usage of this package that makes it increasingly urgent for us to fix bugs, have a good API and user-friendly documentation. Opening this ticket to track the discussion and work needed for us to get to that state.
It is being tracked here: https://github.com/yeesian/ArchGDAL.jl/milestone/1.
Top of mind (in terms of priorities) for me are:
The text was updated successfully, but these errors were encountered: