Explorar el Código

keywords added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56803 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler hace 12 años
padre
commit
da6249becc
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  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);