generated from aicoe-aiops/project-template
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vulnerability onboarding from Hazus hurricane; documentation update. (#…
…369) * Vulnerability onboarding from Hazus hurricane; documentation update. Signed-off-by: Joe Moorhouse <[email protected]> * Updates to vulnerability config generation from Hazus Hurricane source. Signed-off-by: Joe Moorhouse <[email protected]> --------- Signed-off-by: Joe Moorhouse <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2cf7555
commit 638bc9f
Showing
17 changed files
with
787 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,90 @@ | ||
@article{durst1960wind, | ||
title={Wind speeds over short periods of time}, | ||
author={Durst, CS}, | ||
journal={Meteor. Mag}, | ||
volume={89}, | ||
number={1056}, | ||
pages={181--187}, | ||
year={1960} | ||
} | ||
|
||
@article{eberenz2020regional, | ||
title={Regional tropical cyclone impact functions for globally consistent risk assessments}, | ||
author={Eberenz, Samuel and L{\"u}thi, Samuel and Bresch, David N}, | ||
journal={Natural Hazards and Earth System Sciences Discussions}, | ||
volume={2020}, | ||
pages={1--29}, | ||
year={2020}, | ||
publisher={G{\"o}ttingen, Germany} | ||
} | ||
|
||
@article{harper2010guidelines, | ||
title={Guidelines for converting between various wind averaging periods in tropical cyclone conditions}, | ||
author={Harper, BA and Kepert, JD and Ginger, JD}, | ||
year={2010}, | ||
publisher={Citeseer} | ||
} | ||
|
||
@article{holmes2014gust, | ||
title={Gust durations, gust factors and gust response factors in wind codes and standards}, | ||
author={Holmes, John D and Allsop, Andrew C and Ginger, John D}, | ||
journal={Wind and Structures}, | ||
volume={19}, | ||
number={3}, | ||
pages={339--352}, | ||
year={2014}, | ||
publisher={Techno-Press} | ||
} | ||
|
||
@techreport{huizinga2017global, | ||
title={Global flood depth-damage functions: Methodology and the database with guidelines}, | ||
author={Huizinga, Jan and De Moel, Hans and Szewczyk, Wojciech}, | ||
year={2017}, | ||
institution={Joint Research Centre} | ||
} | ||
|
||
@article{paulsen2005examination, | ||
title={An examination of tropical and extratropical gust factors and the associated wind speed histograms}, | ||
author={Paulsen, Becca M and Schroeder, John L}, | ||
journal={Journal of Applied Meteorology and Climatology}, | ||
volume={44}, | ||
number={2}, | ||
pages={270--280}, | ||
year={2005}, | ||
publisher={American Meteorological Society} | ||
} | ||
|
||
@techreport{hazus2024inventory, | ||
title={Hazus Inventory Technical Manual, Hazus 6.1}, | ||
author={FEMA}, | ||
year={2024}, | ||
institution={FEMA} | ||
} | ||
|
||
@techreport{hazus2024hurricane, | ||
title={Hazus Hurricane Model Technical Manual, Hazus 6.1}, | ||
author={FEMA}, | ||
year={2024}, | ||
institution={FEMA} | ||
} | ||
|
||
@article{sealy2017hurricane, | ||
title={A hurricane loss risk assessment of coastal properties in the caribbean: Evidence from the Bahamas}, | ||
author={Sealy, Kathleen Sullivan and Strobl, Eric}, | ||
journal={Ocean \& coastal management}, | ||
volume={149}, | ||
pages={42--51}, | ||
year={2017}, | ||
publisher={Elsevier} | ||
} | ||
|
||
@article{vickery2009hurricane, | ||
title={Hurricane hazard modeling: The past, present, and future}, | ||
author={Vickery, Peter J and Masters, Forrest J and Powell, Mark D and Wadhera, Dhiraj}, | ||
journal={Journal of Wind Engineering and Industrial Aerodynamics}, | ||
volume={97}, | ||
number={7-8}, | ||
pages={392--405}, | ||
year={2009}, | ||
publisher={Elsevier} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Sectorial models\n", | ||
"\n", | ||
"Sectorial modelling is the modelling of physical climate risk for sectors of economic activity. Different classifications exist; for example within the European Union, NACE codes are defined https://ec.europa.eu/eurostat/web/metadata/classifications.\n", | ||
"It is assumed that the properties of the assets of a particular sector and region are not known in detail; the intent is rather to assign suitable vulnerability functions for the types of asset, the types being defined at a relatively coarse granularity.\n", | ||
"\n", | ||
"Sectorial models are suitable for:\n", | ||
"- Comparative analyses (e.g. identification of most at-risk sectors/regions).\n", | ||
"- Bottom-up quantitative estimates of impact on entities (e.g. companies) within a sector.\n", | ||
"\n", | ||
"Within `physrisk` sectorial models are defined in terms of the asset class, a 'type' field that provides a relatively\n", | ||
"coarse-granularity classification and a 'location' field.\n", | ||
"\n", | ||
"Sectorial models are relevant to the subsequent sections that deal with inferring vulnerability functions from various sources. " | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": ".venv", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"name": "python", | ||
"version": "3.10.15" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
docs/user_guide/vulnerability/vulnerability_functions/inundation_hazus/hazus_occupancy.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Hazus General Occupancy Class,Hazus Specific Occupancy Class,Class Description | ||
Residential,RES1,Single-family Dwelling | ||
Residential,RES2,Mobile Home | ||
Residential,RES3A,Multi-Family Dwelling – Duplex | ||
Residential,RES3B,Multi-Family Dwelling – 3-4 Units | ||
Residential,RES3C,Multi-Family Dwelling – 5-9 Units | ||
Residential,RES3D,Multi-Family Dwelling – 10-19 Units | ||
Residential,RES3E,Multi-Family Dwelling – 20-49 Units | ||
Residential,RES3F,Multi-Family Dwelling – 50+ Units | ||
Residential,RES4,Temporary Lodging | ||
Residential,RES5,Institutional Dormitory | ||
Residential,RES6,Nursing Home | ||
Commercial,COM1,Retail Trade | ||
Commercial,COM2,Wholesale Trade | ||
Commercial,COM3,Personal and Repair Services | ||
Commercial,COM4,Business/Professional/Technical Services | ||
Commercial,COM5,Depository Institutions (Banks) | ||
Commercial,COM6,Hospital | ||
Commercial,COM7,Medical Office/Clinic | ||
Commercial,COM8,Entertainment & Recreation | ||
Commercial,COM9,Theaters | ||
Commercial,COM10,Parking | ||
Industrial,IND1,Heavy | ||
Industrial,IND2,Light | ||
Industrial,IND3,Food/Drugs/Chemicals | ||
Industrial,IND4,Metals/Minerals Processing | ||
Industrial,IND5,High Technology | ||
Industrial,IND6,Construction | ||
Agriculture,AGR1,Agriculture | ||
Religion,REL1,Church/Non-Profit | ||
Government,GOV1,General Services | ||
Government,GOV2,Emergency Response | ||
Education,EDU1,Schools/Libraries | ||
Education,EDU2,Colleges/Universities |
Oops, something went wrong.