From 877ae4d2274c5f205f22d144bc3989193b01edcb Mon Sep 17 00:00:00 2001 From: Marcel Weschke Date: Wed, 30 Jul 2025 11:59:59 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5f787c..8f2cbea 100644 --- a/README.md +++ b/README.md @@ -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 ```