在 C# 中读取 .GPB 文件
我有一个 .GPB 文件,我需要从中提取常见的 GPS 数据,但我没有找到指定该文件内容的清晰结构。
中的示例记录
作为文件00000260 02 11 A9 61 E7 96 C4 95 B6 86 CA 01 9A 09 DC 01
,我如何通过此文件来获取数据,我进行了大量搜索,发现它名为“Dell Axim 导航系统 (. gpb)文件格式”。
问候,
m.sai
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.sai
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 SharpMap 可能支持您需要的内容
Looks like SharpMap probably supports what you need