[GRASS-SVN] r69106 - grass/branches/releasebranch_7_2/raster/r.resamp.filter
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 8 07:34:42 PDT 2016
Author: neteler
Date: 2016-08-08 07:34:42 -0700 (Mon, 08 Aug 2016)
New Revision: 69106
Modified:
grass/branches/releasebranch_7_2/raster/r.resamp.filter/main.c
Log:
r.resamp.filter: keyword added
Modified: grass/branches/releasebranch_7_2/raster/r.resamp.filter/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.resamp.filter/main.c 2016-08-08 14:34:34 UTC (rev 69105)
+++ grass/branches/releasebranch_7_2/raster/r.resamp.filter/main.c 2016-08-08 14:34:42 UTC (rev 69106)
@@ -389,6 +389,7 @@
G_add_keyword(_("raster"));
G_add_keyword(_("resample"));
G_add_keyword(_("kernel filter"));
+ G_add_keyword(_("filter"));
module->description =
_("Resamples raster map layers using an analytic kernel.");
More information about the grass-commit
mailing list