-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…code-base #134 integrate roads script in code base
- Loading branch information
Showing
23 changed files
with
420 additions
and
83 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
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
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
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 |
---|---|---|
@@ -1,45 +1,57 @@ | ||
|
||
NSI: | ||
path: "https://nsi.sec.usace.army.mil/nsiapi/structures?fmt=fc" | ||
data_type: GeoDataFrame | ||
driver: vector | ||
crs: 4326 | ||
translation_fn: "attribute_linking/NSI_attributes_to_FIAT.json" | ||
meta: | ||
category: exposure | ||
path: "https://nsi.sec.usace.army.mil/nsiapi/structures?fmt=fc" | ||
data_type: GeoDataFrame | ||
driver: vector | ||
crs: 4326 | ||
translation_fn: "attribute_linking/NSI_attributes_to_FIAT.json" | ||
meta: | ||
category: exposure | ||
|
||
default_vulnerability_curves: | ||
path: damage_functions/flooding/Hazus_IWR_curves.csv | ||
data_type: DataFrame | ||
driver: csv | ||
meta: | ||
category: vulnerability | ||
source: HAZUS SQL database, USACE-IWR and FEMA expert elicitation curves. The source of these curves is the Draft Report Nonresidential Flood Depth-Damage Functions Derived from Expert Elicitation, April 2009, Revised 2013. FEMA Contract Number HSFEHQ-06-D-0162. Task Order HSFEHQ-08-J-0014. Not for distribution, but data shared by USACE. | ||
path: damage_functions/flooding/Hazus_IWR_curves.csv | ||
data_type: DataFrame | ||
driver: csv | ||
meta: | ||
unit: ft | ||
category: vulnerability | ||
source: HAZUS SQL database, USACE-IWR and FEMA expert elicitation curves. The source of these curves is the Draft Report Nonresidential Flood Depth-Damage Functions Derived from Expert Elicitation, April 2009, Revised 2013. FEMA Contract Number HSFEHQ-06-D-0162. Task Order HSFEHQ-08-J-0014. Not for distribution, but data shared by USACE. | ||
|
||
jrc_vulnerability_curves: | ||
path: damage_functions/flooding/JRC_damage_functions.xlsx | ||
data_type: DataFrame | ||
driver: xlsx | ||
meta: | ||
category: vulnerability | ||
path: damage_functions/flooding/JRC_damage_functions.xlsx | ||
data_type: DataFrame | ||
driver: xlsx | ||
meta: | ||
unit: m | ||
category: vulnerability | ||
|
||
hazus_max_potential_damages: | ||
path: max_potential_damages/damage_values_fema_hazus-inventory-technical-manual-4.2.3.xlsx | ||
data_type: DataFrame | ||
driver: xlsx | ||
meta: | ||
category: vulnerability | ||
path: max_potential_damages/damage_values_fema_hazus-inventory-technical-manual-4.2.3.xlsx | ||
data_type: DataFrame | ||
driver: xlsx | ||
meta: | ||
unit: ft | ||
category: vulnerability | ||
|
||
social_vulnerability: | ||
path: social_vulnerability/census_vulnerability_data_codebook.xlsx | ||
data_type: DataFrame | ||
driver: xlsx | ||
meta: | ||
category: social_vulnerability | ||
path: social_vulnerability/census_vulnerability_data_codebook.xlsx | ||
data_type: DataFrame | ||
driver: xlsx | ||
meta: | ||
category: social_vulnerability | ||
|
||
default_hazus_iwr_linking: | ||
path: vulnerability_linking/default_hazus_iwr_curve_linking.csv | ||
data_type: DataFrame | ||
driver: csv | ||
meta: | ||
category: vulnerability | ||
category: vulnerability | ||
|
||
default_road_max_potential_damages: | ||
path: max_potential_damages/us_road_damage.csv | ||
data_type: DataFrame | ||
driver: csv | ||
meta: | ||
unit: ft | ||
category: exposure | ||
source: Bouwer, Laurens & Haasnoot, Marjolijn & Wagenaar, Dennis & Roscoe, Kathryn. (2018). Assessment of alternative flood mitigation strategies for the C-7 Basin in Miami, Florida. |
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,7 @@ | ||
lanes,cost [USD/ft] | ||
1,240 | ||
2,240 | ||
3,360 | ||
4,480 | ||
5,600 | ||
6,720 |
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
Oops, something went wrong.