USACE Reservoirs
Provides current and historical water levels and location metadata for US Army Corps of Engineers reservoirs.
Custom Streaming + One-shot
Create or update a recurring USACE reservoir data connector.
What you can ask Delphi
- “What are the current water levels for all USACE reservoirs in the Missouri River basin?”
- “Can you show me the historical water level data for the Lake Lanier reservoir over the past year?”
- “List all USACE reservoirs located in the state of California, including their geographic coordinates.”
- “Which USACE reservoirs experienced the largest change in water level during the last quarter?”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
schedule_usace_reservoir_data
Create or update a recurring USACE reservoir data connector.
usace/get_reservoir_data
Fetch USACE reservoir water levels or location metadata from the Corps Water Management System.
Inputs ▾
schedule_usace_reservoir_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| office | string | yes | USACE office code, e.g. 'LRL', 'SWD', 'LRN'. |
| locationId | string | no | Location identifier or name pattern to filter results. |
| dataType | string | no | Type of data to retrieve. 'levels' for water level time series, 'locations' for station metadata. Default 'levels'. levels locations |
| begin | string | no | Start date/time in ISO 8601 format for levels queries. |
| end | string | no | End date/time in ISO 8601 format for levels queries. |
| limit | number | no | Maximum number of records to return. Default 100. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll USACE reservoir data. |
| connectorId | string | no | If provided, updates an existing connector. |
usace/get_reservoir_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| office | string | yes | USACE office code, e.g. 'LRL', 'SWD', 'LRN'. |
| locationId | string | no | Location identifier or name pattern to filter results. |
| dataType | string | no | Type of data to retrieve. 'levels' for water level time series, 'locations' for station metadata. Default 'levels'. levels locations |
| begin | string | no | Start date/time in ISO 8601 format for levels queries. |
| end | string | no | End date/time in ISO 8601 format for levels queries. |
| limit | number | no | Maximum number of records to return. Default 100. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |