GarminDB
GarminDB copied to clipboard
Long Term Progression in Swim/Run Times
I've forked your repo and made some Jupyter Notebooks for my own use. Not doing a pull request because my code is messy and plots have missing gaps. Feel free to incorporate the notebooks if you feel others may be interested in them.
-
I'm interested in how I'm progressing in swimming/running over the years. It's quite hard to visualise performance with Garmin's built-in metrics. I've made a notebook for generating plots: Notebook Screenshot
-
Garmin's built-in weekly RHR fluctuates too much so it's hard to tell how our fitness is changing over the years. I've made a notebook to interpolate long-term RHR based on daily RHR with exponential averaging. RHR is smoother and interpolated over more data points so it's easier to see trends - for example, here you can see my RHR has gone up significantly after the pandemic due to over-eating. Notebook Screenshot
Cool!
First I added links to the wiki: https://github.com/tcgoetz/GarminDB/wiki/Related-Projects. Can you add you screenshots to the screenshot directory of your fork? That way I can reference them in the wiki.
I'll look at incorporating some of the code over time.