|
@@ -1,9 +1,5 @@
|
|
<h2>DESCRIPTION</h2>
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
|
|
-<em>t.rast.series</em> is a simple wrapper for the raster module
|
|
|
|
-<b>r.series</b>. It supports a subset of the aggregation methods of
|
|
|
|
-<b>r.series</b>.
|
|
|
|
-<p>
|
|
|
|
The input of this module is a single space time raster dataset, the
|
|
The input of this module is a single space time raster dataset, the
|
|
output is a single raster map layer. A subset of the input space time
|
|
output is a single raster map layer. A subset of the input space time
|
|
raster dataset can be selected using the <b>where</b> option. The
|
|
raster dataset can be selected using the <b>where</b> option. The
|
|
@@ -11,7 +7,10 @@ sorting of the raster map layer can be set using the <b>order</b>
|
|
option. Be aware that the order of the maps can significantly influence
|
|
option. Be aware that the order of the maps can significantly influence
|
|
the result of the aggregation (e.g.: slope). By default the maps are
|
|
the result of the aggregation (e.g.: slope). By default the maps are
|
|
ordered by <b>start_time</b>.
|
|
ordered by <b>start_time</b>.
|
|
-
|
|
|
|
|
|
+<p>
|
|
|
|
+<em>t.rast.series</em> is a simple wrapper for the raster module
|
|
|
|
+<b>r.series</b>. It supports a subset of the aggregation methods of
|
|
|
|
+<b>r.series</b>.
|
|
|
|
|
|
<h2>EXAMPLE</h2>
|
|
<h2>EXAMPLE</h2>
|
|
|
|
|