Computational engine for InaSAFE core.
Provides the function calculate_impact()
Buffer points for each center with defined radii.
If the data_table is defined, then the data will also be copied to the result. This function is used for making buffer of volcano point hazard.
Parameters: |
|
---|---|
Returns: | Vector polygon layer representing circle in WGS84 |
Return type: | Vector |
Calculate impact levels as a function of list of input layers
Parameters: | impact_function (safe.impact_function.base.ImpactFunction) – An instance of impact function. |
---|