Skip to content

Commit

Permalink
Merge branch 'main' into gui-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
frederique-hub authored Oct 30, 2023
2 parents cbf0f82 + 91f97de commit 76502c3
Show file tree
Hide file tree
Showing 25 changed files with 7,402 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,7 @@ cache
hydromt_fiat/data/damage_functions/flooding/AllDDF_HAZUS_fractions.xlsx
hydromt_fiat/data/damage_functions/flooding/Hazus_IWR_curves.csv
hydromt_fiat/data/damage_functions/flooding/Hazus_IWR_curves.xlsx
examples/data/update_ground_floor_height/test_update_ground_floor_height_points
examples/data/update_ground_floor_height/test_update_ground_floor_height_polygons
examples/data/building_footprints/fiat_model_bfs
examples/data/aggregation_zones/output
Binary file removed docs/_static/fiat.png
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/_static/fiat_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def write_nested_dropdown(name, data_cat, note="", categories=[]):
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
html_logo = "_static/fiat.png"
html_logo = "_static/fiat_logo.svg"
autodoc_member_order = "bysource" # overwrite default alphabetical sort
autoclass_content = "both"

Expand Down
45 changes: 45 additions & 0 deletions examples/data/hydromt_fiat_catalog_USA.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

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

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.

jrc_vulnerability_curves:
path: damage_functions/flooding/JRC_damage_functions.xlsx
data_type: DataFrame
driver: xlsx
meta:
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

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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 76502c3

Please sign in to comment.