Drainage network extraction

Functionality

The Drainage Network Extraction operation extracts a basic drainage network (boolean raster map). The output raster map will show the basic drainage as pixels with value True, while other pixels have value False.

As input is required: the output raster map of the Flow Accumulation operation. This map contains a cumulative drainage count for each pixel.

Subsequently, you can choose to use either:

Depending on the flow accumulation value for a pixel and the threshold value for this pixel, it is decided whether true or false should be assigned to the output pixel. If the flow accumulation value of a pixel exceeds the threshold value, the output pixel value will be true; else, false is assigned.

For instance, when a stream threshold value of 1000 is used:

Tips:

Example:

Input flow accumulation map: Output drainage network map
(threshold 1000):
Output drainage network map
(variable threshold):
Larger values in red,
and smaller values in blue.
True values in green,
and False values in gray.
True values in green,
and False values in gray.

Input map requirements:

Domain and georeference of output map:

The ouput map will use system domain Bool; the output map will use the same georeference as the input map(s).

Tip:

The output map of the Drainage network extraction operation can be used as input for the Drainage network ordering operation.

See also: