Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user