https://github.com/tvdev-01/cycling-map
Map your Garmin cycling activities.
https://github.com/tvdev-01/cycling-map
activities cycling fit folium-maps garmin heatmap history map python qt
Last synced: about 1 month ago
JSON representation
Map your Garmin cycling activities.
- Host: GitHub
- URL: https://github.com/tvdev-01/cycling-map
- Owner: tvdev-01
- Created: 2025-07-19T10:45:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T17:38:31.000Z (3 months ago)
- Last Synced: 2025-07-19T20:58:02.637Z (3 months ago)
- Topics: activities, cycling, fit, folium-maps, garmin, heatmap, history, map, python, qt
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A QT based utility to create a heatmap of Garmin activities.
Create an activities directory at same level as python files.
Copy your Garmin fit files to this directory. Thus:```
activities
activity-1.fit
activity_2.fit
activity_3.fit
...
...
coord_worker.py
main_helpers.py
main_print.py
main.py
README.md
```
The python script requires the following modules:
```
pip install folium
pip install pandas
pip install numpy
pip install garmin_fit_sdk
pip install PyQt6
pip install PyQt6-WebEngine
```
Run the main.py script.You can generate a printable png file from within the application.
To control the print area, uncomment and adjust the min/max latitude/longitude to better suit your location in the file `main_print.py`.