-
Notifications
You must be signed in to change notification settings - Fork 297
GeogCS.as_cartopy_projection handling non-Earth planets #4497
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
GeogCS.as_cartopy_projection handling non-Earth planets #4497
Conversation
|
Currently the introduced test fails because Cartopy doesn't appear to pick up the central longitude all the way through (see example below). It's sort of there, but not fully. Don't know whether to make the test less stringent, stop trying to pass through the central longitude at all, or do something else. |
|
As well as the test I know is failing (that's my new one), there's also one failing in |
|
DeepDiff of a PlateCarree with a lon_0 of 180 with one of 0, for context |
|
The fix for the failing test in |
stephenworsley
left a comment
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.
Looks good to me.
🚀 Pull Request
Description
Fixes #4408 by passing the
GeogCSas a globe to thecartopy.crs.PlateCarreeconstructorConsult Iris pull request check list