GarminDB icon indicating copy to clipboard operation
GarminDB copied to clipboard

Long Term Progression in Swim/Run Times

Open tamkaho opened this issue 3 years ago • 2 comments

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.

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

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

tamkaho avatar Feb 14 '22 03:02 tamkaho

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.

tcgoetz avatar Feb 14 '22 13:02 tcgoetz

Just added:

Swim/Run Times Exp Averaged Daily RHR

tamkaho avatar Feb 14 '22 16:02 tamkaho