climate.station-history
Retrieve historical daily weather data for a specific station: temperature, precipitation, snow, and wind. Input station ID and date range to get measured values from the 1800s onward.
Instructions
Historical daily weather observations (NOAA GHCN-Daily) for one station + date range (≤366 days): max/min/avg temperature °C, precipitation/snow mm, wind m/s. Records back to the 1800s — actual measured values for "what was the weather on this date". Find a station id with climate.station-near first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | Range end, YYYY-MM-DD. | |
| station | Yes | GHCN station id (11 chars), e.g. USW00094728. | |
| dataTypes | No | Comma-separated element codes (TMAX,TMIN,TAVG,PRCP,SNOW,SNWD,AWND,WSF2,WSF5,EVAP). Default TMAX,TMIN,PRCP. | |
| startDate | Yes | Range start, YYYY-MM-DD. |