usace_timeseries
Fetch USACE time-series observations for water level, flow, storage, and precipitation. Use usace_locations to find location names, then query by time-series ID with optional date range and office.
Instructions
Get USACE time-series data: water level, flow, storage, precipitation. Time-series names follow the format 'Location.Parameter.Type.Interval.Duration.Version'. Use usace_locations first to find location names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date/time ISO 8601: '2024-01-31T00:00:00Z' | |
| name | Yes | Time-series ID (e.g. 'Keys.Flow.Inst.1Hour.0.Ccp-Rev') | |
| begin | No | Start date/time ISO 8601: '2024-01-01T00:00:00Z' | |
| office | No | Corps district office code: 'SWL', 'LRL', 'MVS' |