[GRASS-SVN] r63298 - in grass/trunk/temporal: t.create t.info t.rast.algebra/testsuite t.shift t.snap t.topology t.vect.observe.strds/testsuite

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 30 03:38:27 PST 2014


Author: neteler
Date: 2014-11-30 03:38:27 -0800 (Sun, 30 Nov 2014)
New Revision: 63298

Modified:
   grass/trunk/temporal/t.create/t.create.py
   grass/trunk/temporal/t.info/t.info.py
   grass/trunk/temporal/t.rast.algebra/testsuite/test_raster_algebra_fails.py
   grass/trunk/temporal/t.shift/t.shift.py
   grass/trunk/temporal/t.snap/t.snap.py
   grass/trunk/temporal/t.topology/t.topology.py
   grass/trunk/temporal/t.vect.observe.strds/testsuite/test.t.vect.observe.strds.layer_bug.sh
Log:
temporal: minor whitespace fixes

Modified: grass/trunk/temporal/t.create/t.create.py
===================================================================
--- grass/trunk/temporal/t.create/t.create.py	2014-11-30 09:28:41 UTC (rev 63297)
+++ grass/trunk/temporal/t.create/t.create.py	2014-11-30 11:38:27 UTC (rev 63298)
@@ -3,10 +3,10 @@
 ############################################################################
 #
 # MODULE:       t.create
-# AUTHOR(S):	Soeren Gebbert
+# AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Create a space time dataset
-# COPYRIGHT:	(C) 2011-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
 #
 #		This program is free software under the GNU General Public
 #		License (version 2). Read the file COPYING that comes with GRASS

Modified: grass/trunk/temporal/t.info/t.info.py
===================================================================
--- grass/trunk/temporal/t.info/t.info.py	2014-11-30 09:28:41 UTC (rev 63297)
+++ grass/trunk/temporal/t.info/t.info.py	2014-11-30 11:38:27 UTC (rev 63298)
@@ -2,11 +2,11 @@
 # -*- coding: utf-8 -*-
 ############################################################################
 #
-# MODULE:   t.info
+# MODULE:       t.info
 # AUTHOR(S):    Soeren Gebbert
 #
-# PURPOSE:  Print information about a space-time dataset
-# COPYRIGHT:    (C) 2011 by the GRASS Development Team
+# PURPOSE:      Print information about a space-time dataset
+# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
 #
 #       This program is free software under the GNU General Public
 #       License (version 2). Read the file COPYING that comes with GRASS

Modified: grass/trunk/temporal/t.rast.algebra/testsuite/test_raster_algebra_fails.py
===================================================================
--- grass/trunk/temporal/t.rast.algebra/testsuite/test_raster_algebra_fails.py	2014-11-30 09:28:41 UTC (rev 63297)
+++ grass/trunk/temporal/t.rast.algebra/testsuite/test_raster_algebra_fails.py	2014-11-30 11:38:27 UTC (rev 63298)
@@ -37,7 +37,7 @@
         self.assertModuleFail("t.rast.algebra",  expression="R = NoSTRDS + NoSTRDS", basename="r")
         # No basename
         self.assertModuleFail("t.rast.algebra",  expression="R = A + B")
-        # Catch temporal lagebra expressions that are prohibited in the raster algebra
+        # Catch temporal algebra expressions that are prohibited in the raster algebra
         self.assertModuleFail("t.rast.algebra",  expression="R = strds(A) + strds(B)", basename="r")
 
 if __name__ == '__main__':

Modified: grass/trunk/temporal/t.shift/t.shift.py
===================================================================
--- grass/trunk/temporal/t.shift/t.shift.py	2014-11-30 09:28:41 UTC (rev 63297)
+++ grass/trunk/temporal/t.shift/t.shift.py	2014-11-30 11:38:27 UTC (rev 63298)
@@ -3,10 +3,10 @@
 ############################################################################
 #
 # MODULE:       t.shift
-# AUTHOR(S):	Soeren Gebbert
+# AUTHOR(S):    Soeren Gebbert
 #
 # PURPOSE:      Temporally shift the maps of a space time dataset
-# COPYRIGHT:	(C) 2013-2014 by the GRASS Development Team
+# COPYRIGHT:    (C) 2013-2014 by the GRASS Development Team
 #
 #		This program is free software under the GNU General Public
 #		License (version 2). Read the file COPYING that comes with GRASS

Modified: grass/trunk/temporal/t.snap/t.snap.py
===================================================================
--- grass/trunk/temporal/t.snap/t.snap.py	2014-11-30 09:28:41 UTC (rev 63297)
+++ grass/trunk/temporal/t.snap/t.snap.py	2014-11-30 11:38:27 UTC (rev 63298)
@@ -2,10 +2,10 @@
 # -*- coding: utf-8 -*-
 ############################################################################
 #
-# MODULE:   t.snap
+# MODULE:       t.snap
 # AUTHOR(S):    Soeren Gebbert
 #
-# PURPOSE:  Temporally snap the maps of a space time dataset.
+# PURPOSE:      Temporally snap the maps of a space time dataset.
 # COPYRIGHT:    (C) 2013 by the GRASS Development Team
 #
 #       This program is free software under the GNU General Public

Modified: grass/trunk/temporal/t.topology/t.topology.py
===================================================================
--- grass/trunk/temporal/t.topology/t.topology.py	2014-11-30 09:28:41 UTC (rev 63297)
+++ grass/trunk/temporal/t.topology/t.topology.py	2014-11-30 11:38:27 UTC (rev 63298)
@@ -2,11 +2,11 @@
 # -*- coding: utf-8 -*-
 ############################################################################
 #
-# MODULE:		t.topology
-# AUTHOR(S):	Soeren Gebbert
+# MODULE:       t.topology
+# AUTHOR(S):    Soeren Gebbert
 #
-# PURPOSE:		List temporal topology of a space time dataset
-# COPYRIGHT:	(C) 2011 by the GRASS Development Team
+# PURPOSE:      List temporal topology of a space time dataset
+# COPYRIGHT:    (C) 2011-2014 by the GRASS Development Team
 #
 #		This program is free software under the GNU General Public
 #		License (version 2). Read the file COPYING that comes with GRASS

Modified: grass/trunk/temporal/t.vect.observe.strds/testsuite/test.t.vect.observe.strds.layer_bug.sh
===================================================================
--- grass/trunk/temporal/t.vect.observe.strds/testsuite/test.t.vect.observe.strds.layer_bug.sh	2014-11-30 09:28:41 UTC (rev 63297)
+++ grass/trunk/temporal/t.vect.observe.strds/testsuite/test.t.vect.observe.strds.layer_bug.sh	2014-11-30 11:38:27 UTC (rev 63298)
@@ -37,4 +37,4 @@
 t.remove type=stvds input=prec_observer
 
 #g.remove -f type=vect name=prec_observer
-#g.remove -f type=rast pattern=test_prec_*
+#g.remove -f type=rast pattern="test_prec_*"



More information about the grass-commit mailing list