Created
June 7, 2017 16:17
-
-
Save gabonator/7a44ae15a4cfc4817d9eeaf366200953 to your computer and use it in GitHub Desktop.
convert nmea log to gpx for XCode location simulator
This file contains hidden or 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
| "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