NOAA Cdo
environment__noaa-cdoAccess historical weather and climate data from NOAA's largest US archive to analyze temperature, precipitation, snowfall, and wind patterns with quality-scored results and source verification.
Instructions
[Environment & Air Quality Agent] Historical weather and climate observations from NOAA CDO — daily temperature, precipitation, snowfall, and wind for any US location. The largest archive of US weather data. Source: NOAA National Centers for Environmental Information (Public Domain), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasetId | No | Dataset: GHCND (daily), GSOM (monthly summary), GSOY (yearly summary) | GHCND |
| locationId | Yes | NOAA CDO location ID (e.g. FIPS:06 for California, ZIP:10001) | |
| startDate | Yes | Start date | |
| endDate | Yes | End date | |
| dataTypes | No | Specific data types (e.g. ['TMAX', 'TMIN', 'PRCP']) | |
| limit | No | Max records |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |