hydromt_fiat.components.ExposureGeomsComponent.setup_link_vulnerability#
- ExposureGeomsComponent.setup_link_vulnerability(exposure_name: str, exposure_data: GeoDataFrame | None = None) None[source]#
Link the exposure geometry data to the vulnerability data.
- Parameters:
exposure_name (str) – The name of the exposure dataset. If exposure_data is None, this name should be present in the data attribute of the component.
exposure_data (gpd.GeoDataFrame, optional) – The exposure data to link the vulnerability to. If None, the data is taken from the data attribute for the value of exposure_name. By default None.