Skip to content

Commit e5beeee

Browse files
committed
Specify landslide probability
Signed-off-by: joemoorhouse <joe.moorhouse@gmail.com>
1 parent 6371830 commit e5beeee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/physrisk/kernel/hazards.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ def hazard_class(name: str) -> Type[Hazard]:
140140

141141
class Landslide(Hazard):
142142
kind = HazardKind.ACUTE
143+
indicator_data = {
144+
"landslide_probability": IndicatorData.PARAMETERS,
145+
}
146+
pass
143147

144148

145149
class Earthquake(Hazard):

0 commit comments

Comments
 (0)