瀏覽代碼

keywords added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56803 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 年之前
父節點
當前提交
da6249becc
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      raster/r.univar/r.univar_main.c
  2. 2 0
      vector/v.vect.stats/main.c

+ 2 - 0
raster/r.univar/r.univar_main.c

@@ -99,6 +99,8 @@ int main(int argc, char *argv[])
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("statistics"));
+    G_add_keyword(_("univariate statistics"));
+    G_add_keyword(_("zonal statistics"));
     module->description =
 	_("Calculates univariate statistics from the non-null cells of a raster map.");
 

+ 2 - 0
vector/v.vect.stats/main.c

@@ -128,6 +128,8 @@ int main(int argc, char *argv[])
     G_add_keyword(_("vector"));
     G_add_keyword(_("attribute table"));
     G_add_keyword(_("database"));
+    G_add_keyword(_("univariate statistics"));
+    G_add_keyword(_("zonal statistics"));
     module->description = _("Count points in areas, calculate statistics from point attributes.");
 
     point_opt = G_define_standard_option(G_OPT_V_INPUT);