[GRASS-SVN] r69400 - in grass/trunk/temporal: t.rast.aggregate.ds t.vect.algebra

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 7 14:18:41 PDT 2016


Author: neteler
Date: 2016-09-07 14:18:41 -0700 (Wed, 07 Sep 2016)
New Revision: 69400

Modified:
   grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html
   grass/trunk/temporal/t.vect.algebra/t.vect.algebra.py
Log:
t.rast.aggregate.ds,t.vect.algebra: minor msg typos fixed (contributed by veroandreo)

Modified: grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html
===================================================================
--- grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html	2016-09-07 19:52:40 UTC (rev 69399)
+++ grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html	2016-09-07 21:18:41 UTC (rev 69400)
@@ -9,7 +9,7 @@
 
 <h2>NOTES</h2>
 The sampling method must be specified from the sampler dataset point of view.
-It defines the temporal relations hips between intervals of the sampling 
+It defines the temporal relationships between intervals of the sampling 
 dataset and the input space time raster dataset.
 
 <h2>EXAMPLES</h2>

Modified: grass/trunk/temporal/t.vect.algebra/t.vect.algebra.py
===================================================================
--- grass/trunk/temporal/t.vect.algebra/t.vect.algebra.py	2016-09-07 19:52:40 UTC (rev 69399)
+++ grass/trunk/temporal/t.vect.algebra/t.vect.algebra.py	2016-09-07 21:18:41 UTC (rev 69400)
@@ -5,7 +5,7 @@
 # MODULE:       t.vect.algebra
 # AUTHOR(S):    Thomas Leppelt, Soeren Gebbert
 #
-# PURPOSE:      Provide temporal vector algebra to perform spatial an temporal operations
+# PURPOSE:      Provide temporal vector algebra to perform spatial and temporal operations
 #               for space time datasets by topological relationships to other space time
 #               datasets.
 # COPYRIGHT:    (C) 2014 by the GRASS Development Team
@@ -17,7 +17,7 @@
 #############################################################################
 
 #%module
-#% description: Apply temporal and spatial oeprations on space time vector datasets using temporal vector algebra.
+#% description: Apply temporal and spatial operations on space time vector datasets using temporal vector algebra.
 #% keyword: temporal
 #% keyword: algebra
 #% keyword: vector



More information about the grass-commit mailing list