earthkit.transforms.temporal package¶
Module contents¶
Temporal transformations for earthkit data objects.
Typically this is done with an xarray representation of data. Some pandas methods are used for indexing and selecting data.
|
Calculate the max of an xarray.dataarray or xarray.dataset along the time/date dimension. |
|
Calculate the mean of an xarray.dataarray or xarray.dataset along the time/date dimension. |
|
Calculate the median of an xarray.dataarray or xarray.dataset along the time/date dimension. |
|
Calculate the minimum of an xarray.dataarray or xarray.dataset along the time/date dimension. |
|
Reduce an xarray.dataarray/dataset along the time/date dimension using a specified how method. |
|
Return reduced data using a moving window over the time dimension. |
|
Calculate the standard deviation of an xarray.dataarray/dataset along the time/date dimension. |
|
Calculate the sum of an xarray.dataarray/dataset along the time/date dimension. |
|
Calculate the daily maximum. |
|
Return the daily mean of the datacube. |
|
Return the daily median of the datacube. |
|
Calculate the daily minimum. |
|
Group data by day and reduce using the given how method. |
|
Calculate the daily standard deviation. |
|
Calculate the daily sum (accumulation). |
|
Calculate the monthly max. |
|
Calculate the monthly mean. |
|
Calculate the monthly median. |
|
Calculate the monthly min. |
|
Group data by month and reduce using the given how method. |
|
Calculate the monthly standard deviation. |
|
Calculate the monthly sum/accumulation along the time dimension. |
|
Convert time coordinates to a standard format using the Gregorian calendar. |
|
Convert a variable accumulated from the beginning of the forecast to a rate. |
|
Alias for accumulation_to_rate function with rate_units set to 'step_length'. |