Components#
These are the FIATModel components.
Initialize#
|
Config component. |
|
Vulnerability component. |
|
Hazard component. |
|
Exposure geometries component. |
|
Exposure grid component. |
ConfigComponent#
Model config values. |
|
|
Read the FIAT model config file. |
|
Write the FIAT model config file. |
Clear the config data. |
VulnerabilityComponent#
Vulnerability data. |
|
|
Read the vulnerability data. |
|
Write the vulnerability data. |
Clear the vulnerability data. |
|
|
Set up the vulnerability from a data source. |
HazardComponent#
Model static gridded data as xarray.Dataset. |
|
|
Read the hazard data. |
|
Write the hazard data. |
Clear the hazard data. |
|
|
Clip the hazard data based on geometry. |
|
Set up hazard maps. |
ExposureGeomsComponent#
Model geometries. |
|
|
Read exposure geometry files. |
|
Write exposure geometries to a vector file. |
Clear the exposure geometry data. |
|
|
Clip the exposure vector data. |
|
Set up the exposure from a data source. |
Set up the maximum potential damage per object in an existing dataset. |
|
Update an existing dataset by adding columns with values. |
ExposureGridComponent#
Model static gridded data as xarray.Dataset. |
|
|
Read the exposure grid data. |
|
Write the exposure grid data. |
Clear the exposure grid data. |
|
|
Clip the exposure data based on geometry. |
|
Set up an exposure grid. |