[GRASS-SVN] r69105 - grass/branches/releasebranch_7_0/raster/r.resamp.filter
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 8 07:34:34 PDT 2016
Author: neteler
Date: 2016-08-08 07:34:34 -0700 (Mon, 08 Aug 2016)
New Revision: 69105
Modified:
grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c
Log:
r.resamp.filter: keyword added
Modified: grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c 2016-08-08 14:33:34 UTC (rev 69104)
+++ grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c 2016-08-08 14:34:34 UTC (rev 69105)
@@ -384,6 +384,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