[GRASS-SVN] r60548 - grass/trunk/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 08:37:32 PDT 2014


Author: huhabla
Date: 2014-05-28 08:37:32 -0700 (Wed, 28 May 2014)
New Revision: 60548

Modified:
   grass/trunk/gui/wxpython/animation/utils.py
Log:
Renamed open_old_space_time_dataset into open_old_stds

Modified: grass/trunk/gui/wxpython/animation/utils.py
===================================================================
--- grass/trunk/gui/wxpython/animation/utils.py	2014-05-28 15:35:30 UTC (rev 60547)
+++ grass/trunk/gui/wxpython/animation/utils.py	2014-05-28 15:37:32 UTC (rev 60548)
@@ -109,7 +109,7 @@
     Can throw ScriptError if the dataset doesn't exist.
     """
     timeseriesMaps = []
-    sp = tgis.open_old_space_time_dataset(timeseries, etype)
+    sp = tgis.open_old_stds(timeseries, etype)
 
     rows = sp.get_registered_maps(columns="id", where=None, order="start_time")
     timeseriesMaps = []
@@ -154,7 +154,7 @@
 
     if timeseriesList:
         for stds, etype in timeseriesList:
-            sp = tgis.open_old_space_time_dataset(stds, etype)
+            sp = tgis.open_old_stds(stds, etype)
             mapType = sp.get_map_time()  # interval, ...
             tempType = sp.get_initial_values()[0]  # absolute
             timeseriesInfo['mapType'].add(mapType)



More information about the grass-commit mailing list