Skip to content

Commit 4c00a77

Browse files
Merge origin/main into main: resolve README.md
2 parents 7b71f9d + 79f5757 commit 4c00a77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
### **Background**
2222
<hr style="border: 1px solid black; margin: 0;">
2323

24-
OWP HAND-FIM is a national-scale operational flood forecasting framework (https://github.com/NOAA-OWP/inundation-mapping). It is a terrain-based fluvial flooding model that uses model-predicted streamflow and reach-averaged Synthetic Rating Curves (SRCs) to generate inundation extent and depth rasters at HUC-8 scale (Hydrologic Unit Code-8). The model can produce FIMs for all order streams within the watershed at a very low computational cost. This notebook streamline the FIM generation process or the OWP HAND-FIM framework on the cloud. It allow users to run over mutiple HUC-8s simultaneously. This model can run using any temporal resolution available from the input streamflow data (hourly, daily, monthly etc). ### **Currently we are running the FIM4.5 version for Inundation Mapping.**
24+
OWP HAND-FIM is a national-scale operational flood forecasting framework (https://github.com/NOAA-OWP/inundation-mapping). It is a terrain-based fluvial flooding model that uses model-predicted streamflow and reach-averaged Synthetic Rating Curves (SRCs) to generate inundation extent and depth rasters at HUC-8 scale (Hydrologic Unit Code-8). The model can produce FIMs for all order streams within the watershed at a very low computational cost. This notebook streamline the FIM generation process or the OWP HAND-FIM framework on the cloud. It allow users to run over mutiple HUC-8s simultaneously. This model can run using any temporal resolution available from the input streamflow data (hourly, daily, monthly etc). ### **Currently we are running the FIM4.5 version for Inundation Mapping.**
2525

2626
### **Package structures**
2727
<hr style="border: 1px solid black; margin: 0;">
@@ -96,6 +96,7 @@ uv pip install fimserve
9696
'OR'
9797
pip install fimserve
9898

99+
99100
#OR add using poetry to your framework development for quick FIM generation
100101
poetry add fimserve
101102
```

0 commit comments

Comments
 (0)