-
Notifications
You must be signed in to change notification settings - Fork 111
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
Handle MAPAXES and MAPUNITS #4257
base: master
Are you sure you want to change the base?
Conversation
jenkins build this please |
jenkins build this please |
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.
If we're going to include map handling in our coordinates, then I think there should be an explicit and separate member function for it. There are more uses for EGrid::getCellCorners()
than just putting coordinates into a visualisation scene.
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.
I don't want any MAPAXES
-related changes to getCellCorners()
at all. If you really want to include MAPAXES
in that kind of request, then I want a separate member function, e.g., getCellCornersWithMapAxes()
that does that job.
68c61ad
to
35a7410
Compare
Now this is done via getCellCornersWithMapAxes(), can a Jenkins be run or does this need further changes? |
jenkins build this please |
jenkins build this please |
b388a62
to
ec86986
Compare
jenkins build this please |
jenkins build this please |
I have rebased this PR and added a test, can this PR be merged @bska? |
This allows to map the coordinates for the given MAPAXES and MAPUNITS when calling the Python methods in EGrid (e.g., xyz_from_ijk).
I saw this morning the branches for the coming release were created, it would be amazing if this could make it to the release.