-
Notifications
You must be signed in to change notification settings - Fork 297
PI-3745: Stereographic plotting example using netcdf instead of GRIB data #3746
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
Conversation
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.
Thanks @pp-mo! I've tested this locally and I believe the new file demonstrates polar stereographic as well as the old one. I will hold off merging until discussion is complete on SciTools/iris-sample-data#27
|
Can also confirm that Travis is passing. Link may have been broken by the PR name change. |
|
@pp-mo now that I've merged SciTools/iris-sample-data#27, are you happy that this PR is no longer WIP? |
Absolutely 😁 |
|
I'm holding off until #3742 is merged as that seems like the less confusing sequence IMO |
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.
9600c73 to
e464083
Compare
|
Thanks @trexfeathers Unfortunately though .. it seems the conflict isn't the whole remaining problem... |
|
SciTools/iris-sample-data#28 refers. Then, of course, we will need another PR to bump the sample-data version to "2.4.0dev". |
Now sorted ! |
|
Next to do: check for availability on conda-forge channel, then re-spin here... |
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.
@pp-mo I wasn't aware that we did graphics tests on the examples. But looking at the failed tests that clearly is the case and we'll need to make the necessary changes to imagerepo.json and test-iris-imagehash.
|
Oh bother 😫
|
Sorry, missed your update when I posted my latest. I just hadn't run them. And of course it wouldn't run on Travis till we got the new sample-data release. |
|
Here we go ... SciTools/test-iris-imagehash#34 |
|
|
Hooray! 🎉 |
* master: PI-3745: Stereographic plotting example using netcdf instead of GRIB data (SciTools#3746)
…erhaul * 'docs_overhaul' of github.com:tkknight/iris: some changes Clean build (almost) tidy README tidy PI-3745: Stereographic plotting example using netcdf instead of GRIB data (SciTools#3746) svg to png reinstate grib examples minor tweak Remove iris-grib dependency from Iris tests. (SciTools#3742) added download option for pdf travis test for linkcheck travis test new travis job to run linkcheck fixed links tidy rtd build rtd test 16 rtd test 15 rtd test 14 rtd test 13 rtd test 12
…erhaul * 'docs_overhaul' of github.com:tkknight/iris: (122 commits) squash it some changes Clean build (almost) tidy README tidy PI-3745: Stereographic plotting example using netcdf instead of GRIB data (SciTools#3746) svg to png reinstate grib examples minor tweak Remove iris-grib dependency from Iris tests. (SciTools#3742) added download option for pdf travis test for linkcheck travis test new travis job to run linkcheck fixed links tidy rtd build rtd test 16 rtd test 15 rtd test 14 rtd test 13 ...
This finally addresses #3745, by providing a replacement for the example plot that was relying on GRIB source data. The new plot uses different data (in netcdf).
Hopefully, the alternative is good enough.
Closes #3745