I am trying to use the below command to process some NMEA files, but it's resulting in
Can anyone shed some light on what I'm doing wrong? Thanks! asked 22 Oct '10, 02:10 samwilson |
2 Answers:
Okay, I've got it all sorted. It seems a bit hacky, so if anyone's got any suggestions I'm open to them.
This
answered 22 Oct '10, 05:20 samwilson |
It is suggested to use -x track,start=19700101000000 to start a track file timestamp at 1970 Jan 01, 00:00:00 in the new OpenStreetMap book by Jonathan Bennett. This example is from a free chapter, here. http://www.packtpub.com/article/openstreetmap-gathering-data-using-gps Both new OSM books are worth having. http://weait.com/content/two-new-osm-books answered 22 Oct '10, 02:47 Richard Weait |
I saw that page, but I think
start
is just to tell it to ignore times before that date. I tried whittling down my command, and am getting'faketime=f19700101000000' is an unknown option to track.
So I think I might just give up on changing the timestamps!