From d68bc599f48ba688d16c46a3f26050db3acce73a Mon Sep 17 00:00:00 2001 From: Giovanni Manghi Date: Mon, 7 Jul 2014 11:43:44 +0100 Subject: [PATCH] [processing] fix GRASS 64 r.watershed --- .../processing/algs/grass/description/r.watershed.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/grass/description/r.watershed.txt b/python/plugins/processing/algs/grass/description/r.watershed.txt index 82a245ee1ac..ad15179e1ce 100644 --- a/python/plugins/processing/algs/grass/description/r.watershed.txt +++ b/python/plugins/processing/algs/grass/description/r.watershed.txt @@ -8,7 +8,12 @@ ParameterRaster|disturbed.land|Percent of disturbed land, for USLE|True ParameterRaster|blocking|Terrain blocking overland surface flow, for USLE|True ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0 ParameterNumber|max.slope.length|Maximum length of surface flow, for USLE|None|None|0 +ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5 +ParameterNumber|memory|Maximum memory to be used with -m flag (in MB)|1|None|300 +ParameterBoolean|-f|SFD (D8) flow (default is MFD)|False ParameterBoolean|-4|Allow only horizontal and vertical flow of water|True +ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False +ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False OutputRaster|accumulation|Number of cells that drain through each cell OutputRaster|drainage|Drainage direction OutputRaster|basin|Unique label for each watershed basin @@ -16,4 +21,4 @@ OutputRaster|stream|Stream segments OutputRaster|half.basin|Half-basins output layer OutputRaster|visual|Visual display output layer OutputRaster|length.slope|Slope length and steepness (LS) factor for USLE -OutputRaster|slope.steepness|Slope steepness (S) factor for USLE +OutputRaster|slope.steepness|Slope steepness (S) factor for USLE \ No newline at end of file