Find Nearby Weather Stations
get_weather_stations_near_locationFind weather measurement stations near a geographic location using WGS84 coordinates. Returns Trafikverket stations within a chosen radius, sorted by distance.
Instructions
Find weather measurement stations near a specific geographic location. Returns stations within the specified radius, sorted by distance. Coordinates must be in WGS84 format (latitude, longitude). Example: weather stations near Skellefteå (latitude: 64.75, longitude: 20.95)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of stations to return (default: 50) | |
| latitude | Yes | Latitude in WGS84 (e.g., 64.75 for Skellefteå) | |
| radiusKm | No | Search radius in kilometers (default: 30) | |
| longitude | Yes | Longitude in WGS84 (e.g., 20.95 for Skellefteå) |