[GRASS-SVN] r56798 - in grass/trunk/raster: r.mfilter r.neighbors

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 19 07:42:24 PDT 2013


Author: neteler
Date: 2013-06-19 07:42:23 -0700 (Wed, 19 Jun 2013)
New Revision: 56798

Modified:
   grass/trunk/raster/r.mfilter/main.c
   grass/trunk/raster/r.neighbors/main.c
Log:
keyword filter added

Modified: grass/trunk/raster/r.mfilter/main.c
===================================================================
--- grass/trunk/raster/r.mfilter/main.c	2013-06-19 12:17:14 UTC (rev 56797)
+++ grass/trunk/raster/r.mfilter/main.c	2013-06-19 14:42:23 UTC (rev 56798)
@@ -56,6 +56,7 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("algebra"));
     G_add_keyword(_("statistics"));
+    G_add_keyword(_("filter"));
     module->description = _("Performs raster map matrix filter.");
 
     /* Define the different options */

Modified: grass/trunk/raster/r.neighbors/main.c
===================================================================
--- grass/trunk/raster/r.neighbors/main.c	2013-06-19 12:17:14 UTC (rev 56797)
+++ grass/trunk/raster/r.neighbors/main.c	2013-06-19 14:42:23 UTC (rev 56798)
@@ -141,6 +141,7 @@
     G_add_keyword(_("algebra"));
     G_add_keyword(_("statistics"));
     G_add_keyword(_("aggregation"));
+    G_add_keyword(_("filter"));
     module->description =
 	_("Makes each cell category value a "
 	  "function of the category values assigned to the cells "



More information about the grass-commit mailing list