This is the command t.rast3d.listgrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
t.rast3d.list - Lists registered maps of a space time raster3d dataset.
KEYWORDS
temporal, map management, list, raster3d, voxel, time
SYNOPSIS
t.rast3d.list
t.rast3d.list --help
t.rast3d.list [-s] input=name [order=string[,string,...]] [columns=string[,string,...]]
[where=sql_query] [method=string] [separator=character] [--help] [--verbose]
[--quiet] [--ui]
Flags:
-s
Suppress printing of column names
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:
input=name [required]
Name of the input space time raster3d dataset
order=string[,string,...]
Order the space time dataset by category
Options: id, name, creator, mapset, temporal_type, creation_time, start_time,
end_time, north, south, west, east, nsres, tbres, ewres, cols, rows, depths,
number_of_cells, min, max
Default: start_time
columns=string[,string,...]
Columns to be printed to stdout
Options: id, name, creator, mapset, temporal_type, creation_time, start_time,
end_time, north, south, west, east, nsres, tbres, ewres, cols, rows, depths,
number_of_cells, min, max
Default: name,mapset,start_time,end_time
where=sql_query
WHERE conditions of SQL statement without ’where’ keyword used in the temporal GIS
framework
Example: start_time > ’2001-01-01 12:30:00’
method=string
Method used for data listing
Options: cols, comma, delta, deltagaps, gran
Default: cols
separator=character
Field separator character between the output columns
Special characters: pipe, comma, space, tab, newline
Default: pipe
DESCRIPTION
t.rast3d.list provides the same functionality as t.rast.list, the only difference is the
3D raster map layer metadata. Please refer to the manual page of t.rast.list.
Use t.rast3d.listgrass online using onworks.net services