StreamShape

Converts a raster representing a raster linear network to a shapefile.

Learn more about how StreamShape works


Usage tips

Map Algebra

Syntax

See Stream to Feature

Map Algebra syntax

StreamShape(<net_grid>, <dir_grid>, {NOWEED | WEED})

Parameter Explanation
<net_grid> An integer raster representing a linear stream network.
<dir_grid> A raster showing direction of flow out of each cell. This can be created using the FlowDirection function.
{NOWEED | WEED} Specifies whether weed tolerance will be used.
  • {NOWEED} — No weeding is done.
  • {WEED} — The weed tolerance, in map units, for generalization of arcs. The Douglas–Puecker algorithm is used for line generalization. A tolerance of sqrt(0.5) * cell size is used.

Map Algebra example

streamshape(strm_order, flowdir, noweed)
streamshape(strm_order, flowdir, weed)

ArcObjects syntax

See StreamToFeature


See Also

  • Stream Link
  • Stream Order
  • Stream to Feature
  • An overview of the Hydrology tools