[GRASS-SVN] r58311 - in grass/trunk: imagery/i.pca raster/r.texture

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 26 01:44:43 PST 2013


Author: mmetz
Date: 2013-11-26 01:44:43 -0800 (Tue, 26 Nov 2013)
New Revision: 58311

Modified:
   grass/trunk/imagery/i.pca/main.c
   grass/trunk/raster/r.texture/main.c
Log:
i.pca/r.texture: add --overwrite flag for output prefix

Modified: grass/trunk/imagery/i.pca/main.c
===================================================================
--- grass/trunk/imagery/i.pca/main.c	2013-11-25 21:59:21 UTC (rev 58310)
+++ grass/trunk/imagery/i.pca/main.c	2013-11-26 09:44:43 UTC (rev 58311)
@@ -74,6 +74,7 @@
     G_add_keyword(_("PCA"));
     module->description = _("Principal components analysis (PCA) "
 			    "for image processing.");
+    module->overwrite = 1;
 
     /* Define options */
     opt_in = G_define_standard_option(G_OPT_R_INPUTS);

Modified: grass/trunk/raster/r.texture/main.c
===================================================================
--- grass/trunk/raster/r.texture/main.c	2013-11-25 21:59:21 UTC (rev 58310)
+++ grass/trunk/raster/r.texture/main.c	2013-11-26 09:44:43 UTC (rev 58311)
@@ -104,6 +104,7 @@
     G_add_keyword(_("texture"));
     module->description =
 	_("Generate images with textural features from a raster map.");
+    module->overwrite = 1;
 
     /* Define the different options */
 



More information about the grass-commit mailing list