You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The vulnerability mapping represents the relationship between hazards and impacts and, if applicable, risk reduction measures. It is typically based on the vulnerability relationships in the CVI library developed in task 2.2, but any other source, e.g. from literature or expert opinion, can be used as well. 

The mapping defines the state of the impact variable conditional on a combination of states of its parents. To create such a mapping for a variable of interest:

  1. Make a column for each parent node in the same order in which they have been specified as "parents" in the Cnodes.json 
  2. Write out all combinations of parent states, where the last parent changes fastest and the first parents changes slowest. 
  3. Indicate for each combination of parent nodes in which state the impact variable is in terms of its state index.
  4. Copy the state indexes as a 1D array into the field "mapping" of the impact variable in the vulnerabilties.json files

 

Example 1: Relative damage to residential buildings

State of "Sandbags"YesYesYesYesNoNoNoNo
State of "I_ResBuildings"[0, 0.01][0.01, 0.5][0.5,1][1,2][0, 0.01][0.01, 0.5][0.5,1][1,2]
State Index of "RelDamage_ResBuildings"11231234

 

Example 2: Risk to Life

 

  • No labels