[GRASS-SVN] r60681 - in grass/branches/releasebranch_7_0/temporal: t.merge t.rast.accdetect t.rast.accumulate t.rast.aggregate t.rast.aggregate.ds t.rast.gapfill t.rast.mapcalc t.shift t.snap t.vect.export t.vect.import t.vect.what.strds

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 3 00:46:30 PDT 2014


Author: neteler
Date: 2014-06-03 00:46:30 -0700 (Tue, 03 Jun 2014)
New Revision: 60681

Modified:
   grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.py
   grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.py
   grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py
   grass/branches/releasebranch_7_0/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
   grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py
   grass/branches/releasebranch_7_0/temporal/t.rast.gapfill/t.rast.gapfill.py
   grass/branches/releasebranch_7_0/temporal/t.rast.mapcalc/t.rast.mapcalc.py
   grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py
   grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.py
   grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py
   grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py
   grass/branches/releasebranch_7_0/temporal/t.vect.what.strds/t.vect.what.strds.py
Log:
t.*: unify module description

Modified: grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.accumulate/t.rast.accumulate.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.aggregate/t.rast.aggregate.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.gapfill/t.rast.gapfill.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.gapfill/t.rast.gapfill.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.gapfill/t.rast.gapfill.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.mapcalc/t.rast.mapcalc.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.import/t.vect.import.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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

Modified: grass/branches/releasebranch_7_0/temporal/t.vect.what.strds/t.vect.what.strds.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.what.strds/t.vect.what.strds.py	2014-06-03 07:45:51 UTC (rev 60680)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.what.strds/t.vect.what.strds.py	2014-06-03 07:46:30 UTC (rev 60681)
@@ -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



More information about the grass-commit mailing list