Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.

GRASS logo

NAME

r.threshold - Find optimal threshold for stream extraction

KEYWORDS

raster, hydrology, threshold

SYNOPSIS

r.threshold
r.threshold --help
r.threshold [-g] acc=acc [--help] [--verbose] [--quiet] [--ui]

Flags:

-g
Print the threshold value in shell script style
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

acc=acc [required]
Name of accumulation raster map

Table of contents

DESCRIPTION

r.threshold finds optimal threshold for stream extraction.

NOTES

The module finds a first tentative value of upslope area to be used as input to extract the river network using r.stream.extract or r.watershed. Real streams depend on many factors, such as rainfall, infiltration rate, geology, climate etc. i.e. the same topography in different parts of the world yields different real stream networks. This approach provides a best guess about what makes sense when looking only at the DEM.

EXAMPLE

r.threshold acc=accumulation_map

SEE ALSO

r.stream.extract, r.watershed

AUTHOR

Margherita Di Leo (dileomargherita AT gmail DOT com)

SOURCE CODE

Available at: r.threshold source code (history)

Latest change: Thu Feb 3 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2022 GRASS Development Team, GRASS GIS 8.0.3dev Reference Manual