jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Switch the timestamp detection in a GPX file #96

Closed jovandeginste closed 5 months ago

jovandeginste commented 5 months ago

This takes the first time from the first point in the GPX file as the time of the workout, instead of the timestamp from the metadata. The timestamp from the metadata is then used as fallback, but may have been altered by converters.

We also change the auto-detection algorithm, so the limit of running vs walking is now 7 instead of 5 km/h.

Fixes #57