Skip to content

evandiewald/trail-mapping

Repository files navigation

trail-mapping

Creating the perfect hike with OSM and NetworkX.

Getting Started

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

image