nws_stations_near
Find National Weather Service observation stations near any latitude and longitude, and get station identifiers to retrieve current weather observations.
Instructions
List NWS observation stations near a lat/lon. Use the resulting stationIdentifier with nws_observation_latest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees (e.g. 38.8894) | |
| lon | Yes | Longitude in decimal degrees (e.g. -77.0352) | |
| limit | No | Max stations to return |