Module: safe.impact_functions.volcanic.volcano_building_impact

class safe.impact_functions.volcanic.volcano_building_impact.VolcanoBuildingImpact[source]

Risk plugin for flood evacuation

:author AIFDR :rating 4 :param requires category==’hazard’ and subcategory in [‘volcano’] and layertype==’vector’

:param requires category==’exposure’ and subcategory==’structure’ and layertype==’vector’

run(layers)[source]

Risk plugin for flood population evacuation

Input
layers: List of layers expected to contain
H: Raster layer of volcano depth P: Raster layer of population data on the same grid as H

Counts number of people exposed to flood levels exceeding specified threshold.

Return
Map of population exposed to volcanic hazard zones Table with number of buildings affected

This module forms part of the InaSAFE tool.

Previous topic

Package::safe.impact_functions.volcanic

Next topic

Module: safe.impact_functions.volcanic.volcano_population_evacuation_polygon_hazard

This Page