Strava Noise Reduction
Messing around with Kalman filters to fix noisy Strava activities
I use Strava to track my runs, and sometimes I'm annoyed with how noisy the GPS tracks are. I recently learned about Kalman filtering, a methodology for smoothing noisy data. Let's see if it can solve my Strava problem. Plus, a small Flask app that integrates with the Strava API.