Kaynağa Gözat

t.*: unify module description

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60681 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 yıl önce
ebeveyn
işleme
e4be67742a

+ 1 - 1
temporal/t.merge/t.merge.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Merge several space time datasets into a single one
+#% description: Merges several space time datasets into a single space time dataset.
 #% keywords: temporal
 #% keywords: merge
 #%end

+ 1 - 1
temporal/t.rast.accdetect/t.rast.accdetect.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Detect accumulation pattern in temporally accumulated space time raster datasets created by t.rast.accumulate.
+#% description: Detects accumulation patterns in temporally accumulated space time raster datasets created by t.rast.accumulate.
 #% keywords: temporal
 #% keywords: accumulation
 #%end

+ 1 - 1
temporal/t.rast.accumulate/t.rast.accumulate.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Compute cyclic accumulations of a space time raster dataset
+#% description: Computes cyclic accumulations of a space time raster dataset.
 #% keywords: temporal
 #% keywords: accumulation
 #%end

+ 2 - 2
temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py

@@ -5,7 +5,7 @@
 # MODULE:	t.rast.aggregate.ds
 # AUTHOR(S):	Soeren Gebbert
 #
-# PURPOSE:	Aggregated data of an existing space time raster dataset using the time intervals of a second space time dataset
+# PURPOSE:	Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset
 # COPYRIGHT:	(C) 2011 by the GRASS Development Team
 #
 #		This program is free software under the GNU General Public
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Aggregated data of an existing space time raster dataset using the time intervals of a second space time dataset.
+#% description: Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.
 #% keywords: temporal
 #% keywords: aggregation
 #%end

+ 1 - 1
temporal/t.rast.aggregate/t.rast.aggregate.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Temporally aggregates the maps of a space time raster dataset by a user defined granularity.
+#% description: Aggregates temporally the maps of a space time raster dataset by a user defined granularity.
 #% keywords: temporal
 #% keywords: aggregation
 #%end

+ 1 - 1
temporal/t.rast.gapfill/t.rast.gapfill.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Replace gaps in a space time raster dataset with interpolated raster maps.
+#% description: Replaces gaps in a space time raster dataset with interpolated raster maps.
 #% keywords: temporal
 #% keywords: interpolation
 #%end

+ 1 - 1
temporal/t.rast.mapcalc/t.rast.mapcalc.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Perform spatio-temporal mapcalc expressions on temporal sampled maps of space time raster datasets.
+#% description: Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets.
 #% keywords: temporal
 #% keywords: algebra
 #%end

+ 1 - 1
temporal/t.shift/t.shift.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Temporally shift the maps of a space time dataset.
+#% description: Shifts temporally the maps of a space time dataset.
 #% keywords: temporal
 #% keywords: shift
 #%end

+ 1 - 1
temporal/t.snap/t.snap.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Temporally snap the maps of a space time dataset.
+#% description: Snaps temporally the maps of a space time dataset.
 #% keywords: temporal
 #% keywords: snap
 #%end

+ 1 - 1
temporal/t.vect.export/t.vect.export.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Export a space time vector dataset.as GRASS specific archive file
+#% description: Exports a space time vector dataset as GRASS GIS specific archive file.
 #% keywords: temporal
 #% keywords: export
 #%end

+ 1 - 1
temporal/t.vect.import/t.vect.import.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Import a space time vector dataset archive file
+#% description: Imports a space time vector dataset from a GRASS GIS specific archive file.
 #% keywords: temporal
 #% keywords: import
 #%end

+ 1 - 1
temporal/t.vect.what.strds/t.vect.what.strds.py

@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Store raster map values at spatial and temporal positions of vector points as vector attributes.
+#% description: Stores raster map values at spatial and temporal positions of vector points as vector attributes.
 #% keywords: temporal
 #% keywords: sampling
 #%end