开发者

Reading a .GPB file in C#

开发者 https://www.devze.com 2023-03-19 09:52 出处:网络
I have a .GPB file, I need to extract the common GPS data from it but I don\'t find a clear structure that specify the contents of that file.

I have a .GPB file, I need to extract the common GPS data from it but I don't find a clear structure that specify the contents of that file.

as a sample record from file

00000260 02 11 A9 61 E7 96 C4 95 B6 86 CA 01 9A 09 DC 01

how can i go through this file to get my data, I searched alot and found that it called "Dell Axim Navigation System (.gpb) file format".

Regards,

m.sa开发者_Python百科i


Looks like SharpMap probably supports what you need

0

精彩评论

暂无评论...
验证码 换一张
取 消