[GRASS-SVN] r70051 - grass/branches/releasebranch_7_2/raster/r.fill.dir
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 11 02:56:06 PST 2016
Author: neteler
Date: 2016-12-11 02:56:05 -0800 (Sun, 11 Dec 2016)
New Revision: 70051
Modified:
grass/branches/releasebranch_7_2/raster/r.fill.dir/main.c
Log:
r.fill.dir: more keywords (trunk, r69299)
Modified: grass/branches/releasebranch_7_2/raster/r.fill.dir/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.fill.dir/main.c 2016-12-10 20:28:33 UTC (rev 70050)
+++ grass/branches/releasebranch_7_2/raster/r.fill.dir/main.c 2016-12-11 10:56:05 UTC (rev 70051)
@@ -85,6 +85,9 @@
module = G_define_module();
G_add_keyword(_("raster"));
G_add_keyword(_("hydrology"));
+ G_add_keyword(_("sink"));
+ G_add_keyword(_("fill sinks"));
+ G_add_keyword(_("depressions"));
module->description =
_("Filters and generates a depressionless elevation map and a "
"flow direction map from a given elevation raster map.");
More information about the grass-commit
mailing list