[GRASS-SVN] r64363 - in grass/branches/releasebranch_7_0/temporal: t.rast.accumulate t.rast.aggregate

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 30 04:05:04 PST 2015


Author: neteler
Date: 2015-01-30 04:05:04 -0800 (Fri, 30 Jan 2015)
New Revision: 64363

Modified:
   grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py
   grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py
Log:
temporal: sync descriptions to trunk

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-01-30 12:04:36 UTC (rev 64362)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py	2015-01-30 12:05:04 UTC (rev 64363)
@@ -119,7 +119,7 @@
 #%option
 #% key: method
 #% type: string
-#% description: This method will be applied to compute the accumulative values from the input maps
+#% description: This method will be applied to compute the accumulative values from the input maps in a single granule
 #% options: mean,gdd,bedd,huglin
 #% answer: mean
 #% required: no

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py	2015-01-30 12:04:36 UTC (rev 64362)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py	2015-01-30 12:05:04 UTC (rev 64363)
@@ -67,7 +67,7 @@
 #%option
 #% key: nprocs
 #% type: integer
-#% description: Number of r.mapcalc processes to run in parallel
+#% description: Number of r.series processes to run in parallel
 #% required: no
 #% multiple: no
 #% answer: 1



More information about the grass-commit mailing list