|
@@ -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);
|