-
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.
- Loading branch information
1 parent
bf601f7
commit efe3ad0
Showing
13 changed files
with
155 additions
and
73 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,26 @@ | ||
.. _hazus: | ||
|
||
=============================================== | ||
HAZUS flood depth-damage functions | ||
=============================================== | ||
|
||
Users of **HydroMT-FIAT** can directly and easily make use of the depth-damage | ||
functions and repair values from `HAZUS | ||
<https://www.fema.gov/flood-maps/products-tools/hazus>`_. Hazus is a US-based | ||
program and the depth-damage functions are based on US data. The functions and | ||
values can be used only together with the `hydromt_fiat_catalog_USA.yml` and | ||
by providing the following values in the configuration file:: | ||
|
||
[setup_vulnerability] | ||
vulnerability_fn = "default_vulnerability_curves" | ||
vulnerability_identifiers_and_linking_fn = "default_hazus_iwr_linking" | ||
unit = "ft" | ||
|
||
[setup_exposure_vector] | ||
max_potential_damage = "hazus_max_potential_damages" | ||
unit = "m" | ||
|
||
|
||
The HAZUS flood depth-damage functions and replacement values are processed into an easy-to-use format | ||
for HydroMT-FIAT and stored in the ``hydromt_fiat/data`` folder. | ||
|
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 was deleted.
Oops, something went wrong.
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,8 @@ | ||
.. _exposure_vector: | ||
.. currentmodule:: hydromt_fiat.workflows.exposure_vector | ||
|
||
=============================== | ||
Exposure Module for Vector data | ||
=============================== | ||
|
||
Coming soon.. |
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,9 @@ | ||
.. _hazard: | ||
.. currentmodule:: hydromt_fiat.workflows.hazard | ||
|
||
======================= | ||
Hazard Module | ||
======================= | ||
|
||
Coming soon.. | ||
|
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,9 @@ | ||
.. _svi: | ||
.. currentmodule:: hydromt_fiat.workflows.social_vulnerability_index | ||
|
||
================================= | ||
Social Vulnerability Index Module | ||
================================= | ||
|
||
Coming soon.. | ||
|
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