Skip to content
Snippets Groups Projects
Commit 58034bff authored by Cecilia Nievas's avatar Cecilia Nievas
Browse files

Change format of sublist in docs/02_Execution.md

parent 26bd7923
No related branches found
No related tags found
1 merge request!5New feature: export full GDE model as HDF5 files
......@@ -25,10 +25,10 @@ The order in which the scripts in the present repository need to be run to produ
9. If a CSV summarising the number of buildings, dwellings, people and costs by cell according to the SERA model is desired (i.e. not GDE, just SERA), run `SERA_create_visual_output_of_grid_model_full_files.py` with the desired distribution method.
10. Run `OBM_buildings_per_cell.py` with the desired distribution method.
11. Run `GDE_gather_SERA_and_OBM.py` with the desired distribution method. The output is:
a. a series of CSV files that serve as input for damage/risk calculations to be run in OpenQuake (https://github.com/gem/oq-engine);
b. a CSV file that summarises results per cell and contains the geometry of the cells so that it can all be visualised with a GIS;
c. a CSV file that summarises results per adminstrative unit and contains the geometry of the administrative boundaries so that it can all be visualised with a GIS;
d. a series of HDF5 files (one per cell) that contain the final GDE model.
- a series of CSV files that serve as input for damage/risk calculations to be run in OpenQuake (https://github.com/gem/oq-engine);
- a CSV file that summarises results per cell and contains the geometry of the cells so that it can all be visualised with a GIS;
- a CSV file that summarises results per adminstrative unit and contains the geometry of the administrative boundaries so that it can all be visualised with a GIS;
- a series of HDF5 files (one per cell) that contain the final GDE model.
## Testing Scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment