-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hazard Processing Method
- Data Source: 4 return periods (RP250, RP475, RP975, RP2475) - PGA rasters
- Unit: PGA-g
- Default Value Thresholds:
- RP50=120
- RP100=100
- RP1000=80
- RP10000=60
- Default Area Threshold: 5%
Workflow:
- Extract all pixel values for each RP raster within each admin unit
- Calculate mean (for reporting) and area percentage (% of pixels > value threshold)
- Note: The mean value is calculated and stored in output columns (
RP{X}_mean) but is NOT used for scoring. Only the area percentage determines the score.
- Note: The mean value is calculated and stored in output columns (
- Check if area threshold % met per RP
- Score = count of RPs meeting threshold (0-4)
- Special case: If NO pixels exceed threshold in ALL RPs → Score -1 (not affected)
Scoring Logic:
- 4 RPs meet threshold → Score 3
- 3 RPs meet threshold → Score 2
- 2 RP meets threshold → Score 1
- 1 RPs meet threshold → Score 0
- No pixels > threshold in any RP → Score -1 (not affected by cyclones)
Comparison
Comment: switching from zonal mean to area threshold avoid to flatten out extreme values. Using 4 RPs allow to better define not-affected areas (grey).
New score distribution: ADM2
New score distribution: URBAN

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels