diff --git a/temporal/t.copy/t.copy.html b/temporal/t.copy/t.copy.html index 9be8115a1e2..290f7661e3a 100644 --- a/temporal/t.copy/t.copy.html +++ b/temporal/t.copy/t.copy.html @@ -37,9 +37,4 @@
diff --git a/temporal/t.rast.algebra/t.rast.algebra.html b/temporal/t.rast.algebra/t.rast.algebra.html index 1944d63baa3..c949842125b 100644 --- a/temporal/t.rast.algebra/t.rast.algebra.html +++ b/temporal/t.rast.algebra/t.rast.algebra.html @@ -590,7 +590,7 @@
diff --git a/temporal/t.rast.out.vtk/t.rast.out.vtk.html b/temporal/t.rast.out.vtk/t.rast.out.vtk.html index c0a000cf3e5..9746406f093 100644 --- a/temporal/t.rast.out.vtk/t.rast.out.vtk.html +++ b/temporal/t.rast.out.vtk/t.rast.out.vtk.html @@ -1,6 +1,6 @@DESCRIPTION
-This module exports all maps registered in a space time raster datasets +t.rast.out.vtk exports all maps registered in a space time raster datasets as VTK legacy files using a numerical numbering scheme. The VTK files can be visualized with any VTK based visualize. Our preferred tool is ParaView. The VTK legacy files are created using r.out.vtk. diff --git a/temporal/t.rast.univar/t.rast.univar.html b/temporal/t.rast.univar/t.rast.univar.html index 7ecc0ed3316..ee1f6940764 100644 --- a/temporal/t.rast.univar/t.rast.univar.html +++ b/temporal/t.rast.univar/t.rast.univar.html @@ -56,5 +56,5 @@SEE ALSO
AUTHOR
-Sören Gebbert, Thünen Institute of Climate-Smart Agriculture -Stefan Blumentrath, (Support for zones, parallel processing, and spatial relations) +Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
+Stefan Blumentrath (support for zones, parallel processing, and spatial relations) diff --git a/temporal/t.rast3d.algebra/t.rast3d.algebra.html b/temporal/t.rast3d.algebra/t.rast3d.algebra.html index 35680946f8d..001aebd2fab 100644 --- a/temporal/t.rast3d.algebra/t.rast3d.algebra.html +++ b/temporal/t.rast3d.algebra/t.rast3d.algebra.html @@ -17,7 +17,7 @@NOTES
REFERENCES
-PLY(Python-Lex-Yacc) +PLY(Python-Lex-Yacc)SEE ALSO
diff --git a/temporal/t.rast3d.univar/t.rast3d.univar.html b/temporal/t.rast3d.univar/t.rast3d.univar.html index d9ccd43e154..a46f90507fb 100644 --- a/temporal/t.rast3d.univar/t.rast3d.univar.html +++ b/temporal/t.rast3d.univar/t.rast3d.univar.html @@ -15,5 +15,5 @@SEE ALSO
AUTHOR
-Sören Gebbert, Thünen Institute of Climate-Smart Agriculture -Stefan Blumentrath, (Support for zones) +Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
+Stefan Blumentrath (support for zones) diff --git a/temporal/t.register/t.register.html b/temporal/t.register/t.register.html index ca6c3339db3..31e11fb5962 100644 --- a/temporal/t.register/t.register.html +++ b/temporal/t.register/t.register.html @@ -275,9 +275,7 @@Importing and registering ECA&D climatic data
Europe based on ECA&D information. Download and decompress mean temperature data from: -here -by accepting their -Terms of use. +here.# import E-OBS V12 into a lat-long project (alternatively, use r.external) diff --git a/temporal/t.remove/t.remove.html b/temporal/t.remove/t.remove.html index 3d9a9be56f7..09aeb53cefc 100644 --- a/temporal/t.remove/t.remove.html +++ b/temporal/t.remove/t.remove.html @@ -3,7 +3,7 @@DESCRIPTION
The module t.remove removes space time datasets (STRDS, STR3DS, STVDS) from the temporal database. In other words, by default it deletes the relevant database entries. It can also unregister maps from temporal -database using the recursive mode -r (recursive) +database using the recursive mode -r (recursive).Optionally, also the raster, 3D raster and vector maps of the space time datasets can be removed from the current mapset using the -d (delete) @@ -22,23 +22,23 @@
EXAMPLE
raster maps) are removed:-#Create new and empty STRDS +# Create new and empty STRDS t.create output=precip_months_sum semantictype=mean \ title="Monthly sum of precipitation" \ description="Monthly sum of precipitation for the \ North Carolina sample data" -#Register maps from sample dataset (selecting a subset with g.list) +# Register maps from sample dataset (selecting a subset with g.list) t.register -i type=raster input=precip_months_sum \ maps=$(g.list type=raster pattern="201*_precip" separator=comma) \ start="2010-01-01" increment="1 months" -#Create some new data by aggregating with 1 years granularity +# Create some new data by aggregating with 1 years granularity t.rast.aggregate input=precip_months_sum \ - output=precip_years_sum basename=precip_years_sum granularity="1 \ - years" method=sum + output=precip_years_sum basename=precip_years_sum \ + granularity="1 years" method=sum -#Remove all newly produced data: +# Remove all newly produced data: # a) the aggregated STRDS with 1 years granularity along with its raster maps t.remove -df type=strds input=precip_years_sum diff --git a/temporal/t.rename/t.rename.html b/temporal/t.rename/t.rename.html index f7270c0741c..7df57d667c0 100644 --- a/temporal/t.rename/t.rename.html +++ b/temporal/t.rename/t.rename.html @@ -1,7 +1,8 @@DESCRIPTION
-This module renames space time datasets of different types (STRDS, STVDS, STR3DS) -and updates the space time dataset register entries of the registered maps. +The t.rename module module renames space time datasets of different +types (STRDS, STVDS, STR3DS) and updates the space time dataset register +entries of the registered maps.NOTES
@@ -12,7 +13,7 @@EXAMPLE
A new vector space time dataset will be created, renamed and in the end removed-#Create new and empty STVDS +# 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" diff --git a/temporal/t.sample/t.sample.html b/temporal/t.sample/t.sample.html index 14003800c15..0ae2adb1d84 100644 --- a/temporal/t.sample/t.sample.html +++ b/temporal/t.sample/t.sample.html @@ -1,6 +1,6 @@DESCRIPTION
-The purpose of this module is to compute and to show spatio-temporal +The purpose of t.sample 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 sample space time dataset using temporal topological relations. The types of the input space time diff --git a/temporal/t.select/t.select.html b/temporal/t.select/t.select.html index 04b74ff2b72..51b94d03973 100644 --- a/temporal/t.select/t.select.html +++ b/temporal/t.select/t.select.html @@ -359,7 +359,7 @@EXAMPLES
REFERENCES
-PLY(Python-Lex-Yacc) +PLY(Python-Lex-Yacc)Gebbert, S., Leppelt, T., Pebesma, E., 2019. A topology based spatio-temporal map algebra for big data analysis. Data 4, 86. https://doi.org/10.3390/data4020086 diff --git a/temporal/t.support/t.support.html b/temporal/t.support/t.support.html index be9e45b9d42..e7958797cb5 100644 --- a/temporal/t.support/t.support.html +++ b/temporal/t.support/t.support.html @@ -1,6 +1,7 @@
DESCRIPTION
-This module is dedicated to modify and update the metadata of a space time dataset. +The t.support module is dedicated to modify and update the metadata of +a space time dataset.The title, description and the semantic type can be modified.
diff --git a/temporal/t.unregister/t.unregister.html b/temporal/t.unregister/t.unregister.html index c6f59a9f1fc..b54782e592d 100644 --- a/temporal/t.unregister/t.unregister.html +++ b/temporal/t.unregister/t.unregister.html @@ -1,7 +1,7 @@
DESCRIPTION
-This module is designed to unregister raster, 3D raster and vector map -layers from space time datasets and the temporal database. +The t.unregister module is designed to unregister raster, 3D raster +and vector map layers from space time datasets and the temporal database.Map layer that should be unregistered from the temporal database can be diff --git a/temporal/t.upgrade/t.upgrade.html b/temporal/t.upgrade/t.upgrade.html index 5b0517a001a..1fd6e4986ca 100644 --- a/temporal/t.upgrade/t.upgrade.html +++ b/temporal/t.upgrade/t.upgrade.html @@ -1,7 +1,7 @@
DESCRIPTION
-This module upgrades the temporal database in the current mapset -from version 2 (default in GRASS 7) to 3 (default in GRASS 8). +The t.upgrade module upgrades the temporal database in the current +mapset from version 2 (default in GRASS 7) to 3 (default in GRASS 8). The version 3 introduces a semantic label support, see i.band.library for details. diff --git a/temporal/t.vect.algebra/t.vect.algebra.html b/temporal/t.vect.algebra/t.vect.algebra.html index 89453068a61..a3ad1663858 100644 --- a/temporal/t.vect.algebra/t.vect.algebra.html +++ b/temporal/t.vect.algebra/t.vect.algebra.html @@ -442,7 +442,7 @@Examples:
REFERENCES
-PLY(Python-Lex-Yacc) +PLY(Python-Lex-Yacc)SEE ALSO
diff --git a/temporal/t.vect.extract/t.vect.extract.html b/temporal/t.vect.extract/t.vect.extract.html index c6b7716cf02..3904cd6800b 100644 --- a/temporal/t.vect.extract/t.vect.extract.html +++ b/temporal/t.vect.extract/t.vect.extract.html @@ -7,7 +7,7 @@DESCRIPTION
EXAMPLE
In the following example a new space time vector dataset will be create -with all the data later than 2000: +with all the data later than the year 2000:t.vect.extract input=shoreline where="start_time > 2000" \ diff --git a/temporal/t.vect.list/t.vect.list.html b/temporal/t.vect.list/t.vect.list.html index 0e7211671a6..4b33bbc3626 100644 --- a/temporal/t.vect.list/t.vect.list.html +++ b/temporal/t.vect.list/t.vect.list.html @@ -2,7 +2,7 @@DESCRIPTION
-This module provides the same functionality as +The t.vect.list module provides the same functionality as t.rast.list, the only difference is the vector map layer metadata. diff --git a/temporal/t.vect.observe.strds/t.vect.observe.strds.html b/temporal/t.vect.observe.strds/t.vect.observe.strds.html index e1ca0a6c6c3..c5e923af7e2 100644 --- a/temporal/t.vect.observe.strds/t.vect.observe.strds.html +++ b/temporal/t.vect.observe.strds/t.vect.observe.strds.html @@ -94,7 +94,7 @@EXAMPLE
+----------------------------------------------------------------------------+ | Name: precip_stations_monthly | | Mapset: climate_2009_2012 | - | Project: nc_spm_temporal_workshop | + | Project: nc_spm_temporal_workshop | | Database: /grassdata | | Title: North Carolina 30 year precipitation normals (3D) | | Map scale: 1:1 |