|
@@ -1,12 +1,16 @@
|
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
|
|
<em>t.rast.aggregate</em> temporally aggregates space time raster datasets by a specific temporal granularity.
|
|
|
-The granularity can be <em>seconds, minutes, hours, days, weeks, months</em> and <em>years</em>.
|
|
|
-Mixing of granularities is not supported.
|
|
|
+This module support <em>absolute</em> and <em>relative time</em>.
|
|
|
+The temporal granularity of absolute time can be
|
|
|
+<em>seconds, minutes, hours, days, weeks, months</em> or <em>years</em>.
|
|
|
+Mixing of granularities is not supported.
|
|
|
+In case of relative time the temporal unit of the input space time raster dataset is used. The granularity
|
|
|
+must be specified with an integer value.
|
|
|
<p>
|
|
|
This module is sensitive to the current region and mask settings, hence spatial extent and spatial resolution.
|
|
|
In case the registered raster maps of the input space time raster dataset
|
|
|
-have different spatial resolutions, the default nearest neighbour resampling method is used for
|
|
|
+have different spatial resolutions, the default nearest neighbor resampling method is used for
|
|
|
runtime spatial aggregation.
|
|
|
|
|
|
<h2>NOTES</h2>
|
|
@@ -21,7 +25,7 @@ provided temporal granularity. The following shifts will performed:
|
|
|
<ul>
|
|
|
<li><em>granularity years</em>: will start at the first of January, hence 14-08-2012 00:01:30 will be shifted to 01-01-2012 00:00:00</li>
|
|
|
<li><em>granularity months</em>: will start at the first day of a month, hence 14-08-2012 will be shifted to 01-08-2012 00:00:00</li>
|
|
|
- <li><em>granularity weeks</em>: will start at the first day of a week (monday), hence 14-08-2012 01:30:30 will be shifted to 13-08-2012 01:00:00</li>
|
|
|
+ <li><em>granularity weeks</em>: will start at the first day of a week (Monday), hence 14-08-2012 01:30:30 will be shifted to 13-08-2012 01:00:00</li>
|
|
|
<li><em>granularity days</em>: will start at the first hour of a day, hence 14-08-2012 00:01:30 will be shifted to 14-08-2012 00:00:00</li>
|
|
|
<li><em>granularity hours</em>: will start at the first minute of a hour, hence 14-08-2012 01:30:30 will be shifted to 14-08-2012 01:00:00</li>
|
|
|
<li><em>granularity minutes</em>: will start at the first second of a minute, hence 14-08-2012 01:30:30 will be shifted to 14-08-2012 01:30:00</li>
|
|
@@ -77,9 +81,10 @@ t.info type=strds input=precipitation_weekly
|
|
|
<em>
|
|
|
<a href="t.rast.aggregate.ds.html">t.rast.aggregate.ds</a><br>
|
|
|
<a href="t.rast.extract.html">t.rast.extract</a><br>
|
|
|
+<a href="t.info.html">t.info</a><br>
|
|
|
<a href="r.series.html">r.series</a><br>
|
|
|
<a href="g.region.html">g.region</a><br>
|
|
|
-<a href="t.info.html">t.info</a><br>
|
|
|
+<a href="r.mask.html">r.mask</a><br>
|
|
|
</em>
|
|
|
|
|
|
|