Event Selection (dominosee.eventorize)¶
This module provides tools for detecting events in time series data based on thresholds.
Event Detection¶
|
Apply get_event to an xarray DataArray. |
Threshold Utilities¶
|
Apply cut_single_threshold to an xarray DataArray. |
Consecutive Event Utilities¶
|
Select the first period of each consecutive event along the time dimension. |
|
Select the last period of each consecutive event along the time dimension. |
|
|
|
|
|
|
|