5660adfb1b
cfgrib provides a Python interface to map GRIB files to the Unidata's Common Data Model v4 following the CF Conventions. The high level API is designed to support a GRIB engine for xarray and it is inspired by netCDF4-python and h5netcdf. Low level access and decoding is performed via the ECMWF ecCodes library and the eccodes python package.
5 lines
344 B
Text
5 lines
344 B
Text
cfgrib provides a Python interface to map GRIB files to the Unidata's Common
|
|
Data Model v4 following the CF Conventions. The high level API is designed to
|
|
support a GRIB engine for xarray and it is inspired by netCDF4-python and
|
|
h5netcdf. Low level access and decoding is performed via the ECMWF ecCodes
|
|
library and the eccodes python package.
|