[GRASS-SVN] r65919 - grass/trunk/temporal/t.rast.accumulate
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 12 07:47:00 PDT 2015
Author: neteler
Date: 2015-08-12 07:47:00 -0700 (Wed, 12 Aug 2015)
New Revision: 65919
Modified:
grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py
Log:
t.rast.accumulate: explain method parameter (todo: make identical to r.series.accumulate)
Modified: grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py
===================================================================
--- grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py 2015-08-12 14:03:56 UTC (rev 65918)
+++ grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py 2015-08-12 14:47:00 UTC (rev 65919)
@@ -119,7 +119,8 @@
#%option
#% key: method
#% type: string
-#% description: This method will be applied to compute the accumulative values from the input maps in a single granule
+#% label: This method will be applied to compute the accumulative values from the input maps in a single granule
+#% description: Growing Degree Days or Winkler indices; Mean: sum(input maps)/(number of input maps); Biologically Effective Degree Days; Huglin Heliothermal index
#% options: mean,gdd,bedd,huglin
#% answer: mean
#% required: no
More information about the grass-commit
mailing list