i.signature.remove
Removes signature file in a group/subgroup.
i.signature.remove [-f] [group=name] [subgroup=name] signature=string [,string,...] [--verbose] [--quiet] [--qq] [--ui]
Example:
i.signature.remove signature=string
grass.script.run_command("i.signature.remove", group=None, subgroup=None, signature, flags=None, verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("i.signature.remove", signature="string")
Parameters
group=name
Group used to print signature file
subgroup=name
Subroup used to print signature file
signature=string [,string,...] [required]
Input signature file
The name of the input signature file to copy
-f
Force removal (required for actual deletion of files)
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
group : str, optional
Group used to print signature file
Used as: input, group, name
subgroup : str, optional
Subroup used to print signature file
Used as: input, subgroup, name
signature : str | list[str], required
Input signature file
The name of the input signature file to copy
Used as: input, sigfile
flags : str, optional
Allowed values: f
f
Force removal (required for actual deletion of files)
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.remove removes one or more signature file(s) from a group/subgroup.
EXAMPLE
i.signature.remove igroup=name isubgroup=subname isignature=test
AUTHOR
Luca Delucchi
SOURCE CODE
Available at: i.signature.remove source code
(history)
Latest change: Thursday Feb 20 13:02:26 2025 in commit 53de819