-
Notifications
You must be signed in to change notification settings - Fork 98
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
Can pygrib write a grib from scratch - even for a 3D variable? #240
Comments
You cannot write a grib file from scratch using pygrib - a template file is needed |
Thank you for responding. OK. If I have a template for 1 record, i.e., a 2D grid, how would I create a 2d and 3D grib file? |
@Marston I don't know the answer - you'll just have to try it and see what works and what doesn't. It would be great if you could report back on your experience here for the benefit of others. |
Apologies for the late reply. |
Apologies for asking this as part of an issue but there is no discussion board on this repo.
I've been trying to find a good grib2 writer for 2D and 3D variables but keep hitting roadblocks. Grib2io was promising but they seem to focus mainly on internal issues. I use
pygrib
extensively for reading all kind ofgribs
and so I would like to develop agrib2
writer aroundpygrib
. Is there some code to in development that I can use? I will be writing experimental data and not the standard meteorological parameter.The text was updated successfully, but these errors were encountered: