123456789101112131415161718192021222324252627282930313233343536373839 |
- <h2>DESCRIPTION</h2>
- This module renames space time datasets of different types (STRDS, STVDS, STR3DS)
- and updates the space time dataset register entries of the registered maps.
- <h2>NOTES</h2>
- Renaming of space time datasets works only for SQLite based temporal databases.
- <h2>EXAMPLE</h2>
- A new vector space time dataset will be created, renamed and in the end removed
- <div class="code"><pre>
- #Create new and empty STVDS
- t.create type=stvds output=toberenamed semantictype=mean \
- title="Example to rename" \
- description="This is an example just to show how rename"
- t.rename input=toberenamed output=newname type=stvds
- t.remove input=newname type=stvds
- </pre></div>
- <h2>SEE ALSO</h2>
- <em>
- <a href="t.create.html">t.create</a>,
- <a href="t.support.html">t.support</a>,
- <a href="t.register.html">t.register</a>
- </em>
- <h2>AUTHOR</h2>
- Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
- <p><i>Last changed: $Date$</i>
|