Baselight

Worldwide Traffic Congestion Ranking

Traffic congestion between: 19Jun2022 & 26Jun2022

@kaggle.kkhandekar_worldwide_traffic_congestion_ranking

Loading...
Loading...

About this Dataset

Worldwide Traffic Congestion Ranking

Worldwide Traffic Congestion Ranking [between: 19Jun2022 & 26Jun2022]

TCI, calculated only for the center of the tracked location (the city image is split in 9 equal rectangles, forming a 3x3 grid. The central rectangle is taken into consideration when calculating TCI).

Every 20 minutes, the web app saves an image for each tracked location, containing the traffic data reported by Google Maps. After a couple of minutes, the images are analyzed, and the percentages of the 4 traffic colors are calculated.

Let's call these percentages:
green → P0
orange → P1
red → P2
dark red → P3

Obviously , the sum of all these percentages is 100:
P0 + P1 + P2 + P3 = 100
Based on these percentages, the TCI (Traffic Congestion Index) is calculated:

TCI = (0 * P0) + (1 * P1) + (2 * P2) + (3 * P3)

So the minimum value of TCI is 0, and the maximum value of TCI is 300 (highly improbable to happen). Examples:

P0 P1 P2 P3 TCI Comments
100 0 0 0 0 Awesome traffic (very unlikely to happen in big cities)
85.42 7.21 2.51 4.86 26.81 Low traffic congestion
41.78 13.08 6.42 38.72 142.08 High traffic congestion

Tables

Trafficindex 19jun2022–26jun2022

@kaggle.kkhandekar_worldwide_traffic_congestion_ranking.trafficindex_19jun2022_26jun2022
  • 5.29 KB
  • 68 rows
  • 4 columns
Loading...

CREATE TABLE trafficindex_19jun2022_26jun2022 (
  "rank" BIGINT,
  "city" VARCHAR,
  "averagetci" DOUBLE,
  "maxtci" DOUBLE
);

Share link

Anyone who has the link will be able to view this.