Garmin Connect Activities
This repository contains scripts to retrieve and process activity data from Garmin Connect so that it can be explored and analyzed in Excel and visualized in Tableau:
Ensure you have the following installed before using the scripts:
requirements.txt)git clone https://github.com/bhyman67/Garmin-Connect-Activities.git
cd Garmin-Connect-Activities
pip install -r requirements.txt
There are two ways to run these scripts. Either all of them sequentially. Or only the first and then the last if you want to skip the GPX piece.
graph TD
B[Run Script 01 - Get Activities]
B --> C[Run Script 04 - Activity Prep, Transformation, and Enrichment]
C
B --> D[Run Script 02 - Get GPX Files]
D --> F[Run Script 03 - Extract GPX Activity Metrics]
F --> C
Click here to view the code in this project's repository