-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
16 lines (11 loc) · 912 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Problem: Traffic is a huge problem in today metro cities and It will continue to increase as more people will move towards middle class and they will buy automobiles (which is a good thing :). As I want to see a world where everyone has only first world problems nothing else. Traffic is a huge problem because of which people waste their time, fuel which also harm environment.
Solution: I think by using all the data available to us for traffic, we can solve this issue by predicting traffic behaviour so roads usage can be optimized.
Lets start hacking.
Sources of data:
http://realtime.mbta.com/portal
http://www.mbta.com/rider_tools/developers/
http://api-portal.anypoint.mulesoft.com/nextbus/api/nextbus-api/docs/reference
Language used:
Python (just starting with it, I am a ruby programmer BTW :) )
Steps:
1) Check you have python and sqlite 3 installed. Easy way to check: python, sqlite3.version