Skip to content

Instantly share code, notes, and snippets.

@gabonator
Created June 7, 2017 16:17
Show Gist options
  • Save gabonator/7a44ae15a4cfc4817d9eeaf366200953 to your computer and use it in GitHub Desktop.
Save gabonator/7a44ae15a4cfc4817d9eeaf366200953 to your computer and use it in GitHub Desktop.
convert nmea log to gpx for XCode location simulator
"C:\Program Files (x86)\GPSBabel\gpsbabel.exe" -i nmea -f "input.nmea" -x transform,wpt=trk,del -o gpx,gpxver=1.1 -F "output.gpx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment