This tool produces a vector network and shapefile from the stream raster grid. The flow direction grid is used to connect flow paths along the stream raster. The Strahler order of each stream segment is computed. The subwatershed draining to each stream segment (reach) is also delineated and labeled with the value identifier that corresponds to the WSNO (watershed number) attribute in the Stream Reach Shapefile.
This tool orders the stream network according to the Strahler ordering system. Streams that don't have any other streams draining in to them are order 1. When two stream reaches of different order join the order of the downstream reach is the order of the highest incoming reach. When two reaches of equal order join the downstream reach order is increased by 1. When more than two reaches join the downstream reach order is calculated as the maximum of the highest incoming reach order or the second highest incoming reach order + 1. This generalizes the common definition to cases where more than two reaches join at a point. The network topological connectivity is stored in the Stream Network Tree file, and coordinates and attributes from each grid cell along the network are stored in the Network Coordinates file.
The stream raster grid is used as the source for the stream network, and the flow direction grid is used to trace connections within the stream network. Elevations and contributing area are used to determine the elevation and contributing area attributes in the network coordinate file. Points in the outlets shapefile are used to logically split stream reaches to facilitate representing watersheds upstream and downstream of monitoring points. The program uses the attribute field "id" in the outlets shapefile as identifiers in the Network Tree file. This tool then translates the text file vector network representation in the Network Tree and Coordinates files into a shapefile. Further attributes are also evaluated. The program has an option to delineate a single watershed by representing the entire area draining to the Stream Network as a single value in the output watershed grid.
Parameter | Explanation | Data Type |
---|---|---|
Input_Pit_Filled_Elevation_Grid__must_be__tif_ |
Dialog Reference This input is a grid of elevation values. This is usually the output of the "Pit Remove" tool, in which case it is elevations with pits removed. Pits are low elevation areas in digital elevation models (DEMs) that are completely surrounded by higher terrain. They are generally taken to be artifacts that interfere with the processing of flow across DEMs, so are removed by raising their elevation to the point where they just drain. This step is not essential if you have reason to believe that the pits in your DEM are real. Elevation values are used in this function to compute the slope of stream segments. Not removing pits can result in negative (i.e. uphill) stream segment slopes. |
Raster Layer (Must be TIFF File) |
Input_D8_Flow_Direction_Grid__must_be__tif_ |
Dialog Reference This input is a grid of flow directions that are encoded using the D8 method where all flow from a cells goes to a single neighboring cell in the direction of steepest descent. Flow Direction Coding: 1 -East, 2 - Northeast, 3 - North, 4 - Northwest, 5 - West, 6 - Southwest, 7 - South, 8 - Southeast. This grid can be obtained as the output of the "D8 Flow Directions" tool. |
Raster Layer (Must be TIFF File) |
Input_D8_Drainage_Area__must_be__tif_ |
Dialog Reference A grid giving the contributing area value in terms of the number of grid cells (or the summation of weights) for each cell taken as its own contribution plus the contribution from upslope neighbors that drain in to it using the D8 algorithm. This is usually the output of the "D8 Contributing Area" tool and is used to determine the contributing area attribute in the Network Coordinate file. |
Raster Layer (Must be TIFF File) |
Input_Stream_Raster_Grid__must_be__tif_ |
Dialog Reference An indicator grid indicating streams, by using a grid cell value of 1 on streams and 0 off streams. Several of the "Stream Network Analysis" tools produce this type of grid. The Stream Raster Grid is used as the source for the stream network. |
Raster Layer (Must be TIFF File) |
Input_Outlets_Shapefile_as_Network_Nodes__must_be__shp_ (Optional) |
Dialog Reference A point shape file defining points of interest. If this file is used, the tool will only deliiniate the stream network upstream of these outlets. Additionally, points in the Outlets Shapefile are used to logically split stream reaches to facilitate representing watersheds upstream and downstream of monitoring points. This tool REQUIRES THAT THERE BE an integer attribute field "id" in the Outlets Shapefile, because the "id" values are used as identifiers in the Network Tree file. |
Feature Layer (Must be SHP File) |
Delineate_Single_Watershed |
Dialog Reference This option causes the tool to delineate a single watershed by representing the entire area draining to the Stream Network as a single value in the output watershed grid. Otherwise a seperate watershed is delineated for each stream reach. |
Boolean |
Input_Number_of_Processes |
Dialog Reference This input indicates the number of stripes that the domain will be divided into and the number of MPI parallel processes that will be spawned to evaluate each piece of the domain. |
Long |
Output_Stream_Order_Grid__must_be__tif_ |
Dialog Reference The Stream Order Grid has cells values of streams ordered according to the Strahler order system. The Strahler ordering system defines order 1 streams as stream reaches that don't have any other reaches draining in to them. When two stream reaches of different order join the order of the downstream reach is the order of the highest incoming reach. When two reaches of equal order join the downstream reach order is increased by 1. When more than two reaches join the downstream reach order is calculated as the maximum of the highest incoming reach order or the second highest incoming reach order + 1. This generalizes the common definition to cases where more than two reaches join at a point. This generalizes the common definition to cases where more than two flow paths join at a point. |
Raster Dataset |
Output_Network_Connectivity_Tree__must_be__txt_ |
Dialog Reference This output is a text file that details the network topological connectivity is stored in the Stream Network Tree file. Columns are as follows:
|
File |
Output_Network_Coordinates__must_be__txt_ |
Dialog Reference This output is a text file that contains the coordinates and attributes of points along the stream network. Columns are as follows:
|
File |
Output_Stream_Reach_Shapefile__must_be__shp_ |
Dialog Reference This output is a polyline shapefile giving the links in a stream network. The columns in the attribute table are:
|
Feature Layer |
Output_Watershed_Grid__must_be__tif_ |
Dialog Reference This output grid identified each reach watershed with a unique ID number, or in the case where the delineate single watershed option was checked, the entire area draining to the stream network is identified with a single ID. |
Raster Dataset |