Am Mo, 20 Sep 2010 22:53:25 CEST schrieb Al Bogner:
> Is it possible to convert dat-Files, created by the Nokia Sports
> tracker http://store.ovi.com/content/31721 with gpsbabel to gpx?
>
> IMHO is the gpx-file broken, which is created by the Sports Tracker.
> The file contains binary data. If I load it with Google Earth (linux)
> I don't see a track, but things like speed.
>
> Is it possible to repair gpx files with gpsbabel?
I found a simple way to view the track with Google-Earth:
gpsbabel -i gpx -f sportstracker.gpx -o kml,units=m -F test.kml
test.kml is shown with Google-Earth
gpsbabel -i kml -f test.kml -o gpx -F test.gpx
The gpx-file created from the kml-file _cannot_ be shown with Google
Earth. Are options missing, when I convert from kml to gpx?
When I use the "repaired" gpx-file with gpsphoto it works, but not
correctly.
I think, that sportstracker doesn't save the time in UTC, but in local
time. Mayabe it is a problem with the daylight saving time. I have to
test this.
Can I do a timeshift shomehow with gpsbabel to get a gpx-file with UTC?
Al
|