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

Fix issue with alternativeRowScanning and mercator grid (#358) #359

Merged
merged 5 commits into from
Dec 15, 2023

Conversation

iainrussell
Copy link
Member

Attempt to fix #358 - the problem occurs because the code to handle alternativeRowScanning assumed that the grid was regular lat/lon and therefor had 2 dimensions. The current case is a Mercator grid, represented with just 1 dimension and therefore does not need to handle alternativeRowScanning.

@iainrussell iainrussell merged commit 06307c8 into master Dec 15, 2023
55 checks passed
@iainrussell iainrussell deleted the fix/alternate-scanning-mercator branch December 15, 2023 17:52
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

Successfully merging this pull request may close these issues.

nws noaa grib files open_file but fail to convert OnDiskArray to numpy array (cfgrib >= 0.9.10.2)
1 participant