Skip to main content
Ctrl+K

HydroMT-FIAT

  • Getting started
  • User guide
  • API reference
  • Developments
  • HydroMT core
  • GitHub
  • Delft-FIAT
  • Getting started
  • User guide
  • API reference
  • Developments
  • HydroMT core
  • GitHub
  • Delft-FIAT

Section Navigation

  • FIATModel
    • hydromt_fiat.FIATModel
    • hydromt_fiat.FIATModel.config
    • hydromt_fiat.FIATModel.region
    • hydromt_fiat.FIATModel.vulnerability
    • hydromt_fiat.FIATModel.hazard
    • hydromt_fiat.FIATModel.exposure_geoms
    • hydromt_fiat.FIATModel.exposure_grid
    • hydromt_fiat.FIATModel.read
    • hydromt_fiat.FIATModel.write
    • hydromt_fiat.FIATModel.setup_config
    • hydromt_fiat.FIATModel.setup_region
    • hydromt_fiat.FIATModel.clip
  • Components
    • hydromt_fiat.components.ConfigComponent
    • hydromt_fiat.components.VulnerabilityComponent
    • hydromt_fiat.components.HazardComponent
    • hydromt_fiat.components.ExposureGeomsComponent
    • hydromt_fiat.components.ExposureGridComponent
    • hydromt_fiat.components.ConfigComponent.data
    • hydromt_fiat.components.ConfigComponent.read
    • hydromt_fiat.components.ConfigComponent.write
    • hydromt_fiat.components.VulnerabilityComponent.data
    • hydromt_fiat.components.VulnerabilityComponent.read
    • hydromt_fiat.components.VulnerabilityComponent.setup
    • hydromt_fiat.components.VulnerabilityComponent.write
    • hydromt_fiat.components.HazardComponent.data
    • hydromt_fiat.components.HazardComponent.read
    • hydromt_fiat.components.HazardComponent.clip
    • hydromt_fiat.components.HazardComponent.setup
    • hydromt_fiat.components.HazardComponent.write
    • hydromt_fiat.components.ExposureGeomsComponent.data
    • hydromt_fiat.components.ExposureGeomsComponent.read
    • hydromt_fiat.components.ExposureGeomsComponent.clip
    • hydromt_fiat.components.ExposureGeomsComponent.setup
    • hydromt_fiat.components.ExposureGeomsComponent.setup_max_damage
    • hydromt_fiat.components.ExposureGeomsComponent.update_column
    • hydromt_fiat.components.ExposureGeomsComponent.write
    • hydromt_fiat.components.ExposureGridComponent.data
    • hydromt_fiat.components.ExposureGridComponent.read
    • hydromt_fiat.components.ExposureGridComponent.clip
    • hydromt_fiat.components.ExposureGridComponent.setup
    • hydromt_fiat.components.ExposureGridComponent.write
  • Workflow functions
    • hydromt_fiat.workflows.vulnerability_curves
    • hydromt_fiat.workflows.hazard_grid
    • hydromt_fiat.workflows.exposure_setup
    • hydromt_fiat.workflows.exposure_vulnerability_link
    • hydromt_fiat.workflows.exposure_add_columns
    • hydromt_fiat.workflows.max_monetary_damage
    • hydromt_fiat.workflows.exposure_grid_setup
  • Drivers
    • hydromt_fiat.drivers.OSMDriver
    • hydromt_fiat.drivers.OSMDriver.get_osm_data
    • hydromt_fiat.drivers.OSMDriver.read
    • hydromt_fiat.drivers.OSMDriver.write
  • API reference
  • Workflow functions
  • hydromt_fiat.workflows.exposure_vulnerability_link

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

previous

hydromt_fiat.workflows.exposure_setup

next

hydromt_fiat.workflows.exposure_add_columns

On this page
  • exposure_vulnerability_link()
Edit on GitHub

This Page

  • Show Source

© Copyright 2024, Deltares.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.