Browse Source

homogenize keywords

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52837 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 năm trước cách đây
mục cha
commit
c1f55c59f2

+ 1 - 0
db/db.createdb/main.c

@@ -68,6 +68,7 @@ static void parse_command_line(int argc, char **argv)
     /* Set description */
     module = G_define_module();
     G_add_keyword(_("database"));
+    G_add_keyword(_("attribute table"));
     G_add_keyword(_("SQL"));
     module->description = _("Creates an empty database.");
 

+ 1 - 0
db/db.databases/main.c

@@ -87,6 +87,7 @@ static void parse_command_line(int argc, char **argv)
     /* Set description */
     module = G_define_module();
     G_add_keyword(_("database"));
+    G_add_keyword(_("attribute table"));
     G_add_keyword(_("SQL"));
     module->description =
 	_("List all databases for a given driver and location.");

+ 1 - 0
db/db.dropdb/main.c

@@ -68,6 +68,7 @@ static void parse_command_line(int argc, char **argv)
     /* Set description */
     module = G_define_module();
     G_add_keyword(_("database"));
+    G_add_keyword(_("attribute table"));
     G_add_keyword(_("SQL"));
     module->description = _("Removes a database.");
 

+ 1 - 0
db/db.login/main.c

@@ -37,6 +37,7 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("database"));
+    G_add_keyword(_("attribute table"));
     G_add_keyword(_("connection settings"));
     module->description = _("Sets user/password for DB driver/database.");
 

+ 6 - 6
imagery/i.modis.qc/main.c

@@ -115,12 +115,12 @@ int main(int argc, char *argv[])
     /************************************/ 
     G_gisinit(argv[0]);
     module = G_define_module();
-    G_add_keyword(_("QC"));
-    G_add_keyword(_("Quality Control"));
-    G_add_keyword(_("Surface Reflectance"));
-    G_add_keyword(_("Land Surface Temperature"));
-    G_add_keyword(_("Vegetation"));
-    G_add_keyword(_("Modis"));
+    G_add_keyword(_("imagery"));
+    G_add_keyword(_("imagery quality assessment"));
+    G_add_keyword(_("surface reflectance"));
+    G_add_keyword(_("land surface temperature"));
+    G_add_keyword(_("vegetation"));
+    G_add_keyword(_("MODIS"));
     module->description =
 	_("Extracts quality control parameters from Modis QC layers.");
 

+ 1 - 1
raster/r.to.rast3/main.c

@@ -195,8 +195,8 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("raster"));
-    G_add_keyword(_("voxel"));
     G_add_keyword(_("conversion"));
+    G_add_keyword(_("voxel"));
     module->description =
         _("Converts 2D raster map slices to one 3D raster volume map.");
 

+ 1 - 1
raster/r.to.rast3elev/main.c

@@ -359,9 +359,9 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("raster"));
+    G_add_keyword(_("conversion"));
     G_add_keyword(_("raster3d"));
     G_add_keyword(_("voxel"));
-    G_add_keyword(_("conversion"));
     module->description =
         _("Creates a 3D volume map based on 2D elevation and value raster maps.");
 

+ 1 - 0
raster3d/r3.info/r3.info.main.c

@@ -73,6 +73,7 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("raster3d"));
+    G_add_keyword(_("metadata"));
     G_add_keyword(_("voxel"));
     module->description =
 	_("Outputs basic information about a user-specified 3D raster map layer.");

+ 1 - 1
temporal/t.info/t.info.py

@@ -17,7 +17,7 @@
 #%module
 #% description: Lists information about space time datasets and maps.
 #% keywords: temporal
-#% keywords: info
+#% keywords: metadata
 #%end
 
 #%option

+ 1 - 1
temporal/t.rast.to.rast3/t.rast.to.rast3.py

@@ -17,8 +17,8 @@
 #%module
 #% description: Converts a space time raster dataset into a raster3d map.
 #% keywords: temporal
+#% keywords: conversion
 #% keywords: raster3d
-#% keywords: convert
 #%end
 
 #%option G_OPT_STRDS_INPUT

+ 2 - 1
vector/v.class/main.c

@@ -43,7 +43,8 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("attributes"));
+    G_add_keyword(_("classification"));
+    G_add_keyword(_("attribute table"));
     G_add_keyword(_("statistics"));
     module->description =
 	_("Classifies attribute data, e.g. for thematic mapping");

+ 1 - 0
vector/v.in.lidar/main.c

@@ -152,6 +152,7 @@ int main(int argc, char *argv[])
     module = G_define_module();
     G_add_keyword(_("vector"));
     G_add_keyword(_("import"));
+    G_add_keyword(_("LIDAR"));
     module->description = _("Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.");
 
     in_opt = G_define_standard_option(G_OPT_F_INPUT);

+ 1 - 1
vector/v.to.db/main.c

@@ -34,8 +34,8 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("database"));
     G_add_keyword(_("attribute table"));
+    G_add_keyword(_("database"));
     module->description = _("Populates database values from vector features.");
 
     parse_command_line(argc, argv);

+ 1 - 1
vector/v.to.rast/main.c

@@ -39,8 +39,8 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("raster"));
     G_add_keyword(_("conversion"));
+    G_add_keyword(_("raster"));
     G_add_keyword(_("rasterization"));
     module->description = _("Converts (rasterize) a vector map into a raster map.");
 

+ 1 - 1
vector/v.to.rast3/main.c

@@ -46,8 +46,8 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("voxel"));
     G_add_keyword(_("conversion"));
+    G_add_keyword(_("voxel"));
     module->description = _("Converts a vector map "
 			    "(only points) into a 3D raster map.");