FitTrackee
FitTrackee copied to clipboard
KML/KMZ support
Hi,
do you have thoughts about integrating a KML/KMZ import or even plans to implement it? https://pypi.org/project/pykml/ could probably be used for this.
Cheers
Hi,
For now, FitTrackee only supports .gpx files. But as I said in issue https://github.com/SamR1/FitTrackee/issues/122, I have in mind to work on .gpx files processing. I will look at that time if I can integrate other file formats.
Maybe as an intermediate step: convert kml to gpx first and process them afterwards using the current method. I haven't tried those Python scripts yet, but they can be starting points at least:
- gpxpy contained once a parser for kml: https://github.com/tkrajina/gpxpy/commit/78db2d91dfec66c79b29592785c6f7f32f3785cc
- kml2gpx.py from https://github.com/MauriceS/gpxdata