Переглянути джерело

temporal framework: Small fix and test header cleanup

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62646 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 роки тому
батько
коміт
99f51f4c66

+ 1 - 1
lib/python/temporal/extract.py

@@ -167,7 +167,7 @@ def extract_dataset(input, output, type, where, expression, base, nprocs=1,
         msgr.percent(0, num_rows, 1)
 
         temporal_type, semantic_type, title, description = sp.get_initial_values()
-        new_sp = open_new_stds(output, type, sp.get_temporal_type(), title.
+        new_sp = open_new_stds(output, type, sp.get_temporal_type(), title, 
                                description, semantic_type, dbif,
                                gscript.overwrite())
 

+ 3 - 5
lib/python/temporal/testsuite/unittests_temporal_raster_algebra.py

@@ -1,12 +1,10 @@
-"""Unit test to register raster maps with absolute and relative
-   time using tgis.register_maps_in_space_time_dataset()
-
-(C) 2013 by the GRASS Development Team
+"""
+(C) 2014 by the GRASS Development Team
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 
-@author Soeren Gebbert
+:authors: Soeren Gebbert and Thomas Leppelt
 """
 
 import datetime

+ 3 - 5
lib/python/temporal/testsuite/unittests_temporal_raster_algebra_grs.py

@@ -1,12 +1,10 @@
-"""Unit test to register raster maps with absolute and relative
-   time using tgis.register_maps_in_space_time_dataset()
-
-(C) 2013 by the GRASS Development Team
+"""
+(C) 2014 by the GRASS Development Team
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 
-@author Soeren Gebbert
+:authors: Soeren Gebbert and Thomas Leppelt
 """
 
 import datetime