-
Notifications
You must be signed in to change notification settings - Fork 2
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
Missing message names from HRRR GRIB2 file. #4
Comments
Hi, In the short term, |
@weech Thanks for fast reply. I'd be happy to help in any way to get the local codes supported, without knowing the inventory of each file (some products fail to be included randomly), I'd still have to make a call to wgrib2. If you point me to an interface I might even work up a PR. I'd love to have a 100% Julia GRIB workflow without the need for wgrib2 at all. Rusty |
I would be glad for some help with this! I put together a quick contributors' guide in the |
Hi there,
I'm using GRIB.jl to parse a HRRR forecast Grib2 file i.e.
https://pando-rgw01.chpc.utah.edu/hrrr/sfc/20200911/hrrr.t00z.wrfsfcf00.grib2
But it seems that the file isn't fully understandable as I'm missing some message names vs wgrib2.
Table of messages using GRIB.jl
When using wgrib2 I can decode the entire file and every message has a name.
Table of contents from wgrib2.
Thank you for writing your module, can you please let me know what you recommend to get the expected message names?
Rusty
The text was updated successfully, but these errors were encountered: