Soldato
So I installed a dashcam (Halfords HDC400, £119 front back and memory card, cant grumble), and got all excited when I saw the camera saves a gps log file every day with where i have been. But, it is in a really, really weird format I cant decipher, with no headers.
Any ideas? I thought it could be a neat little python project tying that data into google maps or something. But I am stumped with how to pull my co-ordinates.
First bit is clearly date and time, but I don't recognsie the format
2nd bit is a coordinate, in a weird layout. That isn't where i live but close, and my house is at 53.33° N
Then its obviously the other coordinate, but I don't get it, +/- 0.20° is no where near where i have been.
No idea what the last three numbers are.
Code:
A20200615115214000,5332.074219,N,208.987991,W,4.3,8.4,115.4
Any ideas? I thought it could be a neat little python project tying that data into google maps or something. But I am stumped with how to pull my co-ordinates.
First bit is clearly date and time, but I don't recognsie the format
2nd bit is a coordinate, in a weird layout. That isn't where i live but close, and my house is at 53.33° N
Then its obviously the other coordinate, but I don't get it, +/- 0.20° is no where near where i have been.
No idea what the last three numbers are.