This project was created as Master's thesis at the Faculty of Information Technology, Brno university of Technology.
The main purpose of this project was to analyze and visualize traffic data collected from users using navigation application Waze. This application was created in cooperation with data.brno.cz
In this repository you can find a code for running backend application. This application is reading data from Waze, using API of city Brno. It takes data, performs needed operations and return prepared data that are later used in web application.
Datasets can be found at: Traffic delays and Traffic events.
Repository for frontend application can be found here waze-data-analysis.
Final application is available at:
- localhost under address
localhost/waze-data-analysis/
- testing deployment at data.brno
In terminal, use command:
docker compose up --build
This project is licensed under MIT License.