Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 438 Bytes

trail-buddy

Find interesting trails to hike, run, or bike

Setup

  1. Create a Python virtual environment (python3 -m venv env && source env/bin/activate)
  2. Install dependencies (pip install -r requirements.txt)
  3. Download a GeoJSON dataset (e.g. Trails.geojson) for testing. You may put it in the data/ folder for convenience.
  4. Run python generate data/Trails.geojson to generate trail segments and preview the first few.