I mentioned in my last post that I’d discovered a new way
to hoard location data… Fog of World.
Of course, I started out by importing all of the GPX files from previous adventures
that I had lying around (unfortunately, some of my adventures didn’t have tracks,
particularly the Rally, 😢),
which got me thinking about what other data I have lying around.
I’ve had a succession of bike GPSes, and have tracked their data on Garmin Connect.
Garmin Connect is nice enough to let you download GPX files of your activities…
one at a time. I have more than 700 of these (mostly very repetitive), so doing
that by hand is a non-starter.
As a mostly-backend coder, my first thought was to write a scraper to download them
all, but that would mean the usual hassle with logins, but a search turned up an
easier way: run javascript in the browser to do it for you…