Skip to content

Commit

Permalink
updated doc strings for new function
Browse files Browse the repository at this point in the history
  • Loading branch information
zherbz committed Oct 23, 2024
1 parent 42a3e20 commit e4d9469
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/rashdf/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,15 @@ def observed_timeseries_output(self, vartype: str = "Flow") -> xr.Dataset:
Returns
-------
xr.Dataset
An xarray Dataset with reference line timeseries data.
An xarray Dataset with observed timeseries data for both reference lines and reference points.
Coordinates:
- 'time': datetime64[ns]
- 'obs_name': object
Data variables:
- 'Flow': (obs_name, time) float64
- 'Stage': (obs_name, time) float64
"""

# Decode the contents of the DataFrame from utf-8
Expand Down

0 comments on commit e4d9469

Please sign in to comment.