~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to temporal/t.rast.out.vtk/t.rast.out.vtk.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h2>DESCRIPTION</h2>
 
2
 
 
3
This module exports all maps registered in a space time raster datasets 
 
4
as VTK legacy files using a numerical numbering scheme. The VTK files 
 
5
can be visualized with any VTK based visualize. Our preferred tool is 
 
6
ParaView. The VTK legacy files are created using <b>r.out.vtk</b>.
 
7
 
 
8
<h2>EXAMPLE</h2>
 
9
 
 
10
In this simple example we create several raster maps with random values 
 
11
and one elevation map. The random value raster maps are registered in a 
 
12
space time raster dataset. All maps of this space time raster dataset 
 
13
are exported using <b>t.rast.out.vtk</b> into the directoy 
 
14
<b>/tmp/test1</b>.
 
15
 
 
16
 
 
17
<div class="code"><pre>
 
18
mkdir /tmp/export
 
19
t.rast.out.vtk input=precip_abs expdir=/tmp/export elevation=elevation
 
20
 
 
21
ls -1 /tmp/export
 
22
000000_tempmean_monthly.vtk
 
23
000001_tempmean_monthly.vtk
 
24
000002_tempmean_monthly.vtk
 
25
000003_tempmean_monthly.vtk
 
26
000004_tempmean_monthly.vtk
 
27
000005_tempmean_monthly.vtk
 
28
000006_tempmean_monthly.vtk
 
29
000007_tempmean_monthly.vtk
 
30
000008_tempmean_monthly.vtk
 
31
000009_tempmean_monthly.vtk
 
32
000010_tempmean_monthly.vtk
 
33
000011_tempmean_monthly.vtk
 
34
</pre></div>
 
35
 
 
36
<h2>SEE ALSO</h2>
 
37
 
 
38
<em>
 
39
<a href="r.out.vtk.html">r.out.vtk</a>,
 
40
<a href="http://www.paraview.org">ParaView</a>
 
41
</em>
 
42
 
 
43
<h2>AUTHOR</h2>
 
44
 
 
45
S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
46
 
 
47
<p><i>Last changed: $Date: 2014-12-26 23:44:16 +0100 (Fri, 26 Dec 2014) $</i>
 
48