cfgrib

Python 3 module supporting the CF convention in GRIB files

Install

All systems
curl cmd.cat/cfgrib.sh
Debian Debian
apt-get install python3-cfgrib
Ubuntu
apt-get install python3-cfgrib
image/svg+xml Kali Linux
apt-get install python3-cfgrib
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-cfgrib

python3-cfgrib

Python 3 module supporting the CF convention in GRIB files

This module provides a Python3 interface to map GRIB files to the NetCDF Common Data Model following the CF Conventions. The high level API is designed to support a GRIB backend for xarray and it is inspired by NetCDF-python and h5netcdf. Low level access and decoding is performed via the ECMWF ecCodes library.