Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...

Example of Height above Stream Flood Inundation Mapping Approach


Authors:
Owners: This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) for information on this resource.
Type: Resource
Storage: The size of this resource is 391.9 MB
Created: Nov 28, 2015 at 1:13 a.m.
Last updated: Aug 18, 2016 at 1:36 p.m.
Citation: See how to cite this resource
Sharing Status: Public
Views: 2261
Downloads: 512
+1 Votes: Be the first one to 
 this.
Comments: No comments (yet)

Abstract

This data provides an illustration of the height above the nearest stream approach to flood inundation mapping based on the TauDEM vertical distance to stream function. This example uses a 10 m resolution National Elevation dataset for Onion Creek in Texas. Height above the nearest stream may be thought of as a “relative elevation function” which measures for every DEM cell in the landscape the difference in elevation between that cell and the cell to which it flows on the stream channel. This is like a “water depth” or “stage height” function defined using terrain analysis continuously across the landscape. This relative elevation function, combined with a depth in each stream reach provide a simplified terrain based approach to flood inundation mapping premised on the following:

1. Each reach has a water depth hw, from a hydraulic model such as SPRNT or RAPID.
2. Each reach has an ID
3. Each grid cell has the ID of the reach it connects to (catchment grid) and the height above the stream hs
4. Flood extent is “rapidly” mapped as
If(hw(id) > hs(id))
Inundation depth = hw(id) - hs(id)
Else
Inundation depth = 0

The data here can also be used to compute reach averaged hydraulic properties as follows
1. For each reach the stream network file gives reach length L.
2. For a series of water depths using the height above nearest stream intersected with catchment raster the innundation water volume V, surface area As and bed area Ab are obtained.
3. Reach average properties are then computed as
Cross section Area A = V/L
Wetted perimeter P = Ab/L
Top width = As/L
Hydraulic Radius = A/P

This approach is a simplification over finer scale hydraulics, and the inaccuracy due to introduction of this simplification still needs evaluation. This approach is also dependent on how well the DEM represents the channel and flooded area. This is expected to improve as we get better LIDAR DEMs and develop better ways to hydrologically condition DEMs that do not involve pit filling.

Subject Keywords

Coverage

Spatial

Coordinate System/Geographic Projection:
WGS 84 EPSG:4326
Coordinate Units:
Decimal degrees
Place/Area Name:
Onion Creek
North Latitude
30.3739°
East Longitude
-97.6836°
South Latitude
30.1057°
West Longitude
-98.3400°

Content

README.txt

Data for Onion Creek Example of DEM to Flood Extent approach
David Tarboton
11/27/15

Files in this resource contain

DEM2FloodExtent.pptx.  Powerpoint file that illustrates the method.

Onion.tif. GeoTIFF DEM for Onion Creek that  is used as input.

Flowlines.zip.  Shapefile of NHDPlusV2 Flowlines.

Catchments.zip.  Shapefile of NHDPlus Catchments.

Sources.zip.  Shapefile of start points of NHDPlus Flowlines obtained from ArcGIS Feature Vertices to Points using the DANGLE option and then deleting the single point at the outlet.

source.tif.  Raster created from Sources.shp shapefile to seed watershed delineation.  This has the same extent and cell size as the DEM Onion.tif, a value 1 at the grid locations corresponding to sources, and 0 everywhere else. This was created using convert feature to raster with Environment setting so the cell size and extent of the DEM and then reclassify.

TauDEM.zip.  Results from TauDEM functions.  
The final result files are:
Onionnet.shp.  Shapefile with TauDEM delineated stream network almost identical to NHDFlowlines but following the DEM.
Oniondd.tif.  Height above nearest stream raster used for innundation mapping and hydraulic geometry parameterization. 
 
Following are the command line versions of the functions executed to obtain the above:
mpiexec -n 4 pitremove -z Onion.tif -fel TauDEM\Onionfel.tif
mpiexec -n 4 D8FlowDir -fel TauDEM\Onionfel.tif -p TauDEM\Onionp.tif -sd8 TauDEM\Onionsd8.tif
mpiexec -n 4 DinfFlowDir -fel TauDEM\Onionfel.tif -ang TauDEM\Onionang.tif -slp TauDEM\Onionslp.tif
mpiexec -n 4 Aread8 -p TauDEM\Onionp.tif -ad8 TauDEM\Onionad8.tif
mpiexec -n 4 Aread8 -p TauDEM\Onionp.tif -ad8 TauDEM\Onionssa.tif -wg source.tif
mpiexec -n 4 Threshold -ssa TauDEM\Onionssa.tif -src TauDEM\Onionsrc.tif -thresh 1
mpiexec -n 8 StreamNet -fel TauDEM\Onionfel.tif -p TauDEM\Onionp.tif -ad8 TauDEM\Onionad8.tif -src TauDEM\Onionsrc.tif -ord TauDEM\Onionord.tif -tree TauDEM\Oniontree.txt -coord TauDEM\Onioncoord.txt -net TauDEM\Onionnet.shp -w TauDEM\Onionw.tif
mpiexec -n 4 DinfDistDown -fel TauDEM\Onionfel.tif -ang TauDEM\Onionang.tif -src TauDEM\Onionsrc.tif -dd TauDEM\Oniondd.tif -m ave v

See http://hydrology.usu.edu/taudem/taudem5/documentation.html for details and specifically http://hydrology.usu.edu/taudem/taudem5/help53/DataFileFormatsAndFileNamingConventions.htm for file formats and naming conventions.

Onion.mxd.  ArcMap map document for visualization of the above data.


 

How to Cite

Tarboton, D. (2016). Example of Height above Stream Flood Inundation Mapping Approach, HydroShare, http://www.hydroshare.org/resource/f1d1d9b5b70f4174b650c899168f632a

This resource is shared under the Creative Commons Attribution CC BY.

http://creativecommons.org/licenses/by/4.0/
CC-BY

Comments

There are currently no comments

New Comment

required