earthkit-climate

Important

This software is Emerging and subject to ECMWF’s guidelines on Software Maturity.

earthkit-climate is the package responsible for climate index calculations within the earthkit ecosystem. It includes a wrapper prototype that allows the use of the xclim Python package to compute a large amount of pre-defined climate indices used by the climate science community, and to define new ones.

Quickstart

Install the package from PyPI:

pip install earthkit-climate

Compute a precipitation indicator from xclim:

from earthkit.climate.indicators import precipitation
pr = precipitation.simple_daily_intensity(precip_data, freq="monthly")

Examples

Documentation

Projects