Installation and Getting Started¶
Installing from PyPI¶
earthkit-climate is available on PyPI.
pip install earthkit-climate
Import and use¶
Compute a precipitation indicator from xclim:
from earthkit.climate.atmos import precipitation
pr = precipitation.simple_daily_intensity(precip_data, freq="monthly")