Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KML files support #141

Open
scls19fr opened this issue Nov 10, 2019 · 1 comment
Open

KML files support #141

scls19fr opened this issue Nov 10, 2019 · 1 comment

Comments

@scls19fr
Copy link
Contributor

scls19fr commented Nov 10, 2019

Hello,

I own a GPS Bluetooth logger (Dual XGPS160).
Being able to create GPX file or IGC file (without declaration) from KML file (with gx:Track should probably be supported). See sample.kml

My first try was to use pykml but it doesn't seems to be maintained anymore .

Then I tried to use simplekml but that's only a KML generator not a KML parser (see code)

Then I tried to use fastkml... and found that gx:Track is not supported cleder/fastkml#37

So I wrote my own code using ElementTree cleder/fastkml#37 (comment)

Maybe adding support of KML files with gx:Track to aerofiles could be an interesting idea.

Kind regards

@bubeck
Copy link
Collaborator

bubeck commented Nov 18, 2023

I think gpsbabel would do the trick for you. Have you tried this? You can use this to convert to IGC and then use aerofiles to read in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants