[GRASS-SVN] r65920 - grass/branches/releasebranch_7_0/temporal/t.rast.accumulate

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 12 07:47:46 PDT 2015


Author: neteler
Date: 2015-08-12 07:47:46 -0700 (Wed, 12 Aug 2015)
New Revision: 65920

Modified:
   grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py
Log:
t.rast.accumulate: explain method parameter (todo: make identical to r.series.accumulate)

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py	2015-08-12 14:47:00 UTC (rev 65919)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py	2015-08-12 14:47:46 UTC (rev 65920)
@@ -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