earthkit.transforms.climatology package¶
Module contents¶
Climatological transformations for earthkit data objects.
Typically this is done with an xarray representation of data.
|
Group data annually over a given frequency and reduce using the specified how method. |
|
Calculate the climatological mean. |
|
Calculate the climatological median. |
|
Calculate the climatological minimum. |
|
Calculate the climatological maximum. |
|
Calculate the climatological standard deviation. |
|
Reduce the data to the daily climatology of the provided "how" method. |
|
Calculate the daily climatological mean. |
|
Calculate the daily climatological median. |
|
Calculate the daily climatological min. |
|
Calculate the daily climatological max. |
|
Calculate the daily climatological standard deviation. |
|
Reduce the data to the monthly climatology of the provided "how" method. |
|
Calculate the monthly climatological mean. |
|
Calculate the monthly climatological median. |
|
Calculate the monthly climatological min. |
|
Calculate the monthly climatological max. |
|
Calculate the monthly climatological standard deviation. |
|
Calculate a set of climatological quantiles. |
|
Calculate a set of climatological percentiles. |
|
Calculate the anomaly from a reference climatology. |
|
Calculate the relative anomaly from a reference climatology, i.e. percentage change. |
|
Calculate the anomaly from a reference climatology. |