O
O
Oleg Abarmov2015-01-29 15:53:06
satellite navigation
Oleg Abarmov, 2015-01-29 15:53:06

How to convert GPS coordinates from Chinese tracker to GOOGLE MAPS coordinates?

There is a GSM tracker tk-102.
Configured for GPRS data transfer.
Answer I get a line:
(027042966861br00150128a4826.8754n04504.5132e020.613335984.82000000000l00000000) I
understood a little and understood where the coordinates here:
x = 4826.8754
y = 04504.5132
But the problem is that these are incorrect coordinates and they are shifted by about 8 kilometers from real. I read an article on Habré habrahabr.ru/post/175451 , there is a similar tracker and a person found that WGS-84 is used here. But when trying to convert to normal coordinates using the WGS-84 algorithms, I got the coordinates somewhere in AFRICA.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oleg Abarmov, 2015-03-13
@XProx

JS conversion formula
var X=Math.floor(N/100)+((((N/100)-Math.floor(N/100))*100)/60);
var Y=Math.floor(E/100)+((((E/100)-Math.floor(E/100))*100)/60);

Q
Quicksilver, 2015-01-29
@sargps

Tell me what is the real coordinate in this line, not near Volgograd by any chance?
PS Judging by the line, I got it in the format degrees and decimal degrees N48.447923 E45.075220. If the coordinate is correct, then everything is correctly transmitted.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question