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

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

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