可以将.gpx转换为.kml的Python模块
我正在寻找一个 python 模块,它允许我将 GPS .gpx 文件(来自各种设备)转换为 .kml。与 LoadMyTrack 类似。
I am looking for a python module that would allow me to convert GPS .gpx files (from various devices) into .kml. Similary to what LoadMyTrack does.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 Gpsbabel 它不是一个 python 模块,但它可以独立使用,无需安装程序。您可以通过 popen 或使用 python 的类似调用来调用它。
Have a look at Gpsbabel it's not a python module but it can be used standalone without an installer. You can call it through popen or similar calls with python.