mike_results_read
Extract a time series of a specified quantity at a given element from a MIKE+ .res1d file. Returns downsampled time-value pairs, no license required.
Instructions
Extract one time series (a quantity at an element) from a MIKE+ .res1d as times+values (downsampled to max_points). No license needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| res1d | Yes | ||
| quantity | Yes | e.g. 'Discharge' or 'WaterLevel'. | |
| element | Yes | Element id (node id, or reach/link id, optionally with chainage). | |
| max_points | No | Cap on returned points (default 5000). |