mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
r.stream.order
|
|
r.stream.order - Calculate Strahler's and Horton's stream order Hack's main streams and Shreeve's stream magnitude
|
|
Raster (r.*)
|
|
ParameterRaster|stream|Input map: stream mask|False
|
|
ParameterRaster|dir|Input map: direction map|False
|
|
ParameterBoolean|-z|Create zero-value background|False
|
|
OutputRaster|strahler|Output basin map (Strahler)
|
|
OutputRaster|shreve|Output basin map (Shreve)
|
|
OutputRaster|horton|Output basin map (Horton)
|
|
OutputRaster|hack|Output basin map (Hack)
|
|
OutputRaster|top|Output basin map (Top)
|