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

Export tracks with segments and waypoints to CSV #95

Open
evensolberg opened this issue Feb 26, 2023 · 0 comments
Open

Export tracks with segments and waypoints to CSV #95

evensolberg opened this issue Feb 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@evensolberg
Copy link
Owner

Export tracks with segments and waypoints to CSV.

  • Serialize - for each track

    • Serialize each waypoint
      • Add track summary information
    • Export
  • May need to look at another struct that contains the combined information from Track and Waypoint. Wonder if there is a way to do it automagically.

NOTE: Stop trying to do this as a trait. Not everything needs to be a trait.

Although, ExportJSON may still have merit. 😄

@evensolberg evensolberg added the enhancement New feature or request label May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant