Jelajahi Sumber

temporal: minor whitespace fixes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63298 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 tahun lalu
induk
melakukan
d5ff32d953

+ 2 - 2
temporal/t.create/t.create.py

@@ -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

+ 3 - 3
temporal/t.info/t.info.py

@@ -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

+ 1 - 1
temporal/t.rast.algebra/testsuite/test_raster_algebra_fails.py

@@ -37,7 +37,7 @@ class TestTRastAlgebraFails(gunittest.TestCase):
         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__':

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

@@ -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

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

@@ -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

+ 4 - 4
temporal/t.topology/t.topology.py

@@ -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

+ 1 - 1
temporal/t.vect.observe.strds/testsuite/test.t.vect.observe.strds.layer_bug.sh

@@ -37,4 +37,4 @@ t.remove type=strds input=precip_abs1
 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_*"