Home » Projects » FIFA World Cup 2026 Travel Distance Dashboard
Goal: Estimate the total one-way group-stage air travel burden for each national team in the 2026 World Cup.
This project combines training-site geocoding with airport proximity mapping to estimate how far each team is likely to travel by air during the group stage. The main metric is a one-way distance total from each team's training site to each match venue. The result is a static, GitHub Pages-friendly portfolio site with a precomputed JSON dataset and an interactive chart.
Kilometers are the canonical unit in the analysis. The dashboard also shows a flight time equivalent based on the same one-way distance total, using 900 km/h as the cruise-speed assumption. That time is a convenience for readers, not a separate routing model.
pandas, geopy, airports-py, Chart.js,