pygrib
pygrib copied to clipboard
Python interface for reading and writing GRIB data
I am trying to read in a file from `https://nomads.ncep.noaa.gov` I can read all multigrid files like [here](https://nomads.ncep.noaa.gov/pub/data/nccf/com/wave/prod/multi_1.20201113/) but my script fails to read files from other links that are...
Normally, a GRIB file can be opened with `pygrib.open(filename)` and this works fine. It would be nice to be able to download a GRIB file and parse it with `pygrib`...
Python 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pygrib Traceback (most recent call last): File "",...
Getting some erroneous values back from reading in latlons() from navgem files (available on nomads). All the other variables seem to be scaled and read correctly, just something going awry...
No offense, but the installation of pygrib is a challenge, to say the least. Especially when deploying a production system. The first problem is that `setup.py` [fails](https://github.com/jswhit/pygrib/blob/master/setup.py#L16) if pyproj is...
I'm a little confused. The docs mention support for Jpeg2000 using Jasper or OpenJPEG. As far as I can tell, though: * `pygrib` uses whatever eccodes provides; eccodes links to...
Greetings, I'm currently trying to open .grib2 files downloaded from Environment Canada which are publicly available meteorological data. I've downloaded pygrib from the anaconda cloud (see link: https://anaconda.org/conda-forge/pygrib). For this...
I'm getting incorrect and inconsistent dates when using `validDate` vs `validityDate`. Here's a reproducible example: Example file: [YGUZ98_KWBN_201507180019.zip](https://github.com/jswhit/pygrib/files/3735411/YGUZ98_KWBN_201507180019.zip) Code: ```py import pygrib fname = 'YGUZ98_KWBN_201507180019' with pygrib.open(fname) as grbs: grb...
Hi, I have recently build pygrib for openSUSE and wanted to convert a grib2 file into grib1. Source-grib: https://openskiron.org/en/cosmo-gribs -> Netherlands I get a bunch of error messages like ECCODES...
Title says it all.