traffic-prediction icon indicating copy to clipboard operation
traffic-prediction copied to clipboard

How to interpret the data.

Open cike0cop opened this issue 8 years ago • 1 comments

Hi.I don't know how to organization the data of mine.How to interpret your data field?

my data example. RCStation Start_Time Direction Lane Count 3703 10/04/2015 00:00 1 1 2 3703 10/04/2015 00:01 1 1 6 3703 10/04/2015 00:02 1 1 0 3703 10/04/2015 00:03 1 1 3 3703 10/04/2015 00:04 1 1 3

timestamp,16,17,18,19,20,21 2011-12-31 23:55:00,4,6,8,13,3,0 2012-01-01 00:00:00,5,7,8,10,3,2 2012-01-01 00:05:00,3,3,7,15,1,2 2012-01-01 00:10:00,9,3,3,7,1,1 2012-01-01 00:15:00,3,4,12,15,2,0 2012-01-01 00:20:00,7,5,11,19,2,2

Is the traffic flow?

cike0cop avatar Apr 13 '17 13:04 cike0cop

This project isn't really for general use, you can see how the data is interpreted in this function here:

https://github.com/JonnoFTW/traffic-prediction/blob/master/utils.py#L55

My data format has timestamp followed by vehicle counts for each lane, the lanes are identified by 16,17,18 etc.

JonnoFTW avatar Apr 14 '17 05:04 JonnoFTW