obs
obs
Observations
ModelSkill supports three types of observations:
PointObservation- a point timeseries from a dfs0/nc file or a DataFrameTrackObservation- a track (moving point) timeseries from a dfs0/nc file or a DataFrameNodeObservation- a network node timeseries for specific node IDs.
An observation can be created by explicitly invoking one of the above classes or using the observation() function which will return the appropriate type based on the input data (if possible).