[GRASS-SVN] r67389 - grass-addons/grass7/raster/r.stream.variables

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 26 14:54:03 PST 2015


Author: neteler
Date: 2015-12-26 14:54:03 -0800 (Sat, 26 Dec 2015)
New Revision: 67389

Modified:
   grass-addons/grass7/raster/r.stream.variables/r.stream.variables
Log:
r.stream.variables addon: for long parameter descriptions, split into label + description

Modified: grass-addons/grass7/raster/r.stream.variables/r.stream.variables
===================================================================
--- grass-addons/grass7/raster/r.stream.variables/r.stream.variables	2015-12-26 21:54:18 UTC (rev 67388)
+++ grass-addons/grass7/raster/r.stream.variables/r.stream.variables	2015-12-26 22:54:03 UTC (rev 67389)
@@ -67,7 +67,8 @@
 #% key_desc: method
 #% multiple: yes
 #% options: cells,min,max,range,mean,stddev,coeff_var,sum
-#% description: Provide the output aggregation method for the stream-specific variable: upstream cells numbers, minimum, maximum, range, mean, standard deviation, coefficient of variation, sum. Output datatype is Int32
+#% label: Provide the output aggregation method for the stream-specific variable
+#% description: upstream cells numbers, minimum, maximum, range, mean, standard deviation, coefficient of variation, sum. Output datatype is Int32
 #% required:yes
 #%end
 
@@ -75,7 +76,8 @@
 #% key: scale
 #% type: double
 #% key_desc: value
-#% description: Provide a scale factor to multiply or divide the final stream-specific variable (e.g if input raster values are between -1 and 1, use scale=1000 to inicrease the number of decimals - all outputs will be rounded to integers) 
+#% label: Provide a scale factor to multiply or divide the final stream-specific variable
+#% description: Provide it e.g. if input raster values are between -1 and 1, use scale=1000 to inicrease the number of decimals - all outputs will be rounded to integers 
 #% answer: 1
 #% required:no
 #%end



More information about the grass-commit mailing list