[GRASS-SVN] r62646 - in grass/trunk/lib/python/temporal: . testsuite
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 6 14:19:11 PST 2014
Author: huhabla
Date: 2014-11-06 14:19:11 -0800 (Thu, 06 Nov 2014)
New Revision: 62646
Modified:
grass/trunk/lib/python/temporal/extract.py
grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra.py
grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra_grs.py
Log:
temporal framework: Small fix and test header cleanup
Modified: grass/trunk/lib/python/temporal/extract.py
===================================================================
--- grass/trunk/lib/python/temporal/extract.py 2014-11-06 22:10:22 UTC (rev 62645)
+++ grass/trunk/lib/python/temporal/extract.py 2014-11-06 22:19:11 UTC (rev 62646)
@@ -167,7 +167,7 @@
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())
Modified: grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra.py
===================================================================
--- grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra.py 2014-11-06 22:10:22 UTC (rev 62645)
+++ grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra.py 2014-11-06 22:19:11 UTC (rev 62646)
@@ -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.
- at author Soeren Gebbert
+:authors: Soeren Gebbert and Thomas Leppelt
"""
import datetime
Modified: grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra_grs.py
===================================================================
--- grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra_grs.py 2014-11-06 22:10:22 UTC (rev 62645)
+++ grass/trunk/lib/python/temporal/testsuite/unittests_temporal_raster_algebra_grs.py 2014-11-06 22:19:11 UTC (rev 62646)
@@ -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.
- at author Soeren Gebbert
+:authors: Soeren Gebbert and Thomas Leppelt
"""
import datetime
More information about the grass-commit
mailing list