cnvgrib1to2
Python 3 module for reading and writing GRIB files
Install
- All systems
-
curl cmd.cat/cnvgrib1to2.sh
- Debian
-
apt-get install python3-grib
- Ubuntu
-
apt-get install python3-grib
- Kali Linux
-
apt-get install python3-grib
- Fedora
-
dnf install python3-pygrib
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-grib
- Raspbian
-
apt-get install python3-grib
- Dockerfile
- dockerfile.run/cnvgrib1to2
python3-grib
Python 3 module for reading and writing GRIB files
Python 3 module for reading and writing GRIB (editions 1 and 2) files. GRIB is the World Meterological Organization standard for distributing gridded data. The module is a Python 3 interface to the GRIB API C library from the European Centre for Medium-Range Weather Forecasts (ECMWF). This package also contains the cnvgrib1to2, grib_list, grib_repack, and cnvgrib2to1 scripts.
python3-pygrib
(editions 1 and 2) files
python-grib
Python module for reading and writing GRIB files
Python module for reading and writing GRIB (editions 1 and 2) files. GRIB is the World Meterological Organization standard for distributing gridded data. The module is a Python interface to the GRIB API C library from the European Centre for Medium-Range Weather Forecasts (ECMWF).