changeset 449:1e4c1b6b0e0b

added comments
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 10 Feb 2014 18:32:43 -0500
parents 0b15fdeb903e
children c0786fe4ad94
files python/pavement.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/pavement.py	Wed Feb 05 22:41:40 2014 -0500
+++ b/python/pavement.py	Mon Feb 10 18:32:43 2014 -0500
@@ -175,7 +175,10 @@
         return [None]*2+[[None]*len(seuils_T)]+[None]*5
 
 class RTSS:
-    'class for data related to a RTSS, including agregating pavement marking measurements'
+    'class for data related to a RTSS:
+    - agregating pavement marking measurements
+    - RTSS characteristics from FMR: pavement type, age, AADT, truck AADT
+    - winter maintenance level from V155'
 
     def __init__(self, id):
         self.id = id