t.rename.html 951 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <h2>DESCRIPTION</h2>
  2. This module renames space time datasets of different types (STRDS, STVDS, STR3DS)
  3. and updates the space time dataset register entries of the registered maps.
  4. <h2>NOTES</h2>
  5. Renaming of space time datasets works only for SQLite based temporal databases.
  6. <h2>EXAMPLE</h2>
  7. A new vector space time dataset will be created, renamed and in the end removed
  8. <div class="code"><pre>
  9. #Create new and empty STVDS
  10. t.create type=stvds output=toberenamed semantictype=mean \
  11. title="Example to rename" \
  12. description="This is an example just to show how rename"
  13. t.rename input=toberenamed output=newname type=stvds
  14. t.remove input=newname type=stvds
  15. </pre></div>
  16. <h2>SEE ALSO</h2>
  17. <em>
  18. <a href="t.create.html">t.create</a>,
  19. <a href="t.support.html">t.support</a>,
  20. <a href="t.register.html">t.register</a>
  21. </em>
  22. <h2>AUTHOR</h2>
  23. S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
  24. <p><i>Last changed: $Date$</i>