Skip to content

Instantly share code, notes, and snippets.

@michaellihs
Last active August 14, 2024 08:52
Show Gist options
  • Save michaellihs/4e1d16fd0750068bf8f2018d3f049208 to your computer and use it in GitHub Desktop.
Save michaellihs/4e1d16fd0750068bf8f2018d3f049208 to your computer and use it in GitHub Desktop.
GPSBabel Cheat Sheet

GPSBabel Cheat Sheet

Simplifying .gpx files (reducing waypoints)

gpsbabel -r \
  -i gpx \
  -f ~/Downloads/1001-miglia-italia-2024.gpx \
  -x simplify,count=3000 \
  -o gpx \
  -F ~/Downloads/1001-miglia-italia-2024-simple.gpx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment