Convert the activites in a Strava export to GPX files
This needs
gpsbabel
in your $PATH
,Convert all 2018 "Run" and "Hike" activities from a Strava export to GPX (export_123456789.zip
is a Strava export ZIP file):
./strava2gpx.py --input export_123456789.zip --output gpxfiles --filter-type Run --filter-type Hike --filter-year 2018
List activity types (to be used with the --filter-type
option when actually converting):
./strava2gpx.py --input export_123456789.zip --list-types
->
Activity types found in export_123456789.zip:
- Hike
- Ride
- Run
- Snowshoe
- Swim
- Walk
- Workout
The process for bulk exporting activity data from Strava is described in detail on Strava's support pages.
Here's the short version:
export_123456789.zip
file via email. This may take some time.