Skip to content

Commit

Permalink
keyword 'geometry' added (#940)
Browse files Browse the repository at this point in the history
- and further keyword cleanup
  • Loading branch information
neteler committed Aug 27, 2020
1 parent 5ac600a commit 6c052d2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion gui/wxpython/gcp/g.gui.gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,6 +24,7 @@
#% keyword: general
#% keyword: GUI
#% keyword: georectification
#% keyword: geometry
#% keyword: GCP
#%end

Expand Down
5 changes: 3 additions & 2 deletions gui/wxpython/image2target/g.gui.image2target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 4 additions & 1 deletion gui/wxpython/photo2image/g.gui.photo2image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion imagery/i.ortho.photo/i.ortho.photo/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down
3 changes: 2 additions & 1 deletion imagery/i.rectify/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -83,6 +83,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 "
Expand Down
1 change: 1 addition & 0 deletions vector/v.rectify/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 6c052d2

Please sign in to comment.