hydromt_fiat.workflows.exposure_vulnerability_link#
- hydromt_fiat.workflows.exposure_vulnerability_link(exposure_data: GeoDataFrame, vulnerability: DataFrame) GeoDataFrame[source]#
 Link the exposure data to the vulnerability data.
I.e. link the curve id’s of the vulnerability to the exposure types.
- Parameters:
 exposure_data (gpd.GeoDataFrame) – The raw exposure data.
vulnerability (pd.DataFrame) – The vulnerability identifier table to link up with.
- Returns:
 The resulting exposure data linked with the vulnerability data.
- Return type:
 gpd.GeoDataFrame