Python module that can convert .gpx to .kml
I am looking for a python module that would allow me to convert GPS .gpx files (from various devices) into .kml. Sim开发者_开发知识库ilary to what LoadMyTrack does.
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.
精彩评论