SamR1 / FitTrackee

Self-hosted outdoor activity tracker :bicyclist:
https://samr1.github.io/FitTrackee
GNU Affero General Public License v3.0
643 stars 38 forks source link

KML/KMZ support #143

Open d-rk opened 2 years ago

d-rk commented 2 years ago

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

SamR1 commented 2 years ago

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.

gorgobacka commented 1 year ago

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: