-
Notifications
You must be signed in to change notification settings - Fork 77
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
ECMWF Forecast generated Grib data cannot be converted to NetCDF #232
Comments
This is an interesting one! It seems potentially useful to store the original GRIB edition in the NetCDF metadata, and as a global variable it needs to be unique, so I see the problem. On the other hand , it's not essential to have it, so I wonder if there's a way for a user to remove a key from GLOBAL_ATTRIBUTES_KEYS if this is the only thing that's preventing the NetCDF from being generated? |
I have made some progress after a bunch of searching and reading the docs. Copied to another Grib
Verified there was only one file in the collection. Then listed contents of it
I am mostly interested in CRR and LSRR for my use cases. |
Created a pull request |
I have a probably related issue for data coming from the archived forecasts:
The file contains a bunch of data variables. If I query those variables individually and direct them to individual files there is no problem opening any of the files. I need to extract the data arrays, convert them to dataframes and write them somewhere else. Making a single request for all variables seems more efficient though. Is there any quickfix around this issue? Versionspython: 3.8.6 |
I am using cfgrib with ecCodes v2.21.0 see below.
And getting the following error converting ECMWF forecast data I have to NetCDF.
The text was updated successfully, but these errors were encountered: