We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: