.TH t.rast.out.vtk 1grass "" "GRASS 7.8.5" "GRASS GIS User's Manual" .SH NAME \fI\fBt.rast.out.vtk\fR\fR \- Exports space time raster dataset as VTK time series. .SH KEYWORDS temporal, export, output, raster, VTK, time .SH SYNOPSIS \fBt.rast.out.vtk\fR .br \fBt.rast.out.vtk \-\-help\fR .br \fBt.rast.out.vtk\fR [\-\fBpcg\fR] \fBinput\fR=\fIname\fR \fBdirectory\fR=\fIstring\fR [\fBelevation\fR=\fIname\fR] [\fBwhere\fR=\fIsql_query\fR] [\fBnull\fR=\fIfloat\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-p\fR" 4m .br Create VTK point data instead of VTK cell data (if no elevation map is given) .IP "\fB\-c\fR" 4m .br Correct the coordinates to fit the VTK\-OpenGL precision .IP "\fB\-g\fR" 4m .br Export files using the space time dataset granularity for equidistant time between maps, where statement will be ignored .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBinput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of the input space time raster dataset .IP "\fBdirectory\fR=\fIstring\fR \fB[required]\fR" 4m .br Path to the export directory .IP "\fBelevation\fR=\fIname\fR" 4m .br Name of input elevation raster map .IP "\fBwhere\fR=\fIsql_query\fR" 4m .br WHERE conditions of SQL statement without \(cqwhere\(cq keyword used in the temporal GIS framework .br Example: start_time > \(cq2001\-01\-01 12:30:00\(cq .IP "\fBnull\fR=\fIfloat\fR" 4m .br Value to represent no data cell .br Default: \fI\-99999.99\fR .SH DESCRIPTION This module exports all maps registered in a space time raster datasets as VTK legacy files using a numerical numbering scheme. The VTK files can be visualized with any VTK based visualize. Our preferred tool is ParaView. The VTK legacy files are created using \fBr.out.vtk\fR. .SH EXAMPLE In this simple example we create several raster maps with random values and one elevation map. The random value raster maps are registered in a space time raster dataset. All maps of this space time raster dataset are exported using \fBt.rast.out.vtk\fR into the directory \fB/tmp/export\fR. .br .nf \fC mkdir /tmp/export t.rast.out.vtk input=precip_abs directory=/tmp/export/ elevation=elevation ls \-1 /tmp/export 000000_tempmean_monthly.vtk 000001_tempmean_monthly.vtk 000002_tempmean_monthly.vtk 000003_tempmean_monthly.vtk 000004_tempmean_monthly.vtk 000005_tempmean_monthly.vtk 000006_tempmean_monthly.vtk 000007_tempmean_monthly.vtk 000008_tempmean_monthly.vtk 000009_tempmean_monthly.vtk 000010_tempmean_monthly.vtk 000011_tempmean_monthly.vtk \fR .fi .SH SEE ALSO \fI r.out.vtk, ParaView \fR .SH AUTHOR Sören Gebbert, Thünen Institute of Climate\-Smart Agriculture .SH SOURCE CODE .PP Available at: t.rast.out.vtk source code (history) .PP Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual