File: r.watershed.txt

package info (click to toggle)
qgis 3.40.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,183,672 kB
  • sloc: cpp: 1,595,771; python: 372,544; xml: 23,474; sh: 3,761; perl: 3,664; ansic: 2,257; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 161
file content (26 lines) | stat: -rw-r--r-- 2,295 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
r.watershed
Watershed basin analysis program.
Raster (r.*)
QgsProcessingParameterRasterLayer|elevation|Elevation|None|False
QgsProcessingParameterRasterLayer|depression|Locations of real depressions|None|True
QgsProcessingParameterRasterLayer|flow|Amount of overland flow per cell|None|True
QgsProcessingParameterRasterLayer|disturbed_land|Percent of disturbed land, for USLE|None|True
QgsProcessingParameterRasterLayer|blocking|Terrain blocking overland surface flow, for USLE|None|True
QgsProcessingParameterNumber|threshold|Minimum size of exterior watershed basin|QgsProcessingParameterNumber.Integer|None|True|None|None
QgsProcessingParameterNumber|max_slope_length|Maximum length of surface flow, for USLE|QgsProcessingParameterNumber.Double|None|True|None|None
QgsProcessingParameterNumber|convergence|Convergence factor for MFD (1-10)|QgsProcessingParameterNumber.Integer|5|True|1|10
QgsProcessingParameterNumber|memory|Maximum memory to be used with -m flag (in MB)|QgsProcessingParameterNumber.Integer|300|True|1|None
QgsProcessingParameterBoolean|-s|Enable Single Flow Direction (D8) flow (default is Multiple Flow Direction)|False
QgsProcessingParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
QgsProcessingParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
QgsProcessingParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
QgsProcessingParameterBoolean|-b|Beautify flat areas|False
QgsProcessingParameterRasterDestination|accumulation|Number of cells that drain through each cell|None|True
QgsProcessingParameterRasterDestination|drainage|Drainage direction|None|True
QgsProcessingParameterRasterDestination|basin|Unique label for each watershed basin|None|True
QgsProcessingParameterRasterDestination|stream|Stream segments|None|True
QgsProcessingParameterRasterDestination|half_basin|Half-basins|None|True
QgsProcessingParameterRasterDestination|length_slope|Slope length and steepness (LS) factor for USLE|None|True
QgsProcessingParameterRasterDestination|slope_steepness|Slope steepness (S) factor for USLE|None|True
QgsProcessingParameterRasterDestination|tci|Topographic index ln(a / tan(b))|None|True
QgsProcessingParameterRasterDestination|spi|Stream power index a * tan(b)|None|True