Skip to content

Instantly share code, notes, and snippets.

@maxfire2008
Created October 6, 2022 09:07
Show Gist options
  • Save maxfire2008/d7b2eea8622a4a97dedc9de5caffb401 to your computer and use it in GitHub Desktop.
Save maxfire2008/d7b2eea8622a4a97dedc9de5caffb401 to your computer and use it in GitHub Desktop.
convert Flightradar24 KML to GPX
REM Credit to https://forums.garmin.com/apps-software/mac-windows-software/f/virb-edit-mac/116005/flightradar-24-fr24-klm-to-gpx-files
REM But garmin keeps messing with their forum so I fear it may again go somewhere else.
"C:\Program Files\GPSBabel\gpsbabel.exe" -w -i kml -f INFILE.kml -x nuketypes,tracks -x transform,trk=wpt,del -o GPX -F OUTFILE.gpx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment