Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heatmaps fork #1

Open
mjurczak opened this issue Aug 6, 2020 · 1 comment
Open

Heatmaps fork #1

mjurczak opened this issue Aug 6, 2020 · 1 comment

Comments

@mjurczak
Copy link

mjurczak commented Aug 6, 2020

I've implemented a heatmap/path plot tool for a set of gpx/tcx files based on watchmap original code.
It uses a different input file parser as I needed both gpx and tcx compatibility. Due to issues in the parsing library it is not very resilient to errors in tcx files and it fails to parse broken files. Still, for a large set of files it generates pretty nice heatmaps and cumulative path plots.

I've obtained the data from my Strava account by requesting to get all data related to my account that Strava has collected. See: Download request if you happen to be a Strava user.

Have look at the code:
https://github.com/mjurczak/watchmap/tree/feature/heatmap_experimental

And generated output samples:
Heatmap

HM closeup

Individual tracks

I'm hoping to find more time to work more on heatmap generation in a separate repository. Stay tuned.

@bunnie
Copy link
Owner

bunnie commented Aug 7, 2020

oh that's super cool! thanks for sharing the development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants