[GRASS-SVN] r69299 - grass/trunk/raster/r.fill.dir
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 30 05:59:20 PDT 2016
Author: wenzeslaus
Date: 2016-08-30 05:59:20 -0700 (Tue, 30 Aug 2016)
New Revision: 69299
Modified:
grass/trunk/raster/r.fill.dir/main.c
Log:
r.fill.dir: more keywords
Modified: grass/trunk/raster/r.fill.dir/main.c
===================================================================
--- grass/trunk/raster/r.fill.dir/main.c 2016-08-29 14:11:48 UTC (rev 69298)
+++ grass/trunk/raster/r.fill.dir/main.c 2016-08-30 12:59:20 UTC (rev 69299)
@@ -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