https://github.com/acgeospatial/garmin
My Work on using Garmin in PostGIS and QGIS
https://github.com/acgeospatial/garmin
Last synced: 11 months ago
JSON representation
My Work on using Garmin in PostGIS and QGIS
- Host: GitHub
- URL: https://github.com/acgeospatial/garmin
- Owner: acgeospatial
- License: mit
- Created: 2025-06-10T10:50:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T16:01:32.000Z (11 months ago)
- Last Synced: 2025-07-02T17:22:30.833Z (11 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garmin
My Work on using Garmin in PostGIS and QGIS
# Intro
If you use a Garmin activity tracker, like a sports watch, and have a Garmin connect account, then you can ask Garmin for a dump of all your data. Follow the instructions for [‘export all garmin data via account management center‘](https://support.garmin.com/en-GB/?faq=W1TvTPW8JZ6LfJSfK512Q8) I tried this and found the results a mass of folders and files. I don’t really want to request this everytime I want to look at my data and and don’t want to do it on an activity by activity basis. Fortunately there is a really useful GitHub repo that gives me everything I want called [garmin-connect-export](https://github.com/pe-st/garmin-connect-export?tab=readme-ov-file).
# Series of blogs
1. [Getting routes from garmin connect to qgis](http://www.acgeospatial.co.uk/getting-routes-from-garmin-connect-to-qgis/)
2. [Getting track from garmin connect to postgis](http://www.acgeospatial.co.uk/getting-tracks-from-garmin-connect-to-postgis/)
3. [Updating postgis each time](https://www.acgeospatial.co.uk/update-postgis-database-garmin-connect/)
4. [Loading activities.csv and joining to tracks](https://www.acgeospatial.co.uk/garmin-connect-to-postgis-and-join-activity/)
5. [Visualise in kepler.gl](https://www.acgeospatial.co.uk/kepler-gl-in-jupyter-lab-and-postgis/)
# Code
The code in this repo is related to the blogs 01_ represents code in 1 etc