فهرست منبع

keyword 'geometry' added (#940)

- and further keyword cleanup
Markus Neteler 4 سال پیش
والد
کامیت
128b343690

+ 2 - 1
gui/wxpython/gcp/g.gui.gcp.py

@@ -5,7 +5,7 @@
 # MODULE:    GCP Manager
 # AUTHOR(S): Markus Metz
 # PURPOSE:   Georectification and Ground Control Points management.
-# COPYRIGHT: (C) 2012 by Markus Metz, and the GRASS Development Team
+# COPYRIGHT: (C) 2012-2020 by Markus Metz, and the GRASS Development Team
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@
 #% keyword: general
 #% keyword: GUI
 #% keyword: georectification
+#% keyword: geometry
 #% keyword: GCP
 #%end
 

+ 3 - 2
gui/wxpython/image2target/g.gui.image2target.py

@@ -5,7 +5,7 @@
 # MODULE:    Create 3-Dimensional GCPs from elevation and target image
 # AUTHOR(S): Yann modified the code (was Markus Metz for the GCP manager)
 # PURPOSE:   Georectification and Ground Control Points management for 3D correction.
-# COPYRIGHT: (C) 2012-2017 by Markus Metz, and the GRASS Development Team
+# COPYRIGHT: (C) 2012-2020 by Markus Metz, and the GRASS Development Team
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -22,11 +22,12 @@
 #%module
 #% description: Georectifies a map and allows managing Ground Control Points for 3D correction.
 #% keyword: imagery
+#% keyword: GUI
 #% keyword: aerial
 #% keyword: photo
 #% keyword: georectification
+#% keyword: geometry
 #% keyword: GCP
-#% keyword: GUI
 #%end
 
 ##%option G_OPT_M_LOCATION

+ 4 - 1
gui/wxpython/photo2image/g.gui.photo2image.py

@@ -22,9 +22,12 @@
 #%module
 #% description: Corrects scanning distortions of a paper photo.
 #% keyword: imagery
+#% keyword: GUI
 #% keyword: aerial
 #% keyword: photo
-#% keyword: GUI
+#% keyword: georectification
+#% keyword: geometry
+#% keyword: GCP
 #%end
 
 #%option G_OPT_I_GROUP

+ 2 - 1
imagery/i.ortho.photo/i.ortho.photo/menu.c

@@ -8,7 +8,7 @@
  *               Bernhard Reiter <bernhard intevation.de>,
  *               Glynn Clements <glynn gclements.plus.com>
  * PURPOSE:      main menu system
- * COPYRIGHT:    (C) 1999-2017 by the GRASS Development Team
+ * COPYRIGHT:    (C) 1999-2020 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -45,6 +45,7 @@ int main(int argc, char **argv)
     module = G_define_module();
     G_add_keyword(_("imagery"));
     G_add_keyword(_("orthorectify"));
+    G_add_keyword(_("geometry"));
     module->description = _("Menu driver for the photo imagery programs.");
 
     group_opt = G_define_standard_option(G_OPT_I_GROUP);

+ 2 - 1
imagery/i.rectify/main.c

@@ -15,7 +15,7 @@
  * PURPOSE:      calculate a transformation matrix and then convert x,y cell 
  *               coordinates to standard map coordinates for each pixel in the 
  *               image (control points can come from g.gui.gcp)
- * COPYRIGHT:    (C) 2002-2011 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2002-2020 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -82,6 +82,7 @@ int main(int argc, char *argv[])
     module = G_define_module();
     G_add_keyword(_("imagery"));
     G_add_keyword(_("rectify"));
+    G_add_keyword(_("geometry"));
     module->description =
 	_("Rectifies an image by computing a coordinate "
 	  "transformation for each pixel in the image based on the "

+ 1 - 0
vector/v.rectify/main.c

@@ -70,6 +70,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("vector"));
     G_add_keyword(_("rectify"));
     G_add_keyword(_("level1"));
+    G_add_keyword(_("geometry"));
 
     module->description =
 	_("Rectifies a vector by computing a coordinate "