aaron-schroeder / distilling-flask

Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3 stars 0 forks source link

Only display strava activities whose type is "run", "walk", or "hike" #59

Closed aaron-schroeder closed 1 year ago

aaron-schroeder commented 1 year ago

This rules out bike rides specifically. Hikes and walks are treated as runs.

These activity types allhave metrics I can add (power-based for bike, minetti-walk/NGP for hikes). But for now I'd rather stick to just running.