table of contents
other versions
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-1~exp1
t.rast3d.univar(1grass) | Grass User's Manual | t.rast3d.univar(1grass) |
NAME¶
t.rast3d.univar - Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset.KEYWORDS¶
temporal, statistics, raster3d, voxel, timeSYNOPSIS¶
t.rast3d.univart.rast3d.univar --help
t.rast3d.univar [-es] input=name [output=name] [where=sql_query] [separator=character] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:¶
- -e
-
Calculate extended statistics - -s
-
Suppress printing of column names - --overwrite
-
Allow output files to overwrite existing files - --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 - output=name
-
Name for output file - 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’ - separator=character
-
Field separator character between the output columns
Special characters: pipe, comma, space, tab, newline
Default: pipe
DESCRIPTION¶
t.rast3d.univar provides the same functionality as t.rast.univar, the only difference is the 3D raster map layer metadata. Please refer to the manual page of t.rast.univar for documentation and examples.SEE ALSO¶
t.rast.univar, t.create, t.infoAUTHOR¶
Sören Gebbert, Thünen Institute of Climate-Smart AgricultureLast changed: $Date: 2014-11-26 14:25:33 +0100 (Wed, 26 Nov 2014) $
SOURCE CODE¶
Available at: t.rast3d.univar source code (history)Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index
© 2003-2016 GRASS Development Team, GRASS GIS 7.2.0 Reference Manual
GRASS 7.2.0 |