icclim._core.generic.threshold.threshold_templates#

Module Contents#

class icclim._core.generic.threshold.threshold_templates.ThresholdMetadata[source]#

TypedDict of the threshold metadata.

Used to fill the threshold template.

long_name[source]#

Long name of the threshold

Type:

str

short_name[source]#

Short name of the threshold

Type:

str

standard_name[source]#

Standard name of the threshold. Ressemble the CF convention standard names, but is not actually standard.

Type:

str

class icclim._core.generic.threshold.threshold_templates.ThresholdTemplateDict[source]#
class icclim._core.generic.threshold.threshold_templates.PercentileTemplateConfig[source]#