Skip to content

codeBehindMe/Hiway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hiway

Heavy vehicle route planning

Installation

Install Python 3, and GDAL with brew:

brew install [email protected]
brew install gdal

Create a virtual environment, activate it and install the Python dependencies:

python3 -m venv venv
. venv/bin/activate
python3 -m pip install -r requirements.txt

Sign up for a Mapbox developer account and copy your public access token.

Usage

Make sure you've activated the virtual environment, then run streamlit run app.py with the Mapbox token exported into you environment.

. venv/bin/activate
MAPBOX_TOKEN=<YOUR-MAPBOX-TOKEN> streamlit run app.py

About

Heavy vehicle route planning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published