Python module for reading and modifying GRIB files
Description
Cython wrapper to provide a high-level interface to the ECMWF eccodes
C library for handling GRIB files.
GRIB is the the World Meteorological Organization (WMO) standard for
distributing gridded data.
This module contains python interfaces for reading and modifying GRIB files
using the ECMWF ECCODES C library,
as well as command-line utilities for listing and re-packing GRIB files.
There are for now limited capabilities for writing GRIB files, i.e.
you can modify the contents of an existing file,
but you can't create one from scratch.