historic_avalanche_danger_rating_by_point
Retrieve historic avalanche danger ratings for a latitude/longitude point on a given date, with nearest-zone fallback.
Instructions
Get the avalanche danger rating and forecast metadata for the avalanche zone containing a latitude/longitude point on a specific historic day (YYYY-MM-DD). Can fall back to the nearest zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | Historic day in YYYY-MM-DD format. | |
| 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. |