GridModel

models.GridModel(self, cfg)

Grid model.

Needs the following settings in order to be run:

  • exposure.grid.file
  • output.grid.file

Parameters

Name Type Description Default
cfg ConfigReader ConfigReader object containing the settings. required

Methods

Name Description
create_equal_grids Make the hazard and exposure grid equal spatially if necessary.
read_exposure_grid Read the exposure grid.
read_hazard_grid summary.
read_vulnerability_data summary.
resolve Create EAD output from the outputs of different return periods.
run Run the grid model with provided settings.
Back to top