My Work on using Garmin in PostGIS and QGIS
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‘ 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.
- Getting routes from garmin connect to qgis
- Getting track from garmin connect to postgis
- Updating postgis each time
- Loading activities.csv and joining to tracks
- Visualise in kepler.gl
The code in this repo is related to the blogs 01_ represents code in 1 etc