Skip to content

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=None, quiet=None, superquiet=None)

Example:

gs.run_command("i.ortho.target", group="name", target_project="name", target_mapset="name")

grass.tools.Tools.i_ortho_target(group, target_project, target_mapset, verbose=None, quiet=None, superquiet=None)

Example:

tools = Tools()
tools.i_ortho_target(group="name", target_project="name", target_mapset="name")

This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.

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: None
quiet: bool, optional
    Quiet module output
    Default: None
superquiet: bool, optional
    Very quiet module output
    Default: None

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: None
quiet: bool, optional
    Quiet module output
    Default: None
superquiet: bool, optional
    Very quiet module output
    Default: None

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