Creating the perfect hike with OSM and NetworkX.
- Clone the repository with
git clone https://github.com/evandiewald/trail-mapping - Bulk download the full SRTM GL3 dataset (~18GB) from OpenTopography and place it in a subfolder called
static/gis-data - Initialize a conda environment from
spec-file.txt:conda create --name myenv --file spec-file.txt - Activate the environment with
conda activate myenv - Run the dash application with
python app_multipage.py. By default, it is hosted athttp://localhost:8050.
