avalanche_danger_rating_by_point
Get the current avalanche danger rating and forecast metadata for the zone containing a latitude/longitude point, with optional fallback to the nearest zone.
Instructions
Get the current avalanche danger rating and forecast metadata for the avalanche zone containing a latitude/longitude point. Can fall back to the nearest zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees. | |
| lon | Yes | Longitude in decimal degrees. | |
| centerId | No | Optional avalanche center ID to scope the search (example: UAC). | |
| preferNearest | No | If true (default), return the nearest zone when the point is outside all polygons. |