Enhanced Python for Graphics and Analysis of Meteorological fields
The epygram library package is a set of Python classes and functions designed to handle meteorological fields in Python, as well as interfacing their storage in various usual (or not) data formats.
EPyGrAM dependencies are available from Pypi (pip install ...), including the packages footprints
and bronx
from the Vortex project.
pip3 install epygram
Depending on the machine and environment, you may need:
ulimit -s unlimited
unset ECCODES_SAMPLES_PATH
unset ECCODES_DEFINITION_PATH
unset GRIB_SAMPLES_PATH
unset GRIB_SAMPLES_PATH
To run tests, cf. tests/README.md
.
To generate Sphinx doc: make doc
. It will be generated in docs/build/html
.
Online doc of the latest release on master
branch is available at https://umr-cnrm.github.io/EPyGrAM-doc
This software is governed by the open-source CeCILL-C license under French law, cf. LICENSE.txt. Downloading and using this code means that you have had knowledge of the CeCILL-C license and that you accept its terms.