@@ -19,17 +19,14 @@ for information on how to use the program input options.
## Input files
`exposure.csv`: Represents the exposure model with each row providing information for one asset. Each asset in the exposure model is represented by its location, a taxonomy string describing the structural properties of the asset and the number of buildings representing the asset.
`cell_ids.csv`: Contains all unique cell IDs used in the exposure model.
`ground_motion_values.csv`: Contains the ground-motion values for the example area.
`polygons.csv`: Contains geometries of the cells in the exposure model along with their cell IDs. The geometry in this example is the 10-arcsec cell.
`taxonomy_mapping.csv`: Contains the mapping between the taxonomies of the exposure assets and the names of the fragility functions. The mapping is courtesy of Dr. Helen Crowley (Eucentre, Pavia, Italy).
`fragilities`: This folder contains all the fragility functions needed for the taxonomies in the exposure model, according to the mapping in `taxonomy_mapping.csv`. The fragility functions are stored as CSV files under `./data/fragilities/`. The fragility models used in this example have been authored by [L. Martins and V. Silva (2020): Development of a fragility and vulnerability model for global seismic risk analyses, Bulletin of Earthquake Engineering](https://doi.org/10.1007/s10518-020-00885-1). Downloaded from [here](https://github.com/lmartins88/global_fragility_vulnerability) on 13 January 2021.
`intensity_measure_map.csv`: Contains the mapping between the ground-motion types as named in the ground-motion file header and in the fragility functions.
`fragilities`: This XML file contains all fragility functions needed for the taxonomies given in the exposure model, according to the mapping in `taxonomy_mapping.csv`. The fragility functions used in this example have been authored by [L. Martins and V. Silva (2020): Development of a fragility and vulnerability model for global seismic risk analyses, Bulletin of Earthquake Engineering](https://doi.org/10.1007/s10518-020-00885-1). Downloaded from [here](https://github.com/lmartins88/global_fragility_vulnerability) on 13 January 2021.
## Output
...
...
@@ -42,16 +39,13 @@ The tree of the `example_cell` directory structure is shown below: