Skip to content

TH scores update: LANDSLIDE #955

@matamadio

Description

@matamadio

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:

  1. Count percentage of pixels for each index class (1-5)
  2. Find highest index class where area ≥ area threshold %
  3. Check from highest to lowest: 5 → 4 → 3 → 2 (skip 1 = no hazard)
  4. 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 class
  • LS_Index1_area_pct through LS_Index5_area_pct: Area coverage per class
  • Hazard_score: Final remapped score

Comparison

Image

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

Image

New score distribution: URBAN

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions