Assigns unique values to sections of a raster linear network between intersections.
Learn more about how Stream Link works
Usage tips
Command line and Scripting
-
The input stream raster can be created by "thresholding" the results of the Flow Accumulation function. Refer to the Flow Accumulation topic for an example.
-
The stream raster linear network should be represented as values greater than or equal to one on a background of NoData.
-
The output of the Stream Link tool is an integer raster.
-
The following environment settings affect this tool:
- General: Current Workspace, Scratch Workspace, Output Coordinate system, Output Extent, Snap Raster.
- Raster Analysis: Cell size.
- Raster Storage: See the Raster Storage settings for the particular output raster format selected.
Map Algebra
-
The <net_grid> can be created by "thresholding" the results of FlowAccumulation. Refer to the FlowAccumulation command reference for an example.
-
The raster linear network should be represented as values greater than or equal to one on a background of NoData.
-
Learn more about how to specify the input raster dataset in the Map Algebra expression of Raster Calculator.
ArcObjects
-
The streamRaster can be created by "thresholding" the results of FlowAccumulation. Refer to the FlowAccumulation command reference for an example.
-
The raster linear network should be represented with values greater than or equal to one on a background of NoData.
-
The output from the ArcObjects method is a raster object.