How about automatically flag rides that are commutes?
User inputs home and work locations as points. Then set say a 1mile buffer around this and look for rides that start at one and end at the other maybe have length within 20% of the straight line distance as another filter.
I might have a go to do it via the API in R/Python too.
Be good to toggle totals and fitness with commutes on and off.
Does intervals.icu filter out activities that are marked as ‘Commute’ in Strava? I cycle to and from work a lot and I just noticed that I don’t think those rides are shown in the Activities section of intervals.icu (and so are not contributing to my Fitness graph)?
Ooh, should be able to achieve something like this with the custom metrics, this could be a fun exercise (especially as covid has robbed me of actual exercise aha)
Is there a api method to set the commute flag? I tried searching for “commute” here, but there are no matches:
I also do this via Strava but would like to cut that dependency
Edit: found the method. It’s for activity and not for workout, I had confused the terminology. I write a python script that sets all activities under a certain distance (configurable) as commutes. I can share the script if that’s okay for David? Not sure what the policy is. But it was easy to code.