[GRASS-SVN] r64239 - in grass/trunk/temporal: t.rast.accumulate t.rast.aggregate
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 19 05:44:26 PST 2015
Author: huhabla
Date: 2015-01-19 05:44:26 -0800 (Mon, 19 Jan 2015)
New Revision: 64239
Modified:
grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py
grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py
Log:
temporal modules: Documentation fix
Modified: grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py
===================================================================
--- grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py 2015-01-19 09:50:19 UTC (rev 64238)
+++ grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py 2015-01-19 13:44:26 UTC (rev 64239)
@@ -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/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py
===================================================================
--- grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py 2015-01-19 09:50:19 UTC (rev 64238)
+++ grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py 2015-01-19 13:44:26 UTC (rev 64239)
@@ -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