-
Notifications
You must be signed in to change notification settings - Fork 18
PROPOSAL: Add upper level ERA data #8
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
This will allow to show examples like:
|
This is a great example dataset. I think it would really enhance to documentation. |
I'd love to add this, but I am somewhat concerned that redistributing this data could violate ECMWF's terms of use. |
That's a good point. I'll check the terms of use when I get back from EGU. ERA-Interim data is free to download and this kind of aggregated + compressed data shouln't be a big deal, but you're right that we should go for the safe side. |
Last time I checked you need explicit permission to redistribute. But I really can't see why that would be a problem for ECMWF, so perhaps it's worth asking. |
OK we have approval from ECMWF. I just wonder if I couldn’t add some more data (e.g. more levels/variables) for even more examples. What would you say is an acceptable file size for the demo? Right now we have |
Smaller is definitely better -- the goal is for this to be fast enough to be interactive, even if everything in a tutorial session is trying to download the dataset at the same time over poor conference wifi :). There are no hard limits, but I like the file size of the current datasets. We could potentially go a bit bigger for a supplemental dataset if it's clear that it's larger. A table with names, descriptions and file sizes for each tutorial dataset in the docstring for Note that xarray already supports gzipped netcdf3 (just using the standard library + scipy) so that's another option for further comprehension. |
Shall we go ahead and merge this dataset? It seems like it could be a nice addition. |
@shoyer thanks for the heads up - I wanted to get back to this and add an example to the docs right away, and I will try to do this before going on holidays by the end of the week. I'll keep you informed by Thursday |
OK, just too much to do before leaving - if you want to go ahead and merge please do. I'll be able to contribute to the doc again in three weeks, hopefully with less duties and more time for xarray after the break :-( |
should we merge this and use it as part of the visualization gallery, to show-case the new |
+1 for merging this from my perspective. I think this is a nice example dataset for streamplot and quiver. |
This adds data from ERA-Interim reanalysis, monthly averages of upper level data. The file is 4,0M large (i.e. smaller than the other ones), highly compressed and in netcdf3 format. here's the dump: