Update README.md

This commit is contained in:
2025-07-30 11:59:59 +02:00
parent c4c759943d
commit 877ae4d227

View File

@@ -8,8 +8,8 @@ An interactive Python Dash app to visualize, analyze, and explore your jogging o
## Features
- **Interactive Map View** with route trace and start/stop markers
- **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
- **Deviation from Mean Speed** to see pacing consistency
@@ -21,10 +21,8 @@ An interactive Python Dash app to visualize, analyze, and explore your jogging o
```
app.py # Main Dash application
assets/ # CSS and styling
data/ # Folder for storing GPX files
utils.py # Optional helper functions
requirements.txt # Required Python packages
gpx_files/ # Folder for storing GPX files
requirements.txt # Required Python packages (TODO!)
README.md # This file
```