t.info.iso
Lists information about space time datasets and maps.
t.info.iso input=name [type=name] [output=name] [--overwrite] [--verbose] [--quiet] [--qq] [--ui]
Example:
t.info.iso input=name
grass.script.run_command("t.info.iso", input, type="strds", output=None, overwrite=None, verbose=None, quiet=None, superquiet=None)
Example:
gs.run_command("t.info.iso", input="name")
grass.tools.Tools.t_info_iso(input, type="strds", output=None, overwrite=None, verbose=None, quiet=None, superquiet=None)
Example:
tools = Tools()
tools.t_info_iso(input="name")
This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.
Parameters
input=name [required]
Name of an existing space time dataset or map
type=name
Type of the input space time dataset
Allowed values: strds, str3ds, stvds, raster, raster_3d, vector
Default: strds
output=name
Name for output file
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
input : str, required
Name of an existing space time dataset or map
Used as: input, stds, name
type : str, optional
Type of the input space time dataset
Used as: name
Allowed values: strds, str3ds, stvds, raster, raster_3d, vector
Default: strds
output : str, optional
Name for output file
Used as: output, file, name
overwrite : bool, optional
Allow output files to overwrite existing files
Default: None
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
input : str, required
Name of an existing space time dataset or map
Used as: input, stds, name
type : str, optional
Type of the input space time dataset
Used as: name
Allowed values: strds, str3ds, stvds, raster, raster_3d, vector
Default: strds
output : str, optional
Name for output file
Used as: output, file, name
overwrite : bool, optional
Allow output files to overwrite existing files
Default: None
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
Returns:
result : grass.tools.support.ToolResult | None
If the tool produces text as standard output, a ToolResult object will be returned. Otherwise, None
will be returned.
DESCRIPTION
t.info.iso creates metadata of temporal maps according to ISO 19115.
The module also allows conversion of metadata from native GRASS format to ISO-based format.
SEE ALSO
t.info, r.info.iso, v.info.iso, g.gui.metadata
See also related wiki page.
AUTHORS
Matej Krejci, OSGeoREL at the Czech Technical University in Prague, developed during Google Summer of Code 2014 (mentors: Margherita Di Leo, Martin Landa)
SOURCE CODE
Available at: t.info.iso source code
(history)
Latest change: Saturday Aug 09 10:30:07 2025 in commit 4b03638