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:
- Make a column for each parent node in the same order in which they have been specified as "parents" in the Cnodes.json
- Write out all combinations of parent states, where the last parent changes fastest and the first parents changes slowest.
- Indicate for each combination of parent nodes in which state the impact variable is in terms of its state index.
- 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" | Yes | Yes | Yes | Yes | No | No | No | No |
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" | 1 | 1 | 2 | 3 | 1 | 2 | 3 | 4 |
Example 2: Risk to Life