Getting Started
To ensure all iris-grib dependencies, it is sufficient to have installed
Iris itself, and
ecCodes .
The simplest way to install is with conda , using the package on conda-forge , with the command:
$ conda install -c conda-forge iris-grib
Pip can also be used, to install from the package on PyPI , with the command:
$ pip install iris-grib
Development sources are hosted at https://github.com/SciTools/iris-grib .