Is there a way find out the time of a partular location on a tracklog.
General Discussion
2
Posts
2
Posters
7
Views
2
Watching
-
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.