-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bad gridlengthXDirection when reading gaussian grid #123
Comments
Thanks for reporting. I can confirm the issue. I have identified the issue and a solution is working. This also led me to discover a missing attribute for messages with Gaussian grids and is a fairly important one, the number of parallels. v2.1.3 coming in the next few hours with this fix. |
v2.1.3 released with the fix for this. It is now available on PyPI and will be available on conda-forge in a few hours. |
Input files could be CSFR V2 or any CFS forecast or may be any files with a gaussian grid
Python 3.11.7
grib2io 2.1.2
This issue is leading to an error in the xarray backend as the dimension of longitude is not correct using the msg.grid() method.
The text was updated successfully, but these errors were encountered: