pygrib icon indicating copy to clipboard operation
pygrib copied to clipboard

Python interface for reading and writing GRIB data

Results 85 pygrib issues
Sort by recently updated
recently updated
newest added

Hi, I found an issue that the 3rd bit of scanning mode in GRIB does not affect processing. ### Example When reading GRIB with encoded values of `[0, 1, 2,...

I am trying to install pygrib on windows. i already installed VS build tools for c++ I am getting this error `Building wheels for collected packages: pygrib Building wheel for...

element, unit, refTime, validTime, (34.088636,-83.704283) Wx, [-], 202211010300, 202211010600, Patchy:F::: Wx, [-], 202211010300, 202211010900, Patchy:F::: Wx, [-], 202211010300, 202211011200, Patchy:F::: Wx, [-], 202211010300, 202211011500, :::: Wx, [-], 202211010300, 202211011800, ::::...

Hello, I am trying to change the values associated with a gribmessage. Say I have a GRIB file, call it grib1, that I want to change the values of to...

I tried reading a GRIB2 file with pygrib, which looks like this. ``` gsm = pygrib.open(FILE) for i in gsm: print(i) ``` ``` 1:Pressure reduced to MSL:Pa (instant):regular_ll:meanSea:level 0:fcst time...

Is it possible to select what data type a specific key should be read as? The case I would like to use this for is to be able to read...

Hello ! I am a novice in computer science applied to meteorology. I want to extract data from a GRIB2 file. I need to resize the files because I am...

I tried the following in a python notebook: ```python import pygrib grbs = pygrib.open('Current_db_2021110500_00.grb2') file = grbs[1] print(file) ``` 1:Eastward sea water velocity:m s**-1 (instant):regular_ll:depthBelowSea:level 2 m:fcst time 15 mins:from...

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...

[Building with Matplotlib 3.5.0b1](https://koschei.fedoraproject.org/build/11028990) fails on two tests: ``` _______________________________________________________________________________________________________________________________________________________ test_gaussian ________________________________________________________________________________________________________________________________________________________ Error: Image files did not match. RMS Value: 21.09554109679737 Expected: /tmp/tmpmwx2uric/test_gaussian.test_gaussian/baseline.png Actual: /tmp/tmpmwx2uric/test_gaussian.test_gaussian/result.png Difference: /tmp/tmpmwx2uric/test_gaussian.test_gaussian/result-failed-diff.png Tolerance: 20 ______________________________________________________________________________________________________________________________________________________...