This is the command t.creategrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAMMA:
NAAM
t.create - Creates a space time dataset.
TREFWOORDEN
temporal, map management, create, time
KORTE INHOUD
t.create
t.create --help
t.create uitvoer=naam [ type dan: =naam] [tijdelijk type=naam] semantisch type=snaar titel=snaar
beschrijving=snaar [--beschrijven] [--uw] [--breedsprakig] [--rustig] [--ui]
vlaggen:
--overschrijven
Toestaan dat uitvoerbestanden bestaande bestanden overschrijven
--help
Gebruiksoverzicht afdrukken
--uitgebreid
Uitgebreide module-uitgang
--stil
Stille module-uitgang
--ui
Geforceerd starten van GUI-dialoogvenster
parameters:
uitvoer=naam [verplicht]
Naam van de dataset van de outputruimtetijd
type dan: =naam
Type of the output space time dataset
Opties: strengen, stvd's, str3ds
Standaard: strengen
tijdelijk type=naam
Het tijdelijke type van de ruimtetijdgegevensset
Opties: absoluut, relatief
Standaard: absoluut
semantisch type=snaar [verplicht]
Semantisch type van de ruimtetijdgegevensset
Opties: min, max, som, gemiddelde
Standaard: gemiddelde
titel=snaar [verplicht]
Titel van de nieuwe ruimtetijdgegevensset
beschrijving=snaar [verplicht]
Beschrijving van de nieuwe ruimtetijdgegevensset
PRODUCTBESCHRIJVING
t.create is used to create space time datasets of type raster (STRDS), 3D raster (STR3DS)
and vector (STVDS).
Space time datasets represent spatio-temporal fields in the temporal GRASS framework. They
are designed to collect any amount of time stamped maps with time intervals and time
instances. The temporal type of a space time dataset can be absolute (means with a fixed
date) or relative (only sequential maps) and must be set during dataset creation along
with the name and the description.
Time stamped maps can registered in and unregistered from space time datasets. The
spatio-temporal extent as well as the metadata of a space time dataset is derived from its
registered maps. Hence the metadata is dependent from the dataset type (raster, 3D raster,
vector).
VOORBEELD
absoluut STRDS dataset
Create a raster space time datasets
t.create type=strds temporaltype=absoluut \
output=precipitation_monthly \
title="Monthly precipitation" \
description="Dataset with monthly precipitation"
Relatief STVDS dataset
Create a vector space time datasets
t.create type=stvds temporaltype=relative \
output=precipitation_monthly_30y \
title="Monthly precipitation 30 years" \
description="Test dataset with monthly average \
precipitation in the last 30 year"
Use t.creategrass online using onworks.net services