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

Generate live KML using ElementTree #859

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

argilo
Copy link
Contributor

@argilo argilo commented Jan 31, 2024

Here I've switched live KML generation over to Python's built-in ElementTree, which allows it to share a lot of code with the log_to_kml utility and eliminates the dependency on simplekml. I also modified the output of log_to_kml a bit to make it more like live KML, which I think makes it a bit nicer to work with.

@argilo
Copy link
Contributor Author

argilo commented Jan 31, 2024

I added one more small improvement: sondes are now sorted from newest to oldest.

@darksidelemm darksidelemm merged commit 468712e into projecthorus:testing Jan 31, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants