wildfire_zone
Check wildfire hazard severity for a Glendale address or coordinates. Returns the CAL FIRE zone and nearest zones for each class to understand long-term landscape fire hazard.
Instructions
CAL FIRE Fire Hazard Severity Zone at a location (2025 map), with the nearest zone of each class (Very High, High, Moderate, NonWildland). The zones rate the long-term hazard of the landscape, not the risk to a building. NonWildland is unzoned, not safe from wildfire. Not an evacuation map; for active fires call read_guide("real_time_sources").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Where to look: {"address": "613 E Broadway"} for a street address in Glendale, or {"lat": 34.1466, "lon": -118.2483}. Coordinates skip geocoding. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | ||
| notes | No | ||
| title | Yes | ||
| reason | No | Why the result is unavailable | |
| status | Yes | ||
| dataset | Yes | ||
| matches | No | Every feature that contains the point, including classes the source defines as unzoned (e.g. wildfire NonWildland), which don't count toward in_zone | |
| nearest | No | Nearest zone feature (0 m when inside); unclassed layers only | |
| location | No | Set when the result is returned on its own | |
| disclaimer | Yes | ||
| class_field | No | Attribute the classes come from | |
| nearest_by_class | No | Nearest zone feature for each class, for classed layers (wildfire, flood) |