ObservationSet#
- class hydromodpy.calibration.ObservationSet(stations, times, values, variable, weights=None)[source]#
Bases:
objectObserved time series used to score one simulated variable.
stationsdefines the station order,timesdefines the common time axis, andvaluesmaps each station id to its observed vector. Optional weights can be used by objectives that combine several stations.