-
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
Add a kwarg to set OSRAxisMappingStrategy #120
Conversation
This is now just Also ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update https://github.com/yeesian/ArchGDAL.jl/blob/master/docs/src/projections.md with documentation on GeoFormat
and these changes as well?
Your comments are resolved and code/docs are cleaned up.
I barely have time to do this PR currently, I'm not sure when I would be able to do that. |
Can you merge this? |
Thanks! Yeah the documentation is not a blocker, thanks for the ping! |
Actually good you waited a while as I found those extra bugs in the meantime :) |
Oh can we get a release as well? Trying to get GeoData.jl published. |
This is a first pass at setting
OSRAxisMappingStrategy
with a keyword argument.I'm not sure how to implement it for
fromWKT
etc methods, where the@gdal
macro is used, so some input on that would be helpful.But otherwise it works for reprojecting points.
The default is
:trad
now for testing, but we can change that to:compliant
depending on what people want the default behaviour to be for ArchGDALcloses #119