Skip to content

i.signature.copy

Copies signature file from a group/subgroup to another group/subgroup.

i.signature.copy igroup=name isubgroup=name isignature=string ogroup=string osubgroup=string [osignature=string] [--verbose] [--quiet] [--qq] [--ui]

Example:

i.signature.copy igroup=name isubgroup=name isignature=string ogroup=string osubgroup=string

grass.script.run_command("i.signature.copy", igroup, isubgroup, isignature, ogroup, osubgroup, osignature=None, verbose=False, quiet=False, superquiet=False)

Example:

gs.run_command("i.signature.copy", igroup="name", isubgroup="name", isignature="string", ogroup="string", osubgroup="string")

Parameters

igroup=name [required]
    Input group for signature file to copy
isubgroup=name [required]
    Input subgroup for signature file to copy
isignature=string [required]
    Input signature file
    The name of the input signature file to copy
ogroup=string [required]
    Output group where copy the signature file
osubgroup=string [required]
    Output subgroup where copy the signature file
osignature=string
    Output signature file
    The name of the output signature file
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

igroup : str, required
    Input group for signature file to copy
    Used as: input, group, name
isubgroup : str, required
    Input subgroup for signature file to copy
    Used as: input, subgroup, name
isignature : str, required
    Input signature file
    The name of the input signature file to copy
    Used as: input, sigfile
ogroup : str, required
    Output group where copy the signature file
    Used as: input, group
osubgroup : str, required
    Output subgroup where copy the signature file
    Used as: input, subgroup
osignature : str, optional
    Output signature file
    The name of the output signature file
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.signature.copy copies a signature file from a group/subgroup to another group/subgroup.

EXAMPLE

i.signature.copy igroup=name isubgroup=subname isignature=test ogroup=name2 osubgroup=subname2

AUTHOR

Luca Delucchi

SOURCE CODE

Available at: i.signature.copy source code (history)
Latest change: Thursday Feb 20 13:02:26 2025 in commit 53de819