Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 569 Bytes

File metadata and controls

24 lines (17 loc) · 569 Bytes

Road & Traffic Simulation — Prototype

Setup

  1. Create and activate a Python 3.10+ environment.
  2. Install dependencies:
pip install -r requirements.txt

Run

python -m streamlit run app.py

Use

  • Use the map's draw tools to sketch:
    • Polyline for the road alignment.
    • Markers or polygons for obstacles (potholes, barriers, etc.).
  • The drawn layers are captured as GeoJSON and displayed on the right.
  • Next iterations will parse this GeoJSON and run a simple traffic model to reveal congestion and recommended fixes.