Skip to content

Commit 70a0f3e

Browse files
Update README.md
1 parent b4203d7 commit 70a0f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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;">
@@ -91,7 +91,7 @@ fimserve\Scripts\activate
9191
**Once Virtual env is ready, install or add fimserve into your workflows**
9292
```bash
9393
#Using pip
94-
pip install fimserve
94+
pip install fimserve== 0.1.82 (check for the PyPI version mentioned above)
9595

9696
#OR add using poetry to your framework development for quick FIM generation
9797
poetry add fimserve

0 commit comments

Comments
 (0)