projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
474 stars 122 forks source link

Generate live KML using ElementTree #859

Closed argilo closed 5 months ago

argilo commented 5 months ago

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 commented 5 months ago

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