-
Remove waypoints and imprecise points with GPSBabel:
gpsbabel \ -i 'gpx' -f 'original/2021-08-23T21-35-41Z Mary Avenue Trail.gpx' \ -x 'nuketypes,waypoints' \ -x 'discard,hdop=2' \ -o 'gpx' -F '/tmp/2021-08-23T21-35-41Z Mary Avenue Trail.gpx'
-
Remove redundant points with gpx reduce:
gpx_reduce \ --dist '0.50' \ --maxsep '2' \ --bend '2' \ --out 'filtered/2021-08-23T21-35-41Z Mary Avenue Trail.gpx' \ '/tmp/2021-08-23T21-35-41Z Mary Avenue Trail.gpx'
-
Remove clusters with GpsPrune.
-
Upload to OpenStreetMap:
https://www.openstreetmap.org/user/Andrew%20Kvalheim/traces/3798764
Last active
November 14, 2021 03:33
-
-
Save AndrewKvalheim/d572fa35f5f7fd7745c973cf8005a077 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment