[GRASS-SVN] r52858 - in grass/trunk: raster/r.grow scripts/d.rast.leg scripts/d.shadedmap scripts/r.blend
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 23 08:37:38 PDT 2012
Author: neteler
Date: 2012-08-23 08:37:36 -0700 (Thu, 23 Aug 2012)
New Revision: 52858
Modified:
grass/trunk/raster/r.grow/main.c
grass/trunk/scripts/d.rast.leg/d.rast.leg.py
grass/trunk/scripts/d.shadedmap/d.shadedmap.py
grass/trunk/scripts/r.blend/r.blend.py
Log:
homogenize keywords
Modified: grass/trunk/raster/r.grow/main.c
===================================================================
--- grass/trunk/raster/r.grow/main.c 2012-08-23 12:17:15 UTC (rev 52857)
+++ grass/trunk/raster/r.grow/main.c 2012-08-23 15:37:36 UTC (rev 52858)
@@ -120,6 +120,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
+ G_add_keyword(_("distance"));
module->description =
_("Generates a raster map layer "
"with contiguous areas grown by one cell.");
Modified: grass/trunk/scripts/d.rast.leg/d.rast.leg.py
===================================================================
--- grass/trunk/scripts/d.rast.leg/d.rast.leg.py 2012-08-23 12:17:15 UTC (rev 52857)
+++ grass/trunk/scripts/d.rast.leg/d.rast.leg.py 2012-08-23 15:37:36 UTC (rev 52858)
@@ -39,6 +39,7 @@
#%module
#% description: Displays a raster map and its legend on a graphics window
#% keywords: display
+#% keywords: cartography
#%end
#%flag
#% key: f
Modified: grass/trunk/scripts/d.shadedmap/d.shadedmap.py
===================================================================
--- grass/trunk/scripts/d.shadedmap/d.shadedmap.py 2012-08-23 12:17:15 UTC (rev 52857)
+++ grass/trunk/scripts/d.shadedmap/d.shadedmap.py 2012-08-23 15:37:36 UTC (rev 52858)
@@ -17,6 +17,7 @@
#%module
#% description: Drapes a color raster over a shaded relief map.
#% keywords: display
+#% keywords: elevation
#%end
#%option G_OPT_R_INPUT
#% key: reliefmap
Modified: grass/trunk/scripts/r.blend/r.blend.py
===================================================================
--- grass/trunk/scripts/r.blend/r.blend.py 2012-08-23 12:17:15 UTC (rev 52857)
+++ grass/trunk/scripts/r.blend/r.blend.py 2012-08-23 15:37:36 UTC (rev 52858)
@@ -17,6 +17,7 @@
#%module
#% description: Blends color components of two raster maps by a given ratio.
#% keywords: raster
+#% keywords: composite
#%end
#%option G_OPT_R_INPUT
#% key: first
More information about the grass-commit
mailing list