Created
October 6, 2022 09:07
-
-
Save maxfire2008/d7b2eea8622a4a97dedc9de5caffb401 to your computer and use it in GitHub Desktop.
convert Flightradar24 KML to GPX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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