JKesslerPhD / trail-mapping

Creating the perfect hike with OSM and NetworkX.

Home Page:https://towardsdatascience.com/planning-the-perfect-hike-with-networkx-and-openstreetmap-2fbeaded3cc6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Creating the perfect hike with OSM and NetworkX.

https://towardsdatascience.com/planning-the-perfect-hike-with-networkx-and-openstreetmap-2fbeaded3cc6


Languages

Language:Python 100.0%