ObservationSet#

class hydromodpy.calibration.ObservationSet(stations, times, values, variable, weights=None)[source]#

Bases: object

Observed time series used to score one simulated variable.

stations defines the station order, times defines the common time axis, and values maps each station id to its observed vector. Optional weights can be used by objectives that combine several stations.

Parameters: