Is there a way find out the time of a partular location on a tracklog.
-
It's my understanding that a tracklog is both location and time. Is there a way to find out what time one passed a given tracklog location?
-
Hi, with a text editor you can see the geocoordinates and usually the timestamp from the downloaded GPX file.
Like:
<trkpt lon="6.777487" lat="51.408030"><ele>84</ele><time>2026-02-28T11:00:10+01:00</time></trkpt>But it would be difficult to find the right location.
You can copy 51.408030, 6.777487 (from the above sample) into Google Maps, and it will show you the location of these coordinates.
-
Hi, with a text editor you can see the geocoordinates and usually the timestamp from the downloaded GPX file.
Like:
<trkpt lon="6.777487" lat="51.408030"><ele>84</ele><time>2026-02-28T11:00:10+01:00</time></trkpt>But it would be difficult to find the right location.
You can copy 51.408030, 6.777487 (from the above sample) into Google Maps, and it will show you the location of these coordinates.
@Jörgen
Thanks I can see how that would work and would be more accurate than the method I tried. I converted the tracklog to a route. MRA then gives the times between waypoints like a normal route. However, I think these times could be what the program estimates from it's calculations. This would only be meaningful if there are plenty of waypoints that it can't calculate a different route. In my case it let be guess close enough to estimate what time I got there.