ras_results_timeseries
Retrieve a specific time series from a HEC-RAS results HDF, summarizing peak, time of peak, min, and mean while downsampling to a chosen maximum number of points.
Instructions
One time series from a results HDF with peak / time of peak / min / mean, downsampled to at most max_points. kind: 'xsec' (location 'River/Reach/Station' or just the station; variable flow | water_surface | velocity | velocity_channel | flow_lateral), 'ref_line' / 'ref_point' / 'boundary' (location = name; variable e.g. 'Flow' or 'Water Surface'), 'mesh_cell' (mesh = 2D area name, location = cell id, variable 'Water Surface'). Omit location to get the first one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hdf | Yes | ||
| kind | No | Default 'xsec'. | |
| mesh | No | 2D flow area name (mesh_cell only). | |
| location | No | See description; cell id for mesh_cell. | |
| variable | No | flow (default) | water_surface | velocity | ... or the HDF variable name. | |
| max_points | No | Downsample to at most this many points (default 500). |