Deltares / ra2ce

RA2CE helps to quantify resilience of critical infrastructure networks, prioritize interventions and adaptation measures and select the most appropriate action perspective to increase resilience considering future conditions.
https://deltares.github.io/ra2ce/
Other
7 stars 1 forks source link

Set hazard_field_name to str instead of list[str] #468

Closed ArdtK closed 4 weeks ago

ArdtK commented 1 month ago

Current situation Currently in the documentation and interpretation of the network config setting hazard_field_name in section [hazard] this field is interpreted as a list of str. However, everywhere In the code it is used as a str.

Proposed situation Document and interpret this field as a str.