nws_observation_latest
Get real-time weather data from a NWS station using its ID, returning temperature, wind speed, pressure, and visibility in metric units.
Instructions
Get the latest observation from an NWS observation station (e.g. 'KDCA' for Reagan National Airport). Returns SI units: temperature/dewpoint in °C, wind speed in km/h, pressure in Pa, visibility in m.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_id | Yes | Station identifier (e.g. 'KDCA', 'KLAX'). Find via nws_stations_near. |