Derive Stream As Raster (Spatial Analyst Tools)
Summary
Generates a stream raster from an input surface raster with no prior sink or depression filling required.
Usage
The input surface raster can be a digital elevation model (DEM) with no prior sink filling or a hydroconditioned DEM. The tool is not sensitive to errors in the surface raster that can act as depressions or sinks where flow terminates; filling sinks or depressions is not necessary.
The Output stream raster parameter value represents the cells with a higher or equal flow accumulation threshold, specified through the optional Accumulation threshold (
accumulation_thresholdin Python) parameter. If no Accumulation threshold value is provided, by default, the tool calculates an area threshold based on the input surface raster size (0.2 percent of the total number of cells). While flow direction and accumulation are calculated internally to derive streams, they are not an output. Use Derive Continuous Flow to obtain flow accumulation and flow direction rasters using the same methodology.When the input surface raster contains real depressions within the surface raster, the depressions must be specified in the Input raster or feature depressions data (
in_depressions_datain Python) parameter to be considered cells where water can flow into but not outward (an outlet). Depression area information can be either a raster or a feature class. The feature class can be a point, polyline, or polygon.An Input accumulation weight raster (
in_weight_rasterin Python) parameter value can be specified to apply a weight to each cell when deriving accumulation, which is an intermediate step. If a weight raster is applied, specify an appropriate flow accumulation threshold for the Accumulation threshold (accumulation_thresholdin Python) parameter.If Input raster or features depressions data, Input accumulation weight raster parameters or data to apply environment settings is used, the default Accumulation threshold will be recalculated based on the area of intersection between the inputs. However, once you have specified a value for the Accumulation threshold, it will no longer be recalculated based on changes in input selection. You may encounter the same situation when running the tool in batch using the Input surface raster as batch parameter, where the Accumulation threshold is calculated based on the first input and will not change as other raster layers are being processed in batch.
Specify an Accumulation threshold (
accumulation_thresholdin Python) parameter value that reflects the complexity of the terrain in the study area or that matches the size of a contributing area of choice. For example, if the threshold is equal to 20 hectares, only cells with 20 or more hectares of upstream flow will define a stream raster.Use the Stream designation method parameter to assign a unique value of stream sections between intersections or an order to the segments of streams. The Constant option is the default, and all streams are assigned the same value equal to 1. When Unique is specified, each stream section between intersections will be assigned a unique value. Additional ordering options are Strahler, Shreve, and Hack (Strahler, 1957; Shreve, 1966; Hack, 1957). The Strahler order of a stream increases when streams of the same order intersect. The Shreve order assigns order to streams based on magnitude. All links with no tributaries are assigned a magnitude (order) of one. Magnitudes are additive downslope. When two links intersect, their magnitudes are added and assigned to the downslope link. The Hack order of a stream increases by one with respect to the order of a stream to which it discharges. The main river channel is assigned a magnitude of 1, and all streams discharging to it are assigned a magnitude of 2, and so on.
NoData cells are considered noise and by definition do not have an associated value. The tool will ignore these cells when identifying the direction of the least steep uphill neighbor, as well as in the determination of flow direction and accumulation.
With the Force all edge cells to flow outward parameter unchecked (
force_flow = "NORMAL"in Python), which is the default setting, a cell at the edge of the surface raster will flow toward the inner cell with the steepest drop in z-value. If the drop is less than or equal to zero, the cell will flow out of the surface raster.This will affect the direction of flow at the edge of the surface raster, as well as the accumulation and ultimately the definition of streams.
When the output raster format is
.crf, this tool supports the Pyramid raster storage environment. Pyramids will be created in the output by default. For any other output format, this environment is not supported, and pyramids will not be created.See Analysis environments and Spatial Analyst for additional details on the geoprocessing environments that apply to this tool.
References:
Ehlschlaeger, C. R. 1989. "Using the AT Search Algorithm to Develop Hydrologic Models from Digital Elevation Data." International Geographic Information Systems (IGIS) Symposium 89: 275-281.
Hack, J. T. 1957. "Studies of Longitudinal Stream Profiles in Virginia and Maryland." Geological Survey Professional Paper 294: 45–95.
Jenson, S. K., and Domingue, J. O. 1988. "Extracting Topographic Structure from Digital Elevation Data for Geographic Information System Analysis." Photogrammetric Engineering and Remote Sensing 54 (11): 1593–1600.
Metz, M., Mitasova, H., & Harmon, R. S. 2011. "Efficient extraction of drainage networks from massive, radar-based elevation models with least cost path search." Hydrology and Earth System Sciences 15(2): 667-678.
Shreve, R. 1966. "Statistical Law of Stream Numbers" Journal of Geology. 74: 17-35
Strahler, A. N. 1957. "Quantitative analysis of watershed geomorphology" Transactions of the American Geophysical Union 8 (6): 913-920
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input surface raster |
The input surface raster. |
Raster Layer |
|
Input raster or feature depressions data (Optional) |
A dataset that defines real depressions. The depressions can be defined through either a raster or a feature layer. If the input is a raster, the depression cells must have a valid value, including zero, and the areas that are not depressions must be NoData. |
Composite Geodataset |
|
Input accumulation weight raster (Optional) |
An input raster dataset that defines the fraction of flow that contributes to flow accumulation at each cell. The weight is only applied to the accumulation of flow. If no accumulation weight raster is specified, a default weight of 1 will be applied to each cell. |
Raster Layer |
|
Accumulation threshold (Optional) |
The threshold for determining whether a given cell is part of a stream in terms of the total area that flows into the cell. |
Areal Unit |
|
Stream designation method (Optional) |
Specifies the unique or order of the streams in the output.
|
String |
|
Force all edge cells to flow outward (Optional) |
Specifies whether edge cells will always flow outward or follow normal flow rules.
|
Boolean |
Return value
| Label | Explanation | Data type |
|---|---|---|
|
Output stream raster |
The output raster representing stream locations. |
Raster |
Environments
Auto Commit, Cell Size, Cell Size Projection Method, Current Workspace, Extent, Geographic Transformations, Mask, Output CONFIG Keyword, Output Coordinate System, Pyramid, Scratch Workspace, Snap Raster
Licensing information
- Basic: Requires Spatial Analyst
- Standard: Requires Spatial Analyst
- Advanced: Requires Spatial Analyst