route-recommendation-web

This code has been tested on MacOS, Python 3.7-3.9, please follow readme to setup a virtual conda environment for faster deployment.

git clone https://github.com/route-recommendation-web/boston-pathfinding-visualization.git
cd boston-pathfinding-visualization
conda create -n bpv python=3.9
source activate bpv
pip install dash
pip install networkx
pip install osmnx
pip install colour
pip install heapdict
  • run the app
python app.py
References:

https://github.com/gboeing/osmnx https://github.com/networkx/networkx https://towardsdatascience.com/python-interactive-network-visualization-using-networkx-plotly-and-dash-e44749161ed7