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