Visualise your actual hiking pace vs slope from GPX tracks, compared to the theoretical Tobler hiking function.
Drop one or more .gpx files onto the chart. For each track the app:
- Segments the route into chunks of at least 25 m
- Plots your actual pace (min/km) against slope (%) for each segment
- Fits a polynomial regression curve to your data
- Shows the theoretical Tobler curve in grey for reference
Useful for understanding your personal pace model or comparing multiple hikes.
- Open the live demo
- Drop one or more
.gpxfiles onto the chart area - Hover a track name to highlight its data points
- Click Save as PNG to export the chart
npm install
npm startThen open http://localhost:5173.
