|
Hi,
This looks NMEA 183 format. However then it should be with a comma ',' just before the N or E. it should be:
latitude: ddmm.ffff
longitude: dddmm.ffff
where ffff the minute fractions are. I mean minute is just a float, like this:
5010.1234
is degree 50 latitude
minute: 10.1234 |