find_nearby_stations
Locate weather stations near any geographic coordinate within a specified radius. Input latitude, longitude, and distance to get stations from AEMET.
Instructions
Find weather stations within a given radius (in km) from a given geographic coordinate.
Args: lat: Latitude in decimal degrees (e.g., 43.36) lon: Longitude in decimal degrees (e.g., -8.41) radio_km: Search radius in kilometers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| radio_km | No |