-
Notifications
You must be signed in to change notification settings - Fork 168
/
Copy patht.rast.climatologies.html
40 lines (28 loc) · 1.34 KB
/
t.rast.climatologies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<h2>DESCRIPTION</h2>
<b>t.rast.climatologies</b> is a module to calculate climatologies, i.e., long term stats, for single days
or months in a time series. If the <em>s</em> flag is used, the module outputs a new space time
raster dataset of relative temporal type with the aggregated maps.
<h2>EXAMPLE</h2>
<h3>Daily climatologies</h3>
Starting from a space time raster dataset of daily granularity (or granularity lower than one day),
the module will create a new space time raster dataset of relative temporal type containing the
long term average for each day along years.
<div class="code">
<pre>
t.rast.climatologies input=myinput output=dailyoutput
</pre>
</div>
<h3>Monthly climatologies</h3>
Starting from a space time raster dataset of monthly granularity (or lower than one month),
the module will create two new space time raster datasets containing the long term minimum
and maximum for each month along years.
<div class="code">
<pre>
t.rast.climatologies input=myinput granularity=month method=min,max output=monthlyoutputmin,monthlyoutputmax
</pre>
</div>
<h2>SEE ALSO</h2>
<a href="https://grass.osgeo.org/grass-stable/manuals/r.series.html">r.series</a>,
<a href="https://grass.osgeo.org/grass-stable/manuals/t.rast.series.html">t.rast.series</a>
<h2>AUTHOR</h2>
Luca Delucchi, <i>Fondazione Edmund Mach</i>