Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge case GPX files #13

Open
charlieforward9 opened this issue Jun 23, 2024 · 0 comments · May be fixed by #14
Open

Edge case GPX files #13

charlieforward9 opened this issue Jun 23, 2024 · 0 comments · May be fixed by #14

Comments

@charlieforward9
Copy link

My strava export has gpx files with no tracks, I had to add this snippet into add_metadata_to_gpx to avoid an error:

# If there are no tracks then do not make this file
    if len(gpx.tracks) == 0:
       continue
@charlieforward9 charlieforward9 linked a pull request Jun 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant