Forráskód Böngészése

temporal modules: New manual pages and updates

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62873 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 éve
szülő
commit
19968abc43

+ 1 - 1
temporal/t.rast.algebra/t.rast.algebra.html

@@ -469,7 +469,7 @@ C = if({equal}, B {#,contain} A > 1, (B {+,contain,l} A {-,equal,l} B) {equal,=/
 <a href="t.rast.mapcalc.html">t.rast.mapcalc</a>
 <a href="t.rast.mapcalc.html">t.rast.mapcalc</a>
 </em>
 </em>
 
 
-<h2>AUTHOR</h2>
+<h2>AUTHORS</h2>
 
 
 Thomas Leppelt, S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 Thomas Leppelt, S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 

+ 1 - 1
temporal/t.rast.univar/t.rast.univar.html

@@ -101,7 +101,7 @@ map_7@PERMANENT|2012-09-02 00:00:00|2012-09-03 00:00:00|34.7916666666667|0|69|34
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 3 - 3
temporal/t.rast3d.algebra/t.rast3d.algebra.html

@@ -12,7 +12,7 @@ The module expects an <b>expression</b> as input parameter in the following form
 <br>
 <br>
 <br>
 <br>
 
 
-The statement structure is exact the same as of <em>t.rast.mapcalc2</em>,
+The statement structure is exact the same as of <em>t.rast.algebra</em>,
 see <a href="t.rast.algebra.html">t.rast.algebra</a> but allows four dimensional indexing.
 see <a href="t.rast.algebra.html">t.rast.algebra</a> but allows four dimensional indexing.
 
 
 <h2>REFERENCES</h2>
 <h2>REFERENCES</h2>
@@ -30,9 +30,9 @@ see <a href="t.rast.algebra.html">t.rast.algebra</a> but allows four dimensional
 </em>
 </em>
 
 
 
 
-<h2>AUTHOR</h2>
+<h2>AUTHORS</h2>
 
 
-Thomas Leppelt, Soeren Gebbert, Thuenen Institut, Germany <br>
+Thomas Leppelt, S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture <br>
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 3 - 3
temporal/t.rast3d.algebra/t.rast3d.algebra.py

@@ -5,7 +5,7 @@
 # MODULE:       t.rast3d.algebra
 # MODULE:       t.rast3d.algebra
 # AUTHOR(S):    Thomas Leppelt, Soeren Gebbert
 # AUTHOR(S):    Thomas Leppelt, Soeren Gebbert
 #
 #
-# PURPOSE:      Provide temporal 3D raster algebra to perform spatial an temporal operations
+# PURPOSE:      Provide temporal 3d raster algebra to perform spatial an temporal operations
 #               for space time datasets by topological relationships to other space time
 #               for space time datasets by topological relationships to other space time
 #               datasets.
 #               datasets.
 # COPYRIGHT:    (C) 2014 by the GRASS Development Team
 # COPYRIGHT:    (C) 2014 by the GRASS Development Team
@@ -17,7 +17,7 @@
 #############################################################################
 #############################################################################
 
 
 #%module
 #%module
-#% description: Apply temporal and spatial operations on space time 3D raster datasets using temporal raster algebra.
+#% description: Apply temporal and spatial operations on space time 3d raster datasets using temporal 3d raster algebra.
 #% keywords: temporal
 #% keywords: temporal
 #% keywords: algebra
 #% keywords: algebra
 #%end
 #%end
@@ -25,7 +25,7 @@
 #%option
 #%option
 #% key: expression
 #% key: expression
 #% type: string
 #% type: string
-#% description: r3.mapcalc expression for temporal and spatial analysis of space time 3D raster datasets
+#% description: Algebraic expression for temporal and spatial analysis of space time 3d raster datasets
 #% required : yes
 #% required : yes
 #%end
 #%end
 
 

+ 10 - 9
temporal/t.rast3d.extract/t.rast3d.extract.html

@@ -1,25 +1,26 @@
 <h2>DESCRIPTION</h2>
 <h2>DESCRIPTION</h2>
 
 
-TBD.
 
 
-<h2>EXAMPLE</h2>
-
-The example is based on the XXX sample dataset:
-
-<div class="code"><pre>
-TBD
-</pre></div>
+The purpose of <b>t.rast3d.extract</b> is to extract a subset of a space 
+time 3d raster dataset and to store that subset in a different space time 
+3d raster dataset. It has exactly the same functionality as 
+<a href="t.rast.extract.html">t.rast.extract</a>. The only difference is the
+that this module works on STR3DS and 3d raster maps.
+<p>
+Please refer to <a href="t.rast.extract.html">t.rast.extract</a> for documentation
+and examples.
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
+<a href="t.rast.extract.html">t.rast.extract</a>,
 <a href="t.create.html">t.create</a>,
 <a href="t.create.html">t.create</a>,
 <a href="t.info.html">t.info</a>
 <a href="t.info.html">t.info</a>
 </em>
 </em>
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 2 - 10
temporal/t.rast3d.list/t.rast3d.list.html

@@ -5,28 +5,20 @@ This module provides the same functionality as
 3D raster map layer metadata. Please refer to the manual page of
 3D raster map layer metadata. Please refer to the manual page of
 <a href="t.rast.list.html">t.rast.list</a>.
 <a href="t.rast.list.html">t.rast.list</a>.
 
 
-<h2>EXAMPLE</h2>
-
-The example is based on the XXX sample dataset:
-
-<div class="code"><pre>
-TBD
-</pre></div>
-
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
+<a href="t.rast.list.html">t.rast.list</a>,
 <a href="g.list.html">g.list</a>,
 <a href="g.list.html">g.list</a>,
 <a href="t.create.html">t.create</a>,
 <a href="t.create.html">t.create</a>,
 <a href="t.info.html">t.info</a>,
 <a href="t.info.html">t.info</a>,
 <a href="t.list.html">t.list</a>,
 <a href="t.list.html">t.list</a>,
-<a href="t.rast.list.html">t.rast.list</a>,
 <a href="t.vect.list.html">t.vect.list</a>
 <a href="t.vect.list.html">t.vect.list</a>
 </em>
 </em>
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 9 - 13
temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.html

@@ -1,25 +1,21 @@
 <h2>DESCRIPTION</h2>
 <h2>DESCRIPTION</h2>
 
 
-TBD.
-
-<h2>EXAMPLE</h2>
-
-The example is based on the XXX sample dataset:
-
-<div class="code"><pre>
-TBD
-</pre></div>
+The module <em>t.rast3d.mapcalc</em> provides exact the same functionality as <em>t.rast.mapcalc</em>,
+but for space time 3d raster datasets. Please refer to <a href="t.rast.mapcalc.html">t.rast.mapcalc</a>
+for documentation.
+<p>
+It is a simple wrapper for <a href="r3.mapcalc.html">r3.mapcalc</a> enhanced with temporal functions.
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
-<a href="t.create.html">t.create</a>,
-<a href="t.info.html">t.info</a>
+<a href="t.rast.mapcalc.html">t.rast.mapcalc</a>,
+<a href="t.rast3d.algebra.html">t.rast3d.algebra</a>,
+<a href="r3.mapcalc.html">r3.mapcalc</a>,
 </em>
 </em>
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
-

+ 4 - 5
temporal/t.rast3d.univar/t.rast3d.univar.html

@@ -1,10 +1,9 @@
 <h2>DESCRIPTION</h2>
 <h2>DESCRIPTION</h2>
 
 
 This module provides the same functionality as
 This module provides the same functionality as
-<a href="t.rast.univar.html">t.rast.list</a>, the only difference is the 
-vector map layer metadata. Please refer to the manpage of
-<a href="t.rast.univar.html">t.rast.list</a>.
-
+<a href="t.rast.univar.html">t.rast.univar</a>, the only difference is the 
+3d raster map layer metadata. Please refer to the manual page of
+<a href="t.rast.univar.html">t.rast.univar</a> for documentation and examples.
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
@@ -16,7 +15,7 @@ vector map layer metadata. Please refer to the manpage of
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 3 - 2
temporal/t.rast3d.univar/t.rast3d.univar.py

@@ -5,7 +5,8 @@
 # MODULE:	t.rast3d.univar
 # MODULE:	t.rast3d.univar
 # AUTHOR(S):	Soeren Gebbert
 # AUTHOR(S):	Soeren Gebbert
 #
 #
-# PURPOSE:	Calculates univariate statistics from the non-null cells for each registered raster3d map of a space time raster3d dataset
+# PURPOSE:	Calculates univariate statistics from the non-null cells for each registered 3d 
+#           raster map of a space time 3d raster dataset
 # COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
 # COPYRIGHT:	(C) 2011-2014, Soeren Gebbert and the GRASS Development Team
 #
 #
 #		This program is free software under the GNU General Public
 #		This program is free software under the GNU General Public
@@ -15,7 +16,7 @@
 #############################################################################
 #############################################################################
 
 
 #%module
 #%module
-#% description: Calculates univariate statistics from the non-null cells for each registered raster3d map of a space time raster3d dataset.
+#% description: Calculates univariate statistics from the non-null cells for each registered 3d raster map of a space time 3d raster dataset.
 #% keywords: temporal
 #% keywords: temporal
 #% keywords: statistics
 #% keywords: statistics
 #% keywords: raster
 #% keywords: raster

+ 17 - 14
temporal/t.register/t.register.html

@@ -110,12 +110,13 @@ r.timestamp prec_2
 
 
 t.rast.list input=precip_abs
 t.rast.list input=precip_abs
 
 
-prec_1	test2	2001-01-01 00:00:00	2001-02-01 00:00:00
-prec_2	test2	2001-02-01 00:00:00	2001-03-01 00:00:00
-prec_3	test2	2001-03-01 00:00:00	2001-04-01 00:00:00
-prec_4	test2	2001-04-01 00:00:00	2001-05-01 00:00:00
-prec_5	test2	2001-05-01 00:00:00	2001-06-01 00:00:00
-prec_6	test2	2001-06-01 00:00:00	2001-07-01 00:00:00
+name|mapset|start_time|end_time
+prec_1|PERMANENT|2001-01-01 00:00:00|2001-02-01 00:00:00
+prec_2|PERMANENT|2001-02-01 00:00:00|2001-03-01 00:00:00
+prec_3|PERMANENT|2001-03-01 00:00:00|2001-04-01 00:00:00
+prec_4|PERMANENT|2001-04-01 00:00:00|2001-05-01 00:00:00
+prec_5|PERMANENT|2001-05-01 00:00:00|2001-06-01 00:00:00
+prec_6|PERMANENT|2001-06-01 00:00:00|2001-07-01 00:00:00
 
 
 r.mapcalc expr="prec_7 = 700"
 r.mapcalc expr="prec_7 = 700"
 r.timestamp map=prec_7 date="1 jul 2001 / 1 aug 2001"
 r.timestamp map=prec_7 date="1 jul 2001 / 1 aug 2001"
@@ -124,13 +125,15 @@ t.register type=rast input=precip_abs maps=prec_7
 
 
 t.rast.list input=precip_abs
 t.rast.list input=precip_abs
 
 
-prec_1	test2	2001-01-01 00:00:00	2001-02-01 00:00:00
-prec_2	test2	2001-02-01 00:00:00	2001-03-01 00:00:00
-prec_3	test2	2001-03-01 00:00:00	2001-04-01 00:00:00
-prec_4	test2	2001-04-01 00:00:00	2001-05-01 00:00:00
-prec_5	test2	2001-05-01 00:00:00	2001-06-01 00:00:00
-prec_6	test2	2001-06-01 00:00:00	2001-07-01 00:00:00
-prec_7	test2	2001-07-01 00:00:00	2001-08-01 00:00:00
+name|mapset|start_time|end_time
+prec_1|PERMANENT|2001-01-01 00:00:00|2001-02-01 00:00:00
+prec_2|PERMANENT|2001-02-01 00:00:00|2001-03-01 00:00:00
+prec_3|PERMANENT|2001-03-01 00:00:00|2001-04-01 00:00:00
+prec_4|PERMANENT|2001-04-01 00:00:00|2001-05-01 00:00:00
+prec_5|PERMANENT|2001-05-01 00:00:00|2001-06-01 00:00:00
+prec_6|PERMANENT|2001-06-01 00:00:00|2001-07-01 00:00:00
+prec_7|PERMANENT|2001-07-01 00:00:00|2001-08-01 00:00:00
+
 </pre></div>
 </pre></div>
 
 
 
 
@@ -143,7 +146,7 @@ prec_7	test2	2001-07-01 00:00:00	2001-08-01 00:00:00
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 1 - 1
temporal/t.remove/t.remove.html

@@ -53,7 +53,7 @@ t.remove type=strds input=precip_months_sum
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 3 - 7
temporal/t.rename/t.rename.html

@@ -3,13 +3,9 @@
 This module renames space time datasets of different types (strds, stvds, str3ds) 
 This module renames space time datasets of different types (strds, stvds, str3ds) 
 and updates the space time dataset register entries of the registered maps.
 and updates the space time dataset register entries of the registered maps.
 
 
-<h2>EXAMPLE</h2>
+<h2>NOTE</h2>
 
 
-The example is based on the XXX sample dataset:
-
-<div class="code"><pre>
-TBD
-</pre></div>
+Renaming of space time datasets works only for sqlite3 based temporal databases.
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
@@ -21,7 +17,7 @@ TBD
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 153 - 5
temporal/t.sample/t.sample.html

@@ -1,13 +1,161 @@
 <h2>DESCRIPTION</h2>
 <h2>DESCRIPTION</h2>
 
 
-TBD.
+The purpose of this module is to compute and to show spatio-temporal relations between
+space time datasets of different type. Several input space time datasets are sampled 
+by a <em>sample</em> space time dataset using temporal topological relations. The types of
+the input space time datasets and the type of the sample space time dataset can be different.
+<p>
+This module is useful to analyze temporal relationships between space time datasets using temporal topology.
+The flag <em>-s</em> enables a spatio-temporal topology, so that only spatio-temporal related
+map layers of space time datasets are considered in the analysis.
 
 
-<h2>EXAMPLE</h2>
+<h2>NOTE</h2>
+
+The temporal relation <em>start</em> means that the start time of an input map layer is temporally
+located in an interval of a sample map layer.
+<p>
+The textual output at the command line shows the names of the maps, start and end time as well
+as the <em>interval length</em> in days and the temporal <em>distance from begin</em> in days.
+<p>
+The default <em>separator</em> is the pipe symbol.
+<p>
+Temporal gaps, if present, in the input and sampling space time datasets will be used in the sampling process.
+Gaps have no map name, instead <em>None</em> is printed.
 
 
-The example is based on the XXX sample dataset:
+<h2>EXAMPLE</h2>
 
 
+In the examples below we create a space time raster dataset <em>A</em> and a space time vector dataset
+<em>P</em> that have different temporal layouts and number of map layers. The space time vector dataset
+contains a gap, that will be used in the sampling process.
+We use <em>t.sample</em> to inspect the topological relations between the time 
+stamped map layers in <em>A</em> and <em>P</em>.
+<p>
 <div class="code"><pre>
 <div class="code"><pre>
-TBD
+# Set an appropriate region
+g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
+
+# Generate the raster map layer
+r.mapcalc expr="a1 = rand(0, 550)" -s
+r.mapcalc expr="a2 = rand(0, 450)" -s
+r.mapcalc expr="a3 = rand(0, 320)" -s
+r.mapcalc expr="a4 = rand(0, 510)" -s
+r.mapcalc expr="a5 = rand(0, 300)" -s
+r.mapcalc expr="a6 = rand(0, 650)" -s
+
+# Generate the vector map layer
+v.random -z output=pnts1 n=20 zmin=0 zmax=100 column=height
+v.random -z output=pnts2 n=20 zmin=0 zmax=100 column=height
+
+n1=`g.tempfile pid=1 -d` 
+n2=`g.tempfile pid=2 -d`
+
+cat > "${n1}" << EOF
+a1
+a2
+a3
+a4
+a5
+a6
+EOF
+
+cat > "${n2}" << EOF
+pnts1|2001-01-01|2001-03-01
+pnts2|2001-05-01|2001-07-01
+EOF
+
+# Register the maps in new space time datasets
+t.create type=strds temporaltype=absolute output=A \
+    title="A test with raster input files" descr="A test with raster input files"
+
+t.create type=stvds temporaltype=absolute output=P \
+    title="A test with vector input files" descr="A test with vector input files"
+
+t.register type=rast -i input=A file="${n1}" start="2001-01-01" increment="1 months"
+
+# Raster map layer in A
+t.rast.list A
+
+name|mapset|start_time|end_time
+a1|PERMANENT|2001-01-01 00:00:00|2001-02-01 00:00:00
+a2|PERMANENT|2001-02-01 00:00:00|2001-03-01 00:00:00
+a3|PERMANENT|2001-03-01 00:00:00|2001-04-01 00:00:00
+a4|PERMANENT|2001-04-01 00:00:00|2001-05-01 00:00:00
+a5|PERMANENT|2001-05-01 00:00:00|2001-06-01 00:00:00
+a6|PERMANENT|2001-06-01 00:00:00|2001-07-01 00:00:00
+
+
+t.register type=vect input=P file="${n2}"
+
+# Vector map layer in P
+t.vect.list P
+
+name|layer|mapset|start_time|end_time
+pnts1|None|PERMANENT|2001-01-01 00:00:00|2001-03-01 00:00:00
+pnts2|None|PERMANENT|2001-05-01 00:00:00|2001-07-01 00:00:00
+
+# Start time of maps in A located in maps in P
+t.sample method=start input=A samtype=stvds sample=P -c
+
+P@PERMANENT|A@PERMANENT|start_time|end_time|interval_length|distance_from_begin
+pnts1@PERMANENT|a1@PERMANENT,a2@PERMANENT|2001-01-01 00:00:00|2001-03-01 00:00:00|59.0|0.0
+None|a3@PERMANENT,a4@PERMANENT|2001-03-01 00:00:00|2001-05-01 00:00:00|61.0|59.0
+pnts2@PERMANENT|a5@PERMANENT,a6@PERMANENT|2001-05-01 00:00:00|2001-07-01 00:00:00|61.0|120.0
+
+
+# P contains A
+t.sample method=contain input=A samtype=stvds sample=P -c
+
+P@PERMANENT|A@PERMANENT|start_time|end_time|interval_length|distance_from_begin
+pnts1@PERMANENT|a1@PERMANENT,a2@PERMANENT|2001-01-01 00:00:00|2001-03-01 00:00:00|59.0|0.0
+None|a3@PERMANENT,a4@PERMANENT|2001-03-01 00:00:00|2001-05-01 00:00:00|61.0|59.0
+pnts2@PERMANENT|a5@PERMANENT,a6@PERMANENT|2001-05-01 00:00:00|2001-07-01 00:00:00|61.0|120.0
+
+
+# A druing P
+t.sample method=during intype=stvds input=P samtype=strds sample=A -c
+
+A@PERMANENT|P@PERMANENT|start_time|end_time|interval_length|distance_from_begin
+a1@PERMANENT|pnts1@PERMANENT|2001-01-01 00:00:00|2001-02-01 00:00:00|31.0|0.0
+a2@PERMANENT|pnts1@PERMANENT|2001-02-01 00:00:00|2001-03-01 00:00:00|28.0|31.0
+a3@PERMANENT|None|2001-03-01 00:00:00|2001-04-01 00:00:00|31.0|59.0
+a4@PERMANENT|None|2001-04-01 00:00:00|2001-05-01 00:00:00|30.0|90.0
+a5@PERMANENT|pnts2@PERMANENT|2001-05-01 00:00:00|2001-06-01 00:00:00|31.0|120.0
+a6@PERMANENT|pnts2@PERMANENT|2001-06-01 00:00:00|2001-07-01 00:00:00|30.0|151.0
+
+
+# No Overlapping
+t.sample method=overlap input=A samtype=stvds sample=P -cs
+
+P@PERMANENT|A@PERMANENT|start_time|end_time|interval_length|distance_from_begin
+pnts1@PERMANENT|None|2001-01-01 00:00:00|2001-03-01 00:00:00|59.0|0.0
+None|None|2001-03-01 00:00:00|2001-05-01 00:00:00|61.0|59.0
+pnts2@PERMANENT|None|2001-05-01 00:00:00|2001-07-01 00:00:00|61.0|120.0
+
+
+t.sample method=precedes input=A samtype=stvds sample=P -c
+
+P@PERMANENT|A@PERMANENT|start_time|end_time|interval_length|distance_from_begin
+pnts1@PERMANENT|a3@PERMANENT|2001-01-01 00:00:00|2001-03-01 00:00:00|59.0|0.0
+None|a5@PERMANENT|2001-03-01 00:00:00|2001-05-01 00:00:00|61.0|59.0
+pnts2@PERMANENT|None|2001-05-01 00:00:00|2001-07-01 00:00:00|61.0|120.0
+
+
+t.sample method=follows  input=A samtype=stvds sample=P -c
+
+P@PERMANENT|A@PERMANENT|start_time|end_time|interval_length|distance_from_begin
+pnts1@PERMANENT|None|2001-01-01 00:00:00|2001-03-01 00:00:00|59.0|0.0
+None|a2@PERMANENT|2001-03-01 00:00:00|2001-05-01 00:00:00|61.0|59.0
+pnts2@PERMANENT|a4@PERMANENT|2001-05-01 00:00:00|2001-07-01 00:00:00|61.0|120.0
+
+
+t.sample method=precedes,follows input=A samtype=stvds sample=P -c
+
+P@PERMANENT|A@PERMANENT|start_time|end_time|interval_length|distance_from_begin
+pnts1@PERMANENT|a3@PERMANENT|2001-01-01 00:00:00|2001-03-01 00:00:00|59.0|0.0
+None|a5@PERMANENT,a2@PERMANENT|2001-03-01 00:00:00|2001-05-01 00:00:00|61.0|59.0
+pnts2@PERMANENT|a4@PERMANENT|2001-05-01 00:00:00|2001-07-01 00:00:00|61.0|120.0
+
+
 </pre></div>
 </pre></div>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
@@ -19,7 +167,7 @@ TBD
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 0 - 1
temporal/t.sample/t.sample.py

@@ -64,7 +64,6 @@ import grass.temporal as tgis
 
 
 ############################################################################
 ############################################################################
 
 
-
 def main():
 def main():
 
 
     # Get the options
     # Get the options

+ 2 - 2
temporal/t.select/t.select.html

@@ -318,7 +318,7 @@ For example:
 This statement select all maps from space time data set A that are during the temporal extent of single map 'event'
 This statement select all maps from space time data set A that are during the temporal extent of single map 'event'
 
 
 <br>
 <br>
-<h3>Examples: </h3>
+<h2>Examples</h2>
 
 
 Select all maps from space time dataset A which have equal time stamps
 Select all maps from space time dataset A which have equal time stamps
 with space time dataset B and C and are ealier that Jan. 1. 2005 and
 with space time dataset B and C and are ealier that Jan. 1. 2005 and
@@ -354,7 +354,7 @@ D = if(contains, td(buff_t(A, "1 days")) == 3, B, C)
 
 
 <h2>AUTHORS</h2>
 <h2>AUTHORS</h2>
 
 
-Thomas Leppelt, Soeren Gebbert, Thuenen Institut, Germany <br>
+Thomas Leppelt, S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 58 - 49
temporal/t.shift/t.shift.html

@@ -47,12 +47,13 @@ t.info type=strds input=precipitation_daily
  +-------------------- Space Time Raster Dataset -----------------------------+
  +-------------------- Space Time Raster Dataset -----------------------------+
  |                                                                            |
  |                                                                            |
  +-------------------- Basic information -------------------------------------+
  +-------------------- Basic information -------------------------------------+
- | Id: ........................ precipitation_daily@soeren
+ | Id: ........................ precipitation_daily@PERMANENT
  | Name: ...................... precipitation_daily
  | Name: ...................... precipitation_daily
- | Mapset: .................... soeren
+ | Mapset: .................... PERMANENT
  | Creator: ................... soeren
  | Creator: ................... soeren
- | Creation time: ............. 2013-04-20 14:41:55.392394
  | Temporal type: ............. absolute
  | Temporal type: ............. absolute
+ | Creation time: ............. 2014-11-23 19:20:26.004855
+ | Modification time:.......... 2014-11-23 19:20:26.471536
  | Semantic type:.............. mean
  | Semantic type:.............. mean
  +-------------------- Absolute time -----------------------------------------+
  +-------------------- Absolute time -----------------------------------------+
  | Start time:................. 2012-01-01 00:00:00
  | Start time:................. 2012-01-01 00:00:00
@@ -67,41 +68,44 @@ t.info type=strds input=precipitation_daily
  | Top:........................ 0.0
  | Top:........................ 0.0
  | Bottom:..................... 0.0
  | Bottom:..................... 0.0
  +-------------------- Metadata information ----------------------------------+
  +-------------------- Metadata information ----------------------------------+
+ | Raster register table:...... raster_map_register_882043e9afaa4e60b845aceb1a1fee2c
+ | North-South resolution min:. 10.0
+ | North-South resolution max:. 10.0
+ | East-west resolution min:... 10.0
+ | East-west resolution max:... 10.0
+ | Minimum value min:.......... 0.0
+ | Minimum value max:.......... 16.0
+ | Maximum value min:.......... 297.0
+ | Maximum value max:.......... 647.0
+ | Aggregation type:........... None
  | Number of registered maps:.. 6
  | Number of registered maps:.. 6
+ |
  | Title:
  | Title:
  | Daily precipitation
  | Daily precipitation
  | Description:
  | Description:
  | Test dataset with daily precipitation
  | Test dataset with daily precipitation
- | Commands of creation:
- | - 2013-04-20 14:41:55 -
+ | Command history:
+ | # 2014-11-23 19:20:26 
  | t.create type="strds" temporaltype="absolute"
  | t.create type="strds" temporaltype="absolute"
  |     output="precipitation_daily" title="Daily precipitation"
  |     output="precipitation_daily" title="Daily precipitation"
  |     description="Test dataset with daily precipitation"
  |     description="Test dataset with daily precipitation"
- | - 2013-04-20 14:41:55 -
- | t.register -i type="rast"
- |     input="precipitation_daily"
+ | # 2014-11-23 19:20:26 
+ | t.register -i type="rast" input="precipitation_daily"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     increment="1 day"
  |     increment="1 day"
  | 
  | 
- | North-South resolution min:. 10.0
- | North-South resolution max:. 10.0
- | East-west resolution min:... 10.0
- | East-west resolution max:... 10.0
- | Minimum value min:.......... 0.0
- | Minimum value max:.......... 0.0
- | Maximum value min:.......... 296.0
- | Maximum value max:.......... 648.0
- | Raster register table:...... precipitation_daily_soeren_raster_register
  +----------------------------------------------------------------------------+
  +----------------------------------------------------------------------------+
- 
+
 t.rast.list input=precipitation_daily
 t.rast.list input=precipitation_daily
 
 
-prec_1  soeren  2012-01-01 00:00:00 2012-01-02 00:00:00
-prec_2  soeren  2012-01-02 00:00:00 2012-01-03 00:00:00
-prec_3  soeren  2012-01-03 00:00:00 2012-01-04 00:00:00
-prec_4  soeren  2012-01-04 00:00:00 2012-01-05 00:00:00
-prec_5  soeren  2012-01-05 00:00:00 2012-01-06 00:00:00
-prec_6  soeren  2012-01-06 00:00:00 2012-01-07 00:00:00
+name|mapset|start_time|end_time
+prec_1|PERMANENT|2012-01-01 00:00:00|2012-01-02 00:00:00
+prec_2|PERMANENT|2012-01-02 00:00:00|2012-01-03 00:00:00
+prec_3|PERMANENT|2012-01-03 00:00:00|2012-01-04 00:00:00
+prec_4|PERMANENT|2012-01-04 00:00:00|2012-01-05 00:00:00
+prec_5|PERMANENT|2012-01-05 00:00:00|2012-01-06 00:00:00
+prec_6|PERMANENT|2012-01-06 00:00:00|2012-01-07 00:00:00
+
 
 
 t.shift type=strds input=precipitation_daily granularity="12 hours"
 t.shift type=strds input=precipitation_daily granularity="12 hours"
 
 
@@ -110,12 +114,13 @@ t.info type=strds input=precipitation_daily
  +-------------------- Space Time Raster Dataset -----------------------------+
  +-------------------- Space Time Raster Dataset -----------------------------+
  |                                                                            |
  |                                                                            |
  +-------------------- Basic information -------------------------------------+
  +-------------------- Basic information -------------------------------------+
- | Id: ........................ precipitation_daily@soeren
+ | Id: ........................ precipitation_daily@PERMANENT
  | Name: ...................... precipitation_daily
  | Name: ...................... precipitation_daily
- | Mapset: .................... soeren
+ | Mapset: .................... PERMANENT
  | Creator: ................... soeren
  | Creator: ................... soeren
- | Creation time: ............. 2013-04-20 14:41:55.392394
  | Temporal type: ............. absolute
  | Temporal type: ............. absolute
+ | Creation time: ............. 2014-11-23 19:20:26.004855
+ | Modification time:.......... 2014-11-23 19:21:08.240018
  | Semantic type:.............. mean
  | Semantic type:.............. mean
  +-------------------- Absolute time -----------------------------------------+
  +-------------------- Absolute time -----------------------------------------+
  | Start time:................. 2012-01-01 12:00:00
  | Start time:................. 2012-01-01 12:00:00
@@ -130,44 +135,48 @@ t.info type=strds input=precipitation_daily
  | Top:........................ 0.0
  | Top:........................ 0.0
  | Bottom:..................... 0.0
  | Bottom:..................... 0.0
  +-------------------- Metadata information ----------------------------------+
  +-------------------- Metadata information ----------------------------------+
+ | Raster register table:...... raster_map_register_882043e9afaa4e60b845aceb1a1fee2c
+ | North-South resolution min:. 10.0
+ | North-South resolution max:. 10.0
+ | East-west resolution min:... 10.0
+ | East-west resolution max:... 10.0
+ | Minimum value min:.......... 0.0
+ | Minimum value max:.......... 16.0
+ | Maximum value min:.......... 297.0
+ | Maximum value max:.......... 647.0
+ | Aggregation type:........... None
  | Number of registered maps:.. 6
  | Number of registered maps:.. 6
+ |
  | Title:
  | Title:
  | Daily precipitation
  | Daily precipitation
  | Description:
  | Description:
  | Test dataset with daily precipitation
  | Test dataset with daily precipitation
- | Commands of creation:
- | - 2013-04-20 14:41:55 -
+ | Command history:
+ | # 2014-11-23 19:20:26 
  | t.create type="strds" temporaltype="absolute"
  | t.create type="strds" temporaltype="absolute"
  |     output="precipitation_daily" title="Daily precipitation"
  |     output="precipitation_daily" title="Daily precipitation"
  |     description="Test dataset with daily precipitation"
  |     description="Test dataset with daily precipitation"
- | - 2013-04-20 14:41:55 -
- | t.register -i type="rast"
- |     input="precipitation_daily"
+ | # 2014-11-23 19:20:26 
+ | t.register -i type="rast" input="precipitation_daily"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     increment="1 day"
  |     increment="1 day"
- | - 2013-04-20 14:42:21 -
+ | # 2014-11-23 19:21:08 
  | t.shift type="strds" input="precipitation_daily"
  | t.shift type="strds" input="precipitation_daily"
  |     granularity="12 hours"
  |     granularity="12 hours"
  | 
  | 
- | North-South resolution min:. 10.0
- | North-South resolution max:. 10.0
- | East-west resolution min:... 10.0
- | East-west resolution max:... 10.0
- | Minimum value min:.......... 0.0
- | Minimum value max:.......... 0.0
- | Maximum value min:.......... 296.0
- | Maximum value max:.......... 648.0
- | Raster register table:...... precipitation_daily_soeren_raster_register
  +----------------------------------------------------------------------------+
  +----------------------------------------------------------------------------+
 
 
+
 t.rast.list input=precipitation_daily
 t.rast.list input=precipitation_daily
 
 
-prec_1  soeren  2012-01-01 12:00:00 2012-01-02 12:00:00
-prec_2  soeren  2012-01-02 12:00:00 2012-01-03 12:00:00
-prec_3  soeren  2012-01-03 12:00:00 2012-01-04 12:00:00
-prec_4  soeren  2012-01-04 12:00:00 2012-01-05 12:00:00
-prec_5  soeren  2012-01-05 12:00:00 2012-01-06 12:00:00
-prec_6  soeren  2012-01-06 12:00:00 2012-01-07 12:00:00
+name|mapset|start_time|end_time
+prec_1|PERMANENT|2012-01-01 12:00:00|2012-01-02 12:00:00
+prec_2|PERMANENT|2012-01-02 12:00:00|2012-01-03 12:00:00
+prec_3|PERMANENT|2012-01-03 12:00:00|2012-01-04 12:00:00
+prec_4|PERMANENT|2012-01-04 12:00:00|2012-01-05 12:00:00
+prec_5|PERMANENT|2012-01-05 12:00:00|2012-01-06 12:00:00
+prec_6|PERMANENT|2012-01-06 12:00:00|2012-01-07 12:00:00
+
 </pre></div>
 </pre></div>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
@@ -180,7 +189,7 @@ prec_6  soeren  2012-01-06 12:00:00 2012-01-07 12:00:00
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 56 - 45
temporal/t.snap/t.snap.html

@@ -42,12 +42,13 @@ t.info type=strds input=precipitation_daily
  +-------------------- Space Time Raster Dataset -----------------------------+
  +-------------------- Space Time Raster Dataset -----------------------------+
  |                                                                            |
  |                                                                            |
  +-------------------- Basic information -------------------------------------+
  +-------------------- Basic information -------------------------------------+
- | Id: ........................ precipitation_daily@soeren
+ | Id: ........................ precipitation_daily@PERMANENT
  | Name: ...................... precipitation_daily
  | Name: ...................... precipitation_daily
- | Mapset: .................... soeren
+ | Mapset: .................... PERMANENT
  | Creator: ................... soeren
  | Creator: ................... soeren
- | Creation time: ............. 2013-04-20 14:39:07.136253
  | Temporal type: ............. absolute
  | Temporal type: ............. absolute
+ | Creation time: ............. 2014-11-23 19:22:22.657317
+ | Modification time:.......... 2014-11-23 19:22:23.149603
  | Semantic type:.............. mean
  | Semantic type:.............. mean
  +-------------------- Absolute time -----------------------------------------+
  +-------------------- Absolute time -----------------------------------------+
  | Start time:................. 2012-01-01 00:00:00
  | Start time:................. 2012-01-01 00:00:00
@@ -62,40 +63,45 @@ t.info type=strds input=precipitation_daily
  | Top:........................ 0.0
  | Top:........................ 0.0
  | Bottom:..................... 0.0
  | Bottom:..................... 0.0
  +-------------------- Metadata information ----------------------------------+
  +-------------------- Metadata information ----------------------------------+
+ | Raster register table:...... raster_map_register_4483cba5e46944bd9933e5392a9fd734
+ | North-South resolution min:. 10.0
+ | North-South resolution max:. 10.0
+ | East-west resolution min:... 10.0
+ | East-west resolution max:... 10.0
+ | Minimum value min:.......... 1.0
+ | Minimum value max:.......... 25.0
+ | Maximum value min:.......... 294.0
+ | Maximum value max:.......... 642.0
+ | Aggregation type:........... None
  | Number of registered maps:.. 6
  | Number of registered maps:.. 6
+ |
  | Title:
  | Title:
  | Daily precipitation
  | Daily precipitation
  | Description:
  | Description:
  | Test dataset with daily precipitation
  | Test dataset with daily precipitation
- | Commands of creation:
- | - 2013-04-20 14:39:07 -
+ | Command history:
+ | # 2014-11-23 19:22:22 
  | t.create type="strds" temporaltype="absolute"
  | t.create type="strds" temporaltype="absolute"
  |     output="precipitation_daily" title="Daily precipitation"
  |     output="precipitation_daily" title="Daily precipitation"
  |     description="Test dataset with daily precipitation"
  |     description="Test dataset with daily precipitation"
- | - 2013-04-20 14:39:07 -
+ | # 2014-11-23 19:22:23 
  | t.register type="rast" input="precipitation_daily"
  | t.register type="rast" input="precipitation_daily"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     increment="1 day"
  |     increment="1 day"
  | 
  | 
- | North-South resolution min:. 10.0
- | North-South resolution max:. 10.0
- | East-west resolution min:... 10.0
- | East-west resolution max:... 10.0
- | Minimum value min:.......... 0.0
- | Minimum value max:.......... 0.0
- | Maximum value min:.......... 296.0
- | Maximum value max:.......... 648.0
- | Raster register table:...... precipitation_daily_soeren_raster_register
  +----------------------------------------------------------------------------+
  +----------------------------------------------------------------------------+
- 
+
+
 t.rast.list input=precipitation_daily
 t.rast.list input=precipitation_daily
 
 
-prec_1  soeren  2012-01-01 00:00:00 None
-prec_2  soeren  2012-01-02 00:00:00 None
-prec_3  soeren  2012-01-03 00:00:00 None
-prec_4  soeren  2012-01-04 00:00:00 None
-prec_5  soeren  2012-01-05 00:00:00 None
-prec_6  soeren  2012-01-06 00:00:00 None
+name|mapset|start_time|end_time
+prec_1|PERMANENT|2012-01-01 00:00:00|None
+prec_2|PERMANENT|2012-01-02 00:00:00|None
+prec_3|PERMANENT|2012-01-03 00:00:00|None
+prec_4|PERMANENT|2012-01-04 00:00:00|None
+prec_5|PERMANENT|2012-01-05 00:00:00|None
+prec_6|PERMANENT|2012-01-06 00:00:00|None
+
 
 
 t.snap type=strds input=precipitation_daily
 t.snap type=strds input=precipitation_daily
 
 
@@ -104,12 +110,13 @@ t.info type=strds input=precipitation_daily
  +-------------------- Space Time Raster Dataset -----------------------------+
  +-------------------- Space Time Raster Dataset -----------------------------+
  |                                                                            |
  |                                                                            |
  +-------------------- Basic information -------------------------------------+
  +-------------------- Basic information -------------------------------------+
- | Id: ........................ precipitation_daily@soeren
+ | Id: ........................ precipitation_daily@PERMANENT
  | Name: ...................... precipitation_daily
  | Name: ...................... precipitation_daily
- | Mapset: .................... soeren
+ | Mapset: .................... PERMANENT
  | Creator: ................... soeren
  | Creator: ................... soeren
- | Creation time: ............. 2013-04-20 14:39:07.136253
  | Temporal type: ............. absolute
  | Temporal type: ............. absolute
+ | Creation time: ............. 2014-11-23 19:22:22.657317
+ | Modification time:.......... 2014-11-23 19:23:12.517443
  | Semantic type:.............. mean
  | Semantic type:.............. mean
  +-------------------- Absolute time -----------------------------------------+
  +-------------------- Absolute time -----------------------------------------+
  | Start time:................. 2012-01-01 00:00:00
  | Start time:................. 2012-01-01 00:00:00
@@ -124,42 +131,46 @@ t.info type=strds input=precipitation_daily
  | Top:........................ 0.0
  | Top:........................ 0.0
  | Bottom:..................... 0.0
  | Bottom:..................... 0.0
  +-------------------- Metadata information ----------------------------------+
  +-------------------- Metadata information ----------------------------------+
+ | Raster register table:...... raster_map_register_4483cba5e46944bd9933e5392a9fd734
+ | North-South resolution min:. 10.0
+ | North-South resolution max:. 10.0
+ | East-west resolution min:... 10.0
+ | East-west resolution max:... 10.0
+ | Minimum value min:.......... 1.0
+ | Minimum value max:.......... 25.0
+ | Maximum value min:.......... 294.0
+ | Maximum value max:.......... 642.0
+ | Aggregation type:........... None
  | Number of registered maps:.. 6
  | Number of registered maps:.. 6
+ |
  | Title:
  | Title:
  | Daily precipitation
  | Daily precipitation
  | Description:
  | Description:
  | Test dataset with daily precipitation
  | Test dataset with daily precipitation
- | Commands of creation:
- | - 2013-04-20 14:39:07 -
+ | Command history:
+ | # 2014-11-23 19:22:22 
  | t.create type="strds" temporaltype="absolute"
  | t.create type="strds" temporaltype="absolute"
  |     output="precipitation_daily" title="Daily precipitation"
  |     output="precipitation_daily" title="Daily precipitation"
  |     description="Test dataset with daily precipitation"
  |     description="Test dataset with daily precipitation"
- | - 2013-04-20 14:39:07 -
+ | # 2014-11-23 19:22:23 
  | t.register type="rast" input="precipitation_daily"
  | t.register type="rast" input="precipitation_daily"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     maps="prec_1,prec_2,prec_3,prec_4,prec_5,prec_6" start="2012-01-01"
  |     increment="1 day"
  |     increment="1 day"
- | - 2013-04-20 14:39:54 -
+ | # 2014-11-23 19:23:12 
  | t.snap type="strds" input="precipitation_daily"
  | t.snap type="strds" input="precipitation_daily"
  | 
  | 
- | North-South resolution min:. 10.0
- | North-South resolution max:. 10.0
- | East-west resolution min:... 10.0
- | East-west resolution max:... 10.0
- | Minimum value min:.......... 0.0
- | Minimum value max:.......... 0.0
- | Maximum value min:.......... 296.0
- | Maximum value max:.......... 648.0
- | Raster register table:...... precipitation_daily_soeren_raster_register
  +----------------------------------------------------------------------------+
  +----------------------------------------------------------------------------+
 
 
 t.rast.list input=precipitation_daily
 t.rast.list input=precipitation_daily
 
 
-prec_1  soeren  2012-01-01 00:00:00 2012-01-02 00:00:00
-prec_2  soeren  2012-01-02 00:00:00 2012-01-03 00:00:00
-prec_3  soeren  2012-01-03 00:00:00 2012-01-04 00:00:00
-prec_4  soeren  2012-01-04 00:00:00 2012-01-05 00:00:00
-prec_5  soeren  2012-01-05 00:00:00 2012-01-06 00:00:00
-prec_6  soeren  2012-01-06 00:00:00 2012-01-07 00:00:00
+name|mapset|start_time|end_time
+prec_1|PERMANENT|2012-01-01 00:00:00|2012-01-02 00:00:00
+prec_2|PERMANENT|2012-01-02 00:00:00|2012-01-03 00:00:00
+prec_3|PERMANENT|2012-01-03 00:00:00|2012-01-04 00:00:00
+prec_4|PERMANENT|2012-01-04 00:00:00|2012-01-05 00:00:00
+prec_5|PERMANENT|2012-01-05 00:00:00|2012-01-06 00:00:00
+prec_6|PERMANENT|2012-01-06 00:00:00|2012-01-07 00:00:00
+
 </pre></div>
 </pre></div>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
@@ -172,7 +183,7 @@ prec_6  soeren  2012-01-06 00:00:00 2012-01-07 00:00:00
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 25 - 8
temporal/t.support/t.support.html

@@ -1,14 +1,31 @@
 <h2>DESCRIPTION</h2>
 <h2>DESCRIPTION</h2>
 
 
-TBD.
-
-<h2>EXAMPLE</h2>
-
-The example is based on the XXX sample dataset:
-
+This module is dedicated to modify and update the metadata of a space time dataset.
+<p>
+The title, description and the semantic type can be modified. 
+<p>
+The flag <em>-u</em> allows to update the STDS metadata from
+registered map layers. This is useful in case the map layers have been modified without using temporal
+commands. 
+<p>
+The flag <em>-m</em> will update the metadata from registered maps, but also checks if the registered
+map layers have been removed from the spatial database.
+It deletes missing map layers from the space time dataset register table and the temporal database.
+
+<h2>Examples</h2>
+
+Modification of title and description of space time raster dataset <em>A</em>.
+<p>
 <div class="code"><pre>
 <div class="code"><pre>
-TBD
+t.support type=strds input=A title="New title" description="New description"
 </pre></div>
 </pre></div>
+<p>
+Update the metadata of space time raster dataset <em>A</em> and check for removed map layers.
+<p>
+<div class="code"><pre>
+t.support -m type=strds input=A
+</pre></div>
+
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
@@ -19,7 +36,7 @@ TBD
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 
 

+ 1 - 1
temporal/t.unregister/t.unregister.html

@@ -67,6 +67,6 @@ t.unregister type=rast maps=a1,a2
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
-S&ouml;ren Gebbert
+S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>