diff python/moving.py @ 13:30559b2cf7a9

minimal code to load UBC data
author Nicolas Saunier <nico@confins.net>
date Fri, 13 Nov 2009 19:29:01 -0500
parents ffddccfab7f9
children e7bbe8465591
line wrap: on
line diff
--- a/python/moving.py	Wed Nov 11 23:25:23 2009 -0500
+++ b/python/moving.py	Fri Nov 13 19:29:01 2009 -0500
@@ -114,8 +114,12 @@
         self.type = type
         # compute bounding polygon from trajectory
 
+    def draw(self):
+        self.positions.draw()
+
     # def computeVelocities(self):
 
+# need for a class representing the indicators, their units, how to print them in graphs...
 class TemporalIndicator:
     '''Class for temporal indicators
     i.e. indicators that take a value at specific instants'''