lijian8 / tamt

Automatically exported from code.google.com/p/tamt
0 stars 0 forks source link

Include a road direction indicator for all tags #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Most roads can carry traffic in both directions and the vehicle count and 
traffic speed will be different in each direction. An example is an arterial 
into a city which as heavy in-bound traffic in the morning rush hour, and heavy 
out-bound traffic in the evenings. Thus at any given hour the traffic count and 
speed will be different for each direction.

Currently this can be handled in TAMT by spawning a copy of the study region 
and entering traffic flow and speed information for each direction separately.

It would be useful in the next version to include a road direction indicator 
that allows (i) different traffic counts to be entered for each direction (ii) 
that separates the GPS second-by-second data by direction so that the speed 
data corresponds to the  traffic count data in each direction

Original issue reported on code.google.com by jarogers...@gmail.com on 20 Jul 2011 at 8:36