This page contains the documentation for the InaSAFE is_impact_calculator module.
InaSAFE Disaster risk assessment tool developed by AusAid - ISImpactCalculator.
The module provides a high level interface for running SAFE scenarios.
Contact : ole.moller.nielsen@gmail.com
Note
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
A class to compute an impact scenario. We inherit from QObject so that we can use Qt translation self.tr calls.
Accessor for the exposure layer.
Factory to create a new runner thread. Requires three parameters to be set before execution can take place:
Mutator for Exposure layer property (e.g. buildings or features that will be affected).
Mutator: function layer. Function property (specifies which inasafe function to use to process the hazard and exposure layers with.
Mutator: hazard layer. Hazard layer property (e.g. a flood depth raster). This should be a SAFE readlayer instance.