[GRASS-SVN] r51867 - grass/trunk/temporal/t.rast.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 29 05:15:49 PDT 2012


Author: huhabla
Date: 2012-05-29 05:15:48 -0700 (Tue, 29 May 2012)
New Revision: 51867

Modified:
   grass/trunk/temporal/t.rast.extract/t.rast.extract.py
Log:
Base names are optional.


Modified: grass/trunk/temporal/t.rast.extract/t.rast.extract.py
===================================================================
--- grass/trunk/temporal/t.rast.extract/t.rast.extract.py	2012-05-29 12:14:27 UTC (rev 51866)
+++ grass/trunk/temporal/t.rast.extract/t.rast.extract.py	2012-05-29 12:15:48 UTC (rev 51867)
@@ -37,7 +37,12 @@
 #%option G_OPT_STRDS_OUTPUT
 #%end
 
-#%option G_OPT_R_BASE
+#%option
+#% key: base
+#% type: string
+#% description: The base name of the new created raster maps. This name will be extended with a numerical prefix
+#% required: no
+#% multiple: no
 #% gisprompt: 
 #%end
 



More information about the grass-commit mailing list