nws_point_lookup
Resolve latitude/longitude to an NWS forecast grid point. Returns grid office, gridX/gridY, timezone, and county info as the essential first step for forecast requests.
Instructions
Resolve latitude/longitude to an NWS forecast grid point. Returns grid office, gridX, gridY needed for forecast calls, plus timezone and county info. This is the essential first step before getting forecasts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude (e.g. 40.7128) | |
| longitude | Yes | Longitude (e.g. -74.006) |