flood_zone
Get FEMA flood zone designations for any Glendale address or coordinates, returning zone, subtype, and Special Flood Hazard Area status to assess flood risk.
Instructions
FEMA flood zone at a location (National Flood Hazard Layer), with the nearest zone of each FLD_ZONE class. Every FEMA zone counts as in_zone, including X (minimal or 0.2%-annual-chance hazard); read FLD_ZONE, ZONE_SUBTY and SFHA_TF (T = Special Flood Hazard Area). Zone D means not studied, not safe.
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) |