Workflow functions#

The underlying workflow methods of the components.

workflows.vulnerability_curves(...[, ...])

Create vulnerability curves from raw data.

workflows.hazard_grid(grid_like, ...[, ...])

Parse hazard data files to xarray dataset.

workflows.exposure_setup(exposure_data, ...)

Prep the raw exposure data for later fuctions/ methods.

workflows.exposure_vulnerability_link(...)

Link the exposure data to the vulnerability data.

workflows.exposure_add_columns(...)

Add columms to an existing exposure dataset.

workflows.max_monetary_damage(exposure_data, ...)

Determine maximum monetary damage per object.

workflows.exposure_grid_setup(grid_like, ...)

Read and transform exposure grid data.