-
Notifications
You must be signed in to change notification settings - Fork 0
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
Decide on blessed conversion implementation or API #21
Comments
A counter argument is that the main current use of this conversion is in ArchGDAL I think we just need to make a backend interface so ArchGDAL also still works. We can use the |
If we're switching reproject to Proj, can we also switch this now? Or implement the backend interface, though I'm not sure how that might work. |
Let's switch. Ugh it may be a bit of a pain with versioning... What happens with compilation when both packages are doing the same type piracy. DiskArrays also has Rasters stuck on old GDAL via CommonDataModel so we actually can't get away from it easily. |
The plan for switching to Proj might be:
|
Haven't thought about it much, but looks good to me, except that Proj 1.7 should be replaced by 1.8 and 1.8 by 1.9. I just tagged 1.8 which has the last PROJ build, and am rebuilding GDAL to be compatible with that last build. |
Related to #2.
With JuliaGeo/Proj.jl#74 Proj could also convert between GFT.CRS instances. Proj itself is a lighter dependency than ArchGDAL, and is actually what GDAL itself uses (indirectly).
The text was updated successfully, but these errors were encountered: