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

« back to all changes in this revision

Viewing changes to temporal/t.list/t.list.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
<em>t.list</em> lists any dataset that is registered in the temporal
 
4
database. Datasets are raster, 3D raster and vector maps as well as
 
5
their corresponding space time datasets (STRDS, STR3DS and STVDS). The
 
6
type of the dataset can be specified using the <em>type</em> option,
 
7
default is STRDS. By default all datasets with relative and absolute
 
8
time are listed. However, the user has the ability to specify a single
 
9
temporal type with the <em>temporaltype</em> option. The user can
 
10
define the columns that should be printed for each dataset and the
 
11
order of the datasets. In addition a SQL WHERE statement can be
 
12
specified to select a subset of the requested datasets.
 
13
 
 
14
<h2>NOTE</h2>
 
15
 
 
16
The SQL where and sort expression will be applied for each temporal
 
17
database that was found in accessible mapsets. Hence sorting works only
 
18
on mapset basis.
 
19
 
 
20
<h2>EXAMPLES</h2>
 
21
 
 
22
In order to obtain the list of raster space time dataset
 
23
 
 
24
<div class="code"><pre>
 
25
t.list strds
 
26
----------------------------------------------
 
27
Space time raster datasets with absolute time available in mapset &#60;climate_2000_2012&#62;:
 
28
tempmean_monthly@climate_2000_2012
 
29
</pre></div>
 
30
 
 
31
Tha user can obtain also the list of raster contained into temporal
 
32
datasets
 
33
 
 
34
<div class="code"><pre>
 
35
t.list rast
 
36
Time stamped raster maps with absolute time available in mapset &#60;climate_2000_2012&#62;:
 
37
2009_01_tempmean@climate_2000_2012
 
38
2009_02_tempmean@climate_2000_2012
 
39
2009_03_tempmean@climate_2000_2012
 
40
...
 
41
2012_10_tempmean@climate_2000_2012
 
42
2012_11_tempmean@climate_2000_2012
 
43
2012_12_tempmean@climate_2000_2012
 
44
</pre></div>
 
45
 
 
46
<h2>SEE ALSO</h2>
 
47
 
 
48
<em>
 
49
<a href="g.list.html">g.list</a>,
 
50
<a href="t.create.html">t.create</a>,
 
51
<a href="t.info.html">t.info</a>,
 
52
<a href="t.rast.list.html">t.rast.list</a>,
 
53
<a href="t.rast3d.list.html">t.rast3d.list</a>,
 
54
<a href="t.vect.list.html">t.vect.list</a>
 
55
</em>
 
56
 
 
57
<h2>AUTHOR</h2>
 
58
 
 
59
S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
60
 
 
61
<p><i>Last changed: $Date: 2014-12-26 23:44:16 +0100 (Fri, 26 Dec 2014) $</i>
 
62