GpxTrackPoster icon indicating copy to clipboard operation
GpxTrackPoster copied to clipboard

Create a visually appealing poster from your GPX tracks

Results 23 GpxTrackPoster issues
Sort by recently updated
recently updated
newest added

Getting an error when I run the following command: `create_poster --type grid --title "Strava Routes" --athlete "NAME"` I am running the command from a directory that contains all my .gpx...

More informative (for example, this is how sports applications on gadgets are calculated). ![1](https://user-images.githubusercontent.com/61022210/168412250-fd16b12e-69cf-46f5-af1a-5d16fc62aa53.png) At the moment, there is a total count of activities. Add breakdown by year.

I guess this issue exists since 3e297b811532c357d3a79e4480031470fd542384 / #82. I'm not sure how the unit handling in python works, but in this part `max_length` is in `km` if provided as...

Fixes #98 Changes also the input unit of maximum ring distance

These likely broke when the default branch was renamed from `master` to `main`; the fix suggests using relative links, which are independent of branch and repo names anyway.

Works if there is one file in the directory. Doesn't work, there are 3 files in the directory. `create_poster --type circular` > Creating poster of type circular with 2 tracks...

Simply bumps year to 2022

Hello, inspired by a conversation on [a PR on py-staticmaps](https://github.com/flopp/py-staticmaps/pull/20), this PR adds windows and macOS to the github workflow. It contains a dirty hack for pylint on windows only...

Depending on the heatmap's size, it may be nice to see at least some basic map in the background. I have a first working solution with https://github.com/laufhannes/GpxTrackPoster/commit/ebb082301ed5a33b9b4b645f6d93cf92c9f82b1e and https://github.com/laufhannes/staticmaplite/commit/3758e1102da5e2361763ce1ef78bcf18a53686f3, but...

Hi, can someone help me getting this to run in native windows? All dependecies and venv work, but if i pass a gpx dir (that confirmed works on linux) i...