RADME update - including 'export SVG' functionality

This commit is contained in:
2025-09-28 15:15:43 +02:00
parent cdf93eee4b
commit 16fc580d4f

View File

@@ -6,17 +6,23 @@ Interactive Python Dash app to visualize, analyze, and explore your jogging or r
<img src="DashboardApp_WebVersion.png" alt="Description" width="800">
</p>
<p align="left">
<img src="2025-09-15_HH_Run_10.90Km_overlay.svg" alt="Description" width="400">
</p>
---
## Features
- **Info Banner** with total distance, duration, and average pace
- **Interactive Map View** with route trace and start/stop markers
- **Elevation Profile** with relative height and gradient fill
- **Speed Over Time** plot with smoothing and average line
- **Select file** choose a data file to analyse your run
- **export SVG** creates a SVG image of your course and "Info Banner" stats (like STRAVA)
- **Info Banner** with total distance, duration, and average pace
- **Interactive Map View** with route trace and start/stop markers
- **Elevation Profile** with relative height and gradient fill
- **Speed Over Time** plot with smoothing and average line
- **Heart Rate Over Time** plot with smoothing and average line (if .fit file)
- **Deviation from Mean Speed** to see pacing consistency
- **Pace Bar Chart** showing per-kilometer pace breakdown
- **Deviation from Mean Speed** to see pacing consistency
- **Pace Bar Chart** showing per-kilometer pace breakdown
---