Module: safe.impact_functions.generic.categorised_hazard_population

class safe.impact_functions.generic.categorised_hazard_population.CategorisedHazardPopulationImpactFunction[source]

Plugin for impact of population as derived by categorised hazard

:author AIFDR :rating 2 :param requires category==’hazard’ and unit==’normalised’ and layertype==’raster’

:param requires category==’exposure’ and subcategory==’population’ and layertype==’raster’ :citation citation1 :citation citation2 next citation2 :detail The Detail

run(layers)[source]

Plugin for impact of population as derived by categorised hazard

Input
layers: List of layers expected to contain
H: Raster layer of categorised hazard P: Raster layer of population data

Counts number of people exposed to each category of the hazard

Return
Map of population exposed to high category Table with number of people in each category

This module forms part of the InaSAFE tool.

Previous topic

Package::safe.impact_functions.generic

Next topic

Module: safe.impact_functions.generic.categorised_hazard_building_impact

This Page