Find weather stations
find_weather_stationsLocates the nearest official weather stations using latitude and longitude coordinates. Returns station IDs used for querying historical weather data.
Instructions
Find the nearest official weather stations (Frost). Use the station id (e.g. SN50540) with get_historical_weather.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum number of stations to return | |
| latitude | Yes | Latitude in decimal degrees | |
| longitude | Yes | Longitude in decimal degrees |