icclim.dcsc.registry#

Contain the registry of the DCSC (Meteo France) specific indices.

Module Contents#

class icclim.dcsc.registry.DcscIndexRegistry[source]#

Registry of the DCSC (Meteo France) specific indices.

Note

The indices metadata of this module are in French.

static get_item_aliases(item: icclim._core.model.standard_index.StandardIndex) list[str][source]#

Duck-typed method to get the aliases of a StandardIndex item.

Parameters:

item (StandardIndex) – The StandardIndex item.

Returns:

The aliases of the item.

Return type:

list[str]

Notes

Every StandardIndex registry should implement this method.