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

Parameter name case is different on Linux vs Windows #201

Open
agallenberger opened this issue May 3, 2022 · 1 comment
Open

Parameter name case is different on Linux vs Windows #201

agallenberger opened this issue May 3, 2022 · 1 comment

Comments

@agallenberger
Copy link

agallenberger commented May 3, 2022

I'm looking at NOAA GFS grib2 data, specifically for geopotential height. On Windows, pygrib recognizes the name as "Geopotential Height". On Ubuntu, it is instead "Geopotential height" for the same file. This causes issues when moving previously functional select statements to an Ubuntu machine.

Windows:
Pygrib version 2.1.4
Eccodes provided by Anaconda

Ubuntu:
Pygrib version 2.1.4
Eccodes version 2.25.0

@jswhit
Copy link
Owner

jswhit commented Jun 16, 2022

probably a difference in the names of the grib keys between eccodes lib versions used on Windows and Ubuntu

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