Get historical weather
get_historical_weatherFetches historical daily weather observations (temperature, precipitation, wind) for a specified station and date range.
Instructions
Daily historical observations from a weather station (Frost archive, some stations go back over 100 years). Find station ids with find_weather_stations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (exclusive), YYYY-MM-DD | |
| from | Yes | Start date, YYYY-MM-DD | |
| elements | No | Frost element ids. Defaults: daily mean temperature, precipitation sum, max wind. | |
| station_id | Yes | Station id from find_weather_stations, e.g. SN50540 |