co_water_readings
Retrieve real-time Colorado streamflow, reservoir, and weather telemetry readings for any station, with parameters including discharge, gage height, air temperature, storage, precipitation, and wind speed.
Instructions
Get real-time Colorado streamflow, reservoir, and weather telemetry readings.
Parameters (measurement types):
DISCHRG: Discharge/streamflow (CFS)
GAGE_HT: Gage height (feet)
AIRTEMP: Air temperature (degrees F)
STORAGE: Reservoir storage (acre-feet)
PRECIP: Precipitation (inches)
WIND_SPEED: Wind speed (mph)
Use co_water_stations first to find station abbreviations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date (MM/DD/YYYY or YYYY-MM-DD) | |
| limit | No | Max rows to return (default: 500) | |
| start | No | Start date (MM/DD/YYYY or YYYY-MM-DD) | |
| abbrev | Yes | Station abbreviation (from co_water_stations) | |
| parameter | No | Measurement parameter: 'DISCHRG' (default), 'GAGE_HT', 'AIRTEMP', 'STORAGE', 'PRECIP', 'WIND_SPEED' |