This Dataset Enumerates the Traffic Congestion Levels of any number of identified routes between two selected geographical coordinates in the City Area of kampala ,Uganda. It assigns a Congestion Score to each route based on real-time traffic flow obtained via the Google Routes API. The scoring follows the classification below:
ID
TRAFFIC FLOW TYPE
SCORE VALUE
01
TRAFFIC_JAM
4
02
SLOW
3
03
MODERATE
2
04
NORMAL
1
Each route is annotated as either a best_route or not_best_route, depending on its congestion level at the time of data capture. These annotations enable supervised learning to train an AI model that predicts the optimal route between two points based on the day of the week and time of day.
The dataset supports research in urban mobility optimization, congestion forecasting, and intelligent route planning.