opentraffic / architecture

OTv1 overview
70 stars 11 forks source link

Speed emissions for non-consecutive node id segments #12

Closed bmander closed 9 years ago

bmander commented 9 years ago

Right now the traffic engine only emits a speed sample for traversal of triplines associated with consecutive nodes on a way. In fact a speed should be emitted when a vehicle completes a traversal from consecutive tripline clusters on the same way, where a tripline cluster is the pair of triplines flanking an intersection.

bmander commented 9 years ago

implemented as a matter of course while working on something else