nws_point_info
Resolve latitude/longitude to NWS forecast gridpoint, office, time zone, forecast zone, county zone, and nearest radar. Use it to get zone IDs for zone forecasts or debug location data.
Instructions
Resolve a lat/lon to its NWS forecast gridpoint, office, time zone, forecast zone, county zone, and nearest radar station. Useful for debugging or when you need the zone ID for nws_zone_forecast. Most callers can skip this and use nws_forecast directly.
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) |