Skip to content
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

Write a fresh Grib file from a dataset on python. #242

Open
Gibies opened this issue Apr 8, 2024 · 1 comment
Open

Write a fresh Grib file from a dataset on python. #242

Gibies opened this issue Apr 8, 2024 · 1 comment

Comments

@Gibies
Copy link

Gibies commented Apr 8, 2024

How can I save my xarray dataset on a fresh grib file using pygrib?

In other words How can I generate a fresh grib message on python using pygrib.

@jswhit
Copy link
Owner

jswhit commented Apr 17, 2024

This should be a FAQ - you can't create a grib message from scratch with pygrib. You must have a 'template' grib message that you can modify (as in the example in the docs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants