RingTingTing
Members +
Hi all
Does anybody have any info on the Structure of the GSL file ?
I have been studying the HEX code , and think I have a lot of it figured out, but I am struggling with the GOB code.
The 6 hex numbers before the .gob - Example : 2621fe.gob
I am pretty sure it specifies the position of the GOB, but cannot completely figure it out :
I think the 1st 3 hex numbers specify the Lat coords , and the last 3 specify the Lon coords.
I could reliable get the correct Longitude by taking the last three bytes hex, converting it to a 16bit Integer and then multiplying it by 360/4096
I have not been able to figure out a pattern for the Lat coords using the 1st 3 Hex number though.
Any insights will be appreciated
Regards
Does anybody have any info on the Structure of the GSL file ?
I have been studying the HEX code , and think I have a lot of it figured out, but I am struggling with the GOB code.
The 6 hex numbers before the .gob - Example : 2621fe.gob
I am pretty sure it specifies the position of the GOB, but cannot completely figure it out :
I think the 1st 3 hex numbers specify the Lat coords , and the last 3 specify the Lon coords.
I could reliable get the correct Longitude by taking the last three bytes hex, converting it to a 16bit Integer and then multiplying it by 360/4096
I have not been able to figure out a pattern for the Lat coords using the 1st 3 Hex number though.
Any insights will be appreciated
Regards