i.ortho.target
Select or modify the imagery group target.
i.ortho.target group=name target_project=name target_mapset=name [--verbose] [--quiet] [--qq] [--ui]
Example:
i.ortho.target group=name target_project=name target_mapset=name
grass.script.run_command("i.ortho.target", group, target_project, target_mapset, verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("i.ortho.target", group="name", target_project="name", target_mapset="name")
Parameters
group=name [required]
Name of imagery group for ortho-rectification
target_project=name [required]
Project (location) name
Name of target project (location) for ortho-rectification
target_mapset=name [required]
Name of mapset (default: current search path)
Name of target mapset for ortho-rectification
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
group : str, required
Name of imagery group for ortho-rectification
Used as: input, group, name
target_project : str, required
Project (location) name
Name of target project (location) for ortho-rectification
Used as: input, location, name
target_mapset : str, required
Name of mapset (default: current search path)
Name of target mapset for ortho-rectification
Used as: input, mapset, name
verbose: bool, optional
Verbose module output
Default: False
quiet: bool, optional
Quiet module output
Default: False
superquiet: bool, optional
Very quiet module output
Default: False
DESCRIPTION
i.ortho.target sets the image group target project (location) and mapset.
SEE ALSO
i.ortho.photo, i.ortho.elev, i.ortho.camera, g.gui.photo2image, g.gui.image2target, i.ortho.init, i.ortho.rectify
AUTHOR
Mike Baba, DBA Systems, Inc.
GRASS development team, 2017
SOURCE CODE
Available at: i.ortho.target source code
(history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f