File: t.support.html

package info (click to toggle)
grass 8.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 277,040 kB
  • sloc: ansic: 460,798; python: 227,732; cpp: 42,026; sh: 11,262; makefile: 7,007; xml: 3,637; sql: 968; lex: 520; javascript: 484; yacc: 450; asm: 387; perl: 157; sed: 25; objc: 6; ruby: 4
file content (42 lines) | stat: -rw-r--r-- 1,315 bytes parent folder | download | duplicates (2)
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
41
42
<h2>DESCRIPTION</h2>

The <em>t.support</em> 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 updating 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>
t.support type=strds input=tempmean_monthly title="Monthly temperature for North Carolina" \
          description="Dataset with monthly temperature for North Carolina"
</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=tempmean_monthly
</pre></div>

<h2>SEE ALSO</h2>

<em>
<a href="t.create.html">t.create</a>,
<a href="t.info.html">t.info</a>
</em>

<h2>AUTHOR</h2>

S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture