Interactive 3D globe traffic monitoring system built with Python, Flask, Three.js, and Docker.
traffic_viz/
├── sender/
│ ├── sender.py
│ ├── traffic_data.csv
│ └── Dockerfile
├── server/
│ ├── app.py
│ ├── requirements.txt
│ ├── templates/
│ │ └── index.html
│ └── Dockerfile
└── docker-compose.yml
docker compose up --buildThen open http://localhost:5000 in your browser.