git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38366 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -102,7 +102,7 @@ static void parse_module(struct context *ctx, const char *cmd,
}
if (strcasecmp(cmd, "keywords") == 0) {
- G_set_keywords(translate(strdup(arg)));
+ G_add_keyword(translate(strdup(arg)));
return;
@@ -18,7 +18,8 @@
#%Module
#% description: Prints a graph of the correlation between data layers (in pairs).
-#% keywords: display, diagram
+#% keywords: display
+#% keywords: diagram
#%End
#%option
#% key: layers
@@ -20,7 +20,8 @@
#% description: Draws polar diagram of angle map such as aspect or flow directions
#% key: map
#% description: Interactively edit cell values in a raster map.
-#% keywords: display, raster
+#% keywords: raster
#%Option
#% key: input
@@ -19,7 +19,8 @@
#% description: Drops a column from selected attribute table
-#% keywords: database, attribute table
+#% keywords: database
+#% keywords: attribute table
#%flag
@@ -17,7 +17,8 @@
#% description: Drops an attribute table.
@@ -16,7 +16,8 @@
#% description: Imports attribute tables in various formats.
#% description: Exports attribute tables into various formats.
@@ -15,7 +15,8 @@
#% Module
#% description: Test database driver, database must exist and set by db.connect.
#% End
#% option
#% key: test
#%module
#% label: Tool to maintain GRASS extensions in local GRASS installation.
#% description: Downloads, installs extensions from GRASS Addons SVN repository into local GRASS installation or removes installed extensions.
-#% keywords: installation, extensions
+#% keywords: installation
+#% keywords: extensions
#%end
@@ -16,7 +16,9 @@
#% description: Display the HTML man pages of GRASS
-#% keywords: general, manual, help
+#% keywords: general
+#% keywords: manual
+#% keywords: help
#% key: i
@@ -29,7 +29,9 @@
#% description: Brovey transform to merge multispectral and high-res panchromatic channels
-#% keywords: imagery, fusion, Brovey
+#% keywords: imagery
+#% keywords: fusion
+#% keywords: Brovey
#%Flag
#% key: l
@@ -24,7 +24,9 @@
#% description: Mosaics several images and extends colormap
-#% keywords: raster, imagery, mosaicking
+#% keywords: mosaicking
#% key: images
@@ -31,7 +31,9 @@
#% description: Import of SPOT VGT NDVI file into a raster map
-#% keywords: raster, imagery, import
+#% keywords: import
#% key: a
@@ -22,7 +22,9 @@
#% description: Performs auto-balancing of colors for LANDSAT images.
-#% keywords: raster, imagery, colors
+#% keywords: colors
#% key: red
@@ -25,7 +25,9 @@
#% description: Calculates Optimum-Index-Factor table for LANDSAT TM bands 1-5, & 7
-#% keywords: raster, imagery, statistics
+#% keywords: statistics
#% key: image1
@@ -23,7 +23,9 @@
#% description: Displays spectral response at user specified locations in group or images.
-#% keywords: imagery, raster, multispectral
+#% keywords: multispectral
#% key: group
@@ -34,7 +34,8 @@
#
#% description: Tasseled Cap (Kauth Thomas) transformation for LANDSAT-TM data
-#% keywords: raster, imagery
#% key: 4
@@ -26,7 +26,8 @@
#% description: Converts coordinates from one projection to another (cs2cs frontend).
-#% keywords: miscellaneous, projection
+#% keywords: miscellaneous
+#% keywords: projection
#% description: Creates a raster map layer showing buffer zones surrounding cells that contain non-NULL category values.
-#% keywords: raster, buffer
+#% keywords: buffer
#% key: z
#% description: Set color rules based on stddev from a map's mean value.
-#% keywords: raster, color table
+#% keywords: color table
#% description: Fills no-data areas in raster maps using v.surf.rst splines interpolation
-#% keywords: raster, elevation, interpolation
+#% keywords: elevation
+#% keywords: interpolation
#% description: Georeference, rectify, and import Terra-ASTER imagery and relative DEM's using gdalwarp.
@@ -45,7 +45,8 @@
#% description: Import SRTM HGT files into GRASS
-#% keywords: raster, import
@@ -20,7 +20,9 @@
#% description: Warps and imports GDAL supported raster file complete with correct NULL values
-#% keywords: raster, rotate, reproject
+#% keywords: rotate
+#% keywords: reproject
#% key: p
#% description: Downloads and imports data from WMS servers.
-#% keywords: raster, import, wms
+#% keywords: wms
#% description: Create a MASK for limiting raster operation
-#% keywords: raster, mask
+#% keywords: mask
#% description: Export a raster map to a text file as x,y,z values based on cell centers.
-#% keywords: raster, export
+#% keywords: export
#% description: Creates raster plane map given dip (inclination), aspect (azimuth) and one point.
-#% keywords: raster, elevation
#% key: name
#% description: Reclasses a raster map greater or less than user specified area size (in hectares).
-#% keywords: raster, statistics, aggregation
+#% keywords: aggregation
#% description: Calculates linear regression from two raster maps: y = a + b*x
-#% keywords: raster, statistics
#% key: g
@@ -50,7 +50,8 @@
#% description: Creates shaded relief map from an elevation map (DEM).
@@ -37,7 +37,8 @@
#% description: Produces tilings of the source projection for use in the destination region and projection.
-#% keywords: raster, tiling
+#% keywords: tiling
@@ -13,7 +13,9 @@
#% description: Adds missing centroids to closed boundaries.
-#% keywords: vector, centroid, area
+#% keywords: vector
+#% keywords: centroid
+#% keywords: area
#% description: Set color rules for features in a vector using a numeric attribute column.
-#% keywords: vector, color table
#% description: Convert all old GRASS < Ver5.7 vector maps in current mapset to current format
-#% keywords: vector, import
import sys
@@ -18,7 +18,9 @@
#% description: Adds one or more columns to the attribute table connected to a given vector map.
-#% keywords: vector, database, attribute table
#% description: Creates and adds a new attribute table to a given layer of an existing vector map.
#% description: Drops a column from the attribute table connected to a given vector map.
@@ -17,7 +17,9 @@
#% description: Removes existing attribute table of a vector map.
#% key: f
#% description: Allows to join a table to a vector map table.
@@ -15,7 +15,9 @@
#% description: Reconnects vectors to a new database.
#% key: old_database
#% description: Renames a column in the attribute table connected to a given vector map.
#% description: Calculates univariate statistics on selected table column for a GRASS vector map.
-#% keywords: vector, statistics
#% key: e
#% description: Allows to update a column in the attribute table connected to a vector map.
#% description: Dissolves boundaries between adjacent areas sharing a common category number or attribute.
-#% keywords: vector, area, dissolve
+#% keywords: dissolve
@@ -23,7 +23,8 @@
#% description: Import E00 file into a vector map.
#% key: v
#% description: Imports geonames.org country files into a GRASS vector points map.
-#% keywords: vector, import, gazetteer
+#% keywords: gazetteer
@@ -26,7 +26,9 @@
#% description: Imports US-NGA GEOnet Names Server (GNS) country files into a GRASS vector points map.
#% key: file
@@ -27,7 +27,8 @@
#% description: Import Mapgen or Matlab vector maps into GRASS.
#% description: Converts all old GRASS < Ver5.7 sites maps in current mapset to vector maps.
-#% keywords: sites, vector, import
+#% keywords: sites
@@ -34,7 +34,9 @@
#% description: Exports a vector map to a GPS receiver or file format supported by GpsBabel.
-#% keywords: vector, export, GPS
+#% keywords: GPS
#% key: w
#% description: Calculates univariate statistics from a GRASS raster map based on vector polygons and uploads statistics to new attribute columns.
-#% keywords: vector, raster, statistics
#% key: c
#% description: Reports geometry statistics for vectors.
-#% keywords: vector, report, statistics
+#% keywords: report
#% key: r
#% description: Uploads vector values at positions of vector points to the table.