[GRASS-SVN] r71773 - in grass/branches/releasebranch_7_4: raster/r.in.gdal temporal/t.rast.import temporal/t.vect.import vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 19 09:44:41 PST 2017


Author: neteler
Date: 2017-11-19 09:44:41 -0800 (Sun, 19 Nov 2017)
New Revision: 71773

Modified:
   grass/branches/releasebranch_7_4/raster/r.in.gdal/main.c
   grass/branches/releasebranch_7_4/temporal/t.rast.import/t.rast.import.py
   grass/branches/releasebranch_7_4/temporal/t.vect.import/t.vect.import.py
   grass/branches/releasebranch_7_4/vector/v.in.ogr/main.c
Log:
various commands: keywords added

Modified: grass/branches/releasebranch_7_4/raster/r.in.gdal/main.c
===================================================================
--- grass/branches/releasebranch_7_4/raster/r.in.gdal/main.c	2017-11-19 17:24:51 UTC (rev 71772)
+++ grass/branches/releasebranch_7_4/raster/r.in.gdal/main.c	2017-11-19 17:44:41 UTC (rev 71773)
@@ -91,6 +91,7 @@
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("import"));
+    G_add_keyword(_("create location"));
     module->description =
 	_("Imports raster data into a GRASS raster map using GDAL library.");
 

Modified: grass/branches/releasebranch_7_4/temporal/t.rast.import/t.rast.import.py
===================================================================
--- grass/branches/releasebranch_7_4/temporal/t.rast.import/t.rast.import.py	2017-11-19 17:24:51 UTC (rev 71772)
+++ grass/branches/releasebranch_7_4/temporal/t.rast.import/t.rast.import.py	2017-11-19 17:44:41 UTC (rev 71773)
@@ -20,6 +20,7 @@
 #% keyword: import
 #% keyword: raster
 #% keyword: time
+#% keyword: create location
 #%end
 
 #%option G_OPT_F_INPUT

Modified: grass/branches/releasebranch_7_4/temporal/t.vect.import/t.vect.import.py
===================================================================
--- grass/branches/releasebranch_7_4/temporal/t.vect.import/t.vect.import.py	2017-11-19 17:24:51 UTC (rev 71772)
+++ grass/branches/releasebranch_7_4/temporal/t.vect.import/t.vect.import.py	2017-11-19 17:44:41 UTC (rev 71773)
@@ -20,6 +20,7 @@
 #% keyword: import
 #% keyword: vector
 #% keyword: time
+#% keyword: create location
 #%end
 
 #%option G_OPT_F_INPUT

Modified: grass/branches/releasebranch_7_4/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/releasebranch_7_4/vector/v.in.ogr/main.c	2017-11-19 17:24:51 UTC (rev 71772)
+++ grass/branches/releasebranch_7_4/vector/v.in.ogr/main.c	2017-11-19 17:44:41 UTC (rev 71773)
@@ -169,6 +169,10 @@
     G_add_keyword(_("vector"));
     G_add_keyword(_("import"));
     G_add_keyword("OGR");
+    G_add_keyword(_("topology"));
+    G_add_keyword(_("geometry"));
+    G_add_keyword(_("snapping"));
+    G_add_keyword(_("create location"));
     module->description = _("Imports vector data into a GRASS vector map using OGR library.");
 
     param.dsn = G_define_option();



More information about the grass-commit mailing list