Step 1: Setup Export your paths from Google Earth as a KML file (e.g., go2-campus-dataset.kml) and place it in the root directory. Open config_outdoor.py. Set the KML_FILE_PATH to your KML's filename.
# python adsb_to_kml_exact.py --hex 78067B --out track_78067B.kml # Register KML namespace (ensure C code's XPath can recognize kml: prefix) ElementTree.register ...