GeomModel

models.GeomModel(self, cfg)

Geometry model.

Needs the following settings in order to be run:

  • exposure.csv.file
  • exposure.geom.file1
  • output.geom.file1

Parameters

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

Methods

Name Description
get_exposure_meta Get the exposure meta regarding the data itself (fields etc.).
read_exposure Read all the exposure files.
read_exposure_data Read the exposure data file (csv).
read_exposure_geoms Read the exposure geometries.
read_hazard_grid summary.
read_vulnerability_data summary.
run Run the geometry model with provided settings.
Back to top