-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hazard Processing Method
- Data Source: Single landslide index raster (classes 1-5)
- Unit: Index
- Default Value Threshold: 0 (not used)
- Default Area Threshold: 2%
Workflow:
- Count percentage of pixels for each index class (1-5)
- Find highest index class where area ≥ area threshold %
- Check from highest to lowest: 5 → 4 → 3 → 2 (skip 1 = no hazard)
- Remap index to hazard score using:
- Index 1 → Score 0 (no hazard)
- Index 2 → Score 0
- Index 3 → Score 1
- Index 4 → Score 2
- Index 5 → Score 3
Scoring Logic:
- Highest index class meeting area threshold determines score
- Value threshold parameter is disabled (area-based only)
Output Columns:
LS_Index_max: Highest qualifying index classLS_Index1_area_pctthroughLS_Index5_area_pct: Area coverage per classHazard_score: Final remapped score
Comparison
Comment: the new source and method returns scores that are overall quite close to the original, but also introduces the "not affected" class.
New score distribution: ADM2
New score distribution: URBAN

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels