Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.31 KB

api_indicators.rst

File metadata and controls

45 lines (35 loc) · 1.31 KB

Indicators are the main tool xclim provides to compute climate indices. In contrast to the function defined in xclim.indices, Indicators add a layer of health checks and metadata handling. Indicator objects are split into realms : atmos, land and seaIce.

Virtual modules are also inserted here. A normal installation of xclim comes with three virtual modules:

  • :pyxclim.indicators.cf, Indicators defined in cf-index-meta.
  • :pyxclim.indicators.icclim, Indicators defined by ECAD, as found in python package Icclim.
  • :pyxclim.indicators.anuclim, Indicators of the Australian National University's Fenner School of Environment and Society.

Climate Indicators API

xclim.indicators.atmos

xclim.indicators.land

xclim.indicators.seaIce

Virtual Indicator Submodules

xclim.indicators.cf

xclim.indicators.icclim

xclim.indicators.anuclim