-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hazard Processing Method
- Data Source: VEI buffered polygons (GeoPackage)
- Unit: VEI (Volcanic Explosivity Index)
- Default Value Threshold: 2 (not used for scoring)
- Default Area Threshold: 3%
Workflow:
- Perform spatial intersection with admin units
- If no intersection: Score = -1 (not affected - outside volcano hazard zone)
- Calculate intersection area as percentage of admin unit area
- Find maximum VEI where intersection area ≥ area threshold %
- If max VEI = 0 (no VEI meets area threshold): Score = -1 (not affected)
- Remap qualifying VEI to hazard score using ranges:
- VEI < 2 → Score 0 (no hazard)
- VEI 2-3 → Score 0
- VEI 3-4 → Score 1
- VEI 4-5 → Score 2
- VEI > 5 → Score 3
Scoring Logic:
- Outside VEI buffers → Score -1 (not affected)
- Inside buffers but no VEI meets area threshold → Score -1 (not affected)
- Maximum qualifying VEI determines score (0-3)
- Value threshold parameter is disabled (area-based only)
Output Columns:
VEI_max: Maximum qualifying VEI valueHazard_score: Final remapped score
Comparison
New score distribution: ADM2
New score distribution: URBAN

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels