Mercurial > hg > nsaunier > traffic-intelligence
diff trafficintelligence/events.py @ 1187:25c85a7ecf09
merged
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 21 Jun 2022 17:06:21 -0400 |
| parents | 0e5d37b0b9ff |
| children | fe35473acee3 |
line wrap: on
line diff
--- a/trafficintelligence/events.py Tue Jun 21 17:06:06 2022 -0400 +++ b/trafficintelligence/events.py Tue Jun 21 17:06:21 2022 -0400 @@ -92,7 +92,7 @@ 's', 's'] - timeIndicators = ['Time to Collision', 'predicted Post Encroachment Time'] + mostSevereIsMinIndicators = ['Distance', 'Time to Collision', 'predicted Post Encroachment Time'] def __init__(self, num = None, timeInterval = None, roaduserNum1 = None, roaduserNum2 = None, roadUser1 = None, roadUser2 = None): moving.STObject.__init__(self, num, timeInterval)
