View Single Post
Posts: 6 | Thanked: 0 times | Joined on May 2006
#112
Originally Posted by heikki770
If I understand right, there is field for time in GPX trace format:
<trkpt lat="59.889397" lon="10.522553">
<ele>76</ele>
<time>2003-05-02T10:44:52Z</time>
<fix>3d</fix>
</trkpt>
I would like to get that <time> info to trace file, so I can later use that info for various countings like speed, awg. speed and like diary, time when I started my journey, etc...

Am I a bit control freak, or what????
I don't think you are freak, because then, I am more... What I do with my mobile phone (S60 and a bit of python programming) is something similar: I store *all* NMEA data read from the GPS so I can reproduce the trip *exactly* with gpsfake (included on gpsd clients).

Of course, that is a more disk consuming option.