Skip to content

Commit

Permalink
Add impact items for ifrc-event transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rup-Narayan-Rajbanshi committed Feb 13, 2025
1 parent 4316952 commit bd54606
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 175 deletions.
2 changes: 2 additions & 0 deletions pystac_monty/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class MontyImpactType(StringEnum):
TOTAL_AFFECTED = "affected_total"
DIRECTLY_AFFECTED = "affected_direct"
INDIRECTLY_AFFECTED = "affected_indirect"
POTENTIALLY_AFFECTED = "potentially_affected"
DEATH = "death"
MISSING = "missing"
INJURED = "injured"
Expand All @@ -178,6 +179,7 @@ class MontyImpactType(StringEnum):
EXTERNALLY_DISPLACED_PERSONS = "displaced_external"
TOTAL_DISPLACED_PERSONS = "displaced_total"
ALERTSCORE = "alertscore"
HIGHEST_RISK = "highest_risk"


class MontyImpactTypeLabel(Mapping):
Expand Down
166 changes: 0 additions & 166 deletions pystac_monty/sources/ifrc.py

This file was deleted.

Loading

0 comments on commit bd54606

Please sign in to comment.