hydromodpy.results.time_alignment#

Time alignment helpers for observed and simulated series.

Functions

align_observed_simulated(observed, simulated, *)

Return observed and simulated values aligned on simulation timestamps.

median_step(index)

Return the median spacing of a datetime index.

normalize_datetime_series(series)

Return a float series sorted on a tz-naive UTC DatetimeIndex.

observed_on_simulation_index(observed, ...)

Average or nearest-match observations on the simulation index.