OpenDRR Model Factory
»
Earthquake Scenarios (DSRA)
Earthquake Scenarios (DSRA)
Notes
GitHub Repo
GitHub Page
working notes
1_scenario-risk-schema_v1.1
mapping Sendai Indicators DSRA/PSRA
Source / Output tables (views)
This section lists the schemas involved with the creation of the final results, and specific tables involved. Refer to schemas section for more schema details.
All source csv files are from the earthquake scenario finished folder .
Geometry_SAUID
HexGrid_1km(_3857), HexGrid_1km_unclipped(_3857)
HexGrid_5km(_3857), HexGrid_5km_unclipped(_3857)
HexGrid_10km(_3857), HexGrid_10km_unclipped(_3857)
HexGrid_25km(_3857), HexGrid_25km_unclipped(_3857)
HexGrid_50km_unclipped(_3857)
HexGrid_100km_unclipped(_3857)
SAUID_HexGrid_1km_intersect(_3857), SAUID_HexGrid_1km_intersect_unclipped(_3857),
SAUID_HexGrid_5km_intersect(_3857), SAUID_HexGrid_5km_intersect_unclipped(_3857),
SAUID_HexGrid_10km_intersect(_3857), SAUID_HexGrid_10km_intersect_unclipped(_3857),
SAUID_HexGrid_25km_intersect(_3857), SAUID_HexGrid_25km_intersect_unclipped(_3857),
SAUID_HexGrid_50km_intersect_unclipped(_3857),
SAUID_HexGrid_100km_intersect_unclipped(_3857),
HexGrid_GlobalFabric,
Sauid_HexGrid_GlobalFabric_intersect
shakemap_{EqScenario}
shakemap_{EqScenario}_xref
shakemap_scenario_extents_temp
nhsl_physical_exposure_indicators_b
nhsl_physical_exposure_indicators_s
All tables/views in this schema are results of earthquake scenario.
SQL scripts
A series of python scripts written by Drew Rotheram-Clarke to process the various csv files for each scenario into various dsra related tables.
DSRA_outputs2postgres_lfs.py
DSRA_runCreateTableShakemap.py
DSRA_ruptures2postgres.py
DSRA_createRiskProfileIndicators.py
Create_scenario_risk_master_tables.sql
Script to attach rupture info to shakemap extents table.
Create_scenario_risk_building_Indicators_ALL_shkmp_3857.sql
Script to generate various shakemap, shakemap hexgrid, displaced household calculations, and dsra_{eqScenario}_inidcators_b tables/views.
Create_scenario_risk_sauid_Indicators_ALL_shkmp_3857.sql
Script to generate various required shelter calculations, and dsra_{eqScenario}_indicators_s, and dsra_{eqScenario}_indicators_csd tables and views.
Create_all_tables_update.sql
Script to create and or update various tables in the opendrr db such as creating temp tables, adding geometry columns, and creating indexes etc.
Create_table_vs_30_CAN_site_model.sql
Script to create source table source table for site-vgrid_CA.csv.
Create_table_vs_30_CAN_site_model_xref.sql
Script to create source table source table for vs30_CAN_site_model_xref.csv.