Skip to content

flopp/StravaExportToGPX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StravaExportToGPX

Convert the activites in a Strava export to GPX files

Requirements

This needs

Usage Examples

Convert Activities to GPX

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

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

Getting your Strava Export ZIP File

The process for bulk exporting activity data from Strava is described in detail on Strava's support pages.

Here's the short version:

  1. Log in to Strava.
  2. Go to the "Download or Delete Your Account" page.
  3. Click the "Request Your Archive" button in the "Download Request" section.
  4. Strava will send a download link for an export_123456789.zip file via email. This may take some time.

About

Convert the activites in a Strava export to GPX files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published