This project analyzes fire incident data using spatial data structures and provides a web-based UI for visualization and interaction. It consists of two main components:
- Benchmark Console App (run via
main.cpp) - Web UI (powered by Flask, runs locally in your browser)
- C++17 or later (for the benchmark app but it was built on c++20)
- Python 3.7+
- Flask (
pip install flask) - Visual Studio Code (recommended)
- Terminal (bash, PowerShell, etc.)
- Open the repo in Visual Studio Code.
- Navigate to the file
main.cpp. - Run the code from the run tab without debugging and respond to the user prompts
- Open a terminal in Visual Studio Code
- In the terminal enter the command: python app.py
- Once local host connection has been established hold ctrl and click the link to begin using the UI.