[GRASS-SVN] r66558 - grass/trunk/temporal/t.rast.accumulate

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 21 06:00:12 PDT 2015


Author: huhabla
Date: 2015-10-21 06:00:12 -0700 (Wed, 21 Oct 2015)
New Revision: 66558

Modified:
   grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py
Log:
temporal modules: Fixed t.rast.accumulate interface

Modified: grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py
===================================================================
--- grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py	2015-10-21 12:40:20 UTC (rev 66557)
+++ grass/trunk/temporal/t.rast.accumulate/t.rast.accumulate.py	2015-10-21 13:00:12 UTC (rev 66558)
@@ -96,13 +96,13 @@
 #% key: limits
 #% type: double
 #% key_desc: lower,upper
-#% description: Use these limits in case lower and/or upper input  space time raster datasets are not defined
-#% required: no
+#% description: Use these limits in case lower and/or upper input  space time raster datasets are not defined or contain NULL values
+#% required: yes
 #% multiple: no
 #%end
 
 #%option
-#% key: shift
+#% key: scale
 #% type: double
 #% description: Scale factor for input space time raster dataset
 #% required: no
@@ -110,7 +110,7 @@
 #%end
 
 #%option
-#% key: scale
+#% key: shift
 #% type: double
 #% description: Shift factor for input space time raster dataset
 #% required: no



More information about the grass-commit mailing list