hydromt_fiat.components.VulnerabilityComponent#
- class hydromt_fiat.components.VulnerabilityComponent(model: Model, filename: str = 'vulnerability/curves.csv')[source]#
 Custom vulnerability component.
Inherits from the HydroMT-core TablesComponent model-component.
- Parameters:
 model (Model) – HydroMT model instance.
filename (str, optional) – The default place that should be used for reading and writing unless the user overrides it. If a relative path is given it will be used as being relative to the model root. By default ‘vulnerability/curves.csv’.
Attributes
Vulnerability data.
data_catalogReturn the data catalog of the model this component is associated with.
modelReturn the model object this component is associated with.
rootReturn the root of the model this component is associated with.
Methods