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

fix parsing of gpx files produced by garmin fenix watches #23

Closed
wants to merge 3 commits into from

Commits on Jun 14, 2013

  1. fix parsing of gpx files produced by garmin fenix watches

    the fenix watch writes a wrong time in the metadata section of the gpx.
    It is even in the future.
    When using this for calculating the duration, you  get the time and
    the wrong pace. I just ran 30km in 0.01 Minutes. That seems to be too fast :)
    
    By using the time of the first trkseg as the starting time, everything
    works as expected.
    cz8s committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    b396f40 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. better method to find starttime

    cz8s committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    98dd511 View commit details
    Browse the repository at this point in the history
  2. Fetch time data from first (track, route or way) point skipping not m…

    …andatory and sometimes unaccurated one located in metadata section - Ticket pytrainer#23
    dgranda authored and cz8s committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    f56d668 View commit details
    Browse the repository at this point in the history