Skip to content

Commit

Permalink
Merge pull request #96 from Deltares/review/fiat_and_vulnerability
Browse files Browse the repository at this point in the history
Updating the fiat_integrator branch with the latest changes from review/fiat_and_vulnerability
  • Loading branch information
frederique-hub committed Jun 12, 2023
2 parents 4923651 + 01c11d5 commit 2cdc082
Show file tree
Hide file tree
Showing 50 changed files with 757 additions and 33,197 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ venv.bak/
# dask
/local_test_database

/examples/data/miami_dade_landuse.gpkg
31 changes: 31 additions & 0 deletions docs/data/national_structure_inventory.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
National Structure Inventory (USA)
==================================

For projects in the United States, users of **HydroMT-FIAT** can directly and easily make use
of the `National Structure Inventory <https://www.hec.usace.army.mil/confluence/nsi>` (NSI). The
user can access the data through providing 'NSI' in the configuration file as such::

[setup_exposure_vector]
asset_locations = NSI
occupancy_type = NSI
max_potential_damage = NSI

The following attributes for Delft-FIAT (left-hand side) will be filled with data from the
corresponding NSI fields (right-hand side).

"Object ID": "fd_id",
"Object Name": "fd_id",
"Primary Object Type": "st_damcat",
"Secondary Object Type": "occtype",
"Max Potential Damage: Structure": "val_struct",
"Max Potential Damage: Content": "val_cont",
"Ground Elevation": "ground_el",
"X Coordinate": "x",
"Y Coordinate": "y",
"Aggregation Label: Census Block": "cbfips"

HydroMT-FIAT obtains the NSI data of the area of interest through the `NSI API
<https://www.hec.usace.army.mil/confluence/nsi/technicalreferences/latest/api-reference-guide>`.

For more information about this data we refer to their online `Technical Documentation
<https://www.hec.usace.army.mil/confluence/nsi/technicalreferences/latest/technical-documentation>`.
12 changes: 12 additions & 0 deletions hydromt_fiat/data/attribute_linking/NSI_attributes_to_FIAT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Object ID": "fd_id",
"Object Name": "fd_id",
"Primary Object Type": "st_damcat",
"Secondary Object Type": "occtype",
"Max Potential Damage: Structure": "val_struct",
"Max Potential Damage: Content": "val_cont",
"Ground Elevation": "ground_elv",
"X Coordinate": "x",
"Y Coordinate": "y",
"Aggregation Label: Census Block": "cbfips"
}
File renamed without changes.
Loading

0 comments on commit 2cdc082

Please sign in to comment.