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

« back to all changes in this revision

Viewing changes to temporal/t.vect.what.strds/t.vect.what.strds.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
The module <em>t.vect.what.strds</em> samples a space time raster dataset
 
4
at spatio-temporal locations of a space time vector dataset.
 
5
 
 
6
 
 
7
<h2>EXAMPLE</h2>
 
8
 
 
9
The example is based on the space time vector dataset "precip_stations@climate_2009_2012"
 
10
created in the <a href="t.vect.observe.strds.html">t.vect.observe.strds</a> example.
 
11
In below example the command fills the new column "new_temp" with values
 
12
extracted from the "tempmean_monthly" space time raster dataset:
 
13
 
 
14
<div class="code"><pre>
 
15
t.vect.what.strds in=precip_stations@climate_2009_2012 \
 
16
                  strds=tempmean_monthly@climate_2009_2012 \
 
17
                  column=new_temp method=average
 
18
</pre></div>
 
19
 
 
20
<h2>SEE ALSO</h2>
 
21
 
 
22
<em>
 
23
<a href="r.univar.html">r.univar</a>,
 
24
<a href="v.univar.html">v.univar</a>,
 
25
<a href="v.what.rast.html">v.what.rast</a>,
 
26
<a href="v.what.rast3.html">v.what.rast3</a>,
 
27
<a href="v.what.vect.html">v.what.vect</a>,
 
28
<a href="t.create.html">t.create</a>,
 
29
<a href="t.info.html">t.info</a>
 
30
</em>
 
31
 
 
32
<h2>AUTHOR</h2>
 
33
 
 
34
S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
35
 
 
36
<p><i>Last changed: $Date: 2014-12-29 12:54:28 +0100 (Mon, 29 Dec 2014) $</i>
 
37