An open API service indexing awesome lists of open source software.

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.

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`.