-
Notifications
You must be signed in to change notification settings - Fork 43
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
Save GDT20 - Polar Stereographic - take 2 #405
Conversation
@pp-mo I'm looking at this comment - #122 (comment):
Could you offer some guidance on this? There is a new integration test but I suspect that's not what you meant. |
for more information, see https://pre-commit.ci
I think what this meant is that we should also test with Iris In CF terms, a "polar_stereographic" grid mapping must have latitude_of_projection_origin = +90 or -90. It's effectively just a special case of "stereographic", but I guess the polar case was put in first so they needed to keep it. So, in terms of iris-grib, I think my old comment meant that data with an Iris PolarStereographic coordinate system (either north or south) should be handled by iris-grib, being treated as a generic 'Stereographic' case. But it's saying that that "would have failed", at some point, for some reason. So it's probably still worth doing a roundtrip cube-grib-cube test on both North and South cases, and in each case when presented as either a PolarStereographic or Stereographic Iris coordinate system. |
Actually no, to my surprise. |
This reverts commit 32f6806.
for more information, see https://pre-commit.ci
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.
A couple of suggestions, but looks very comprehensive to me. Practically good to go.
Thanks @pp-mo 😊 |
Closes #122
I believe the outstanding requests have been addressed: