question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add BBox Option to Heatmap Poster

See original GitHub issue

Add bbox option (--bbox COORDS1;COORDS2) to restrict the extent of the heatmap poster.

Rationale: if there are some tracks in your collection that are far away from the other tracks (e.g. runs during vacation), the heatmap poster becomes useless.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
floppcommented, Jan 7, 2018

a3d57b8ab46ef88366de22153200eb355e0c3d90:

add options --heatmap-center LAT,LNG and --heatmap-radius RADIUS_KM to specify the heatmap’s center coordinates, and a radius around this center (in km). The scale factor of the heatmap will be computed in a way that all tracks in this circle will be visible.

1reaction
lefty01commented, Feb 6, 2017

hi, now had some more time to look into this … as discussed in the old pull-request comment: https://github.com/flopp/GpxTrackPoster/pull/11#issuecomment-277192687 I made use of gpxpy’s get_bounds function to add track bounds as an attribute to each track while loading gpx (will be stored to cache too). first stage filter should be in place and check if track is completly out of the requested bbox bounds. you can find those at this branch: comments/suggestions etc. welcome https://github.com/lefty01/GpxTrackPoster/tree/heatmap-border

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · flopp/GpxTrackPoster - GitHub
Create a visually appealing poster from your GPX tracks - Issues · flopp/GpxTrackPoster. ... Add BBox Option to Heatmap Poster enhancement.
Read more >
Create a #Strava Heatmap Map Poster in #Canva - YouTube
If you like those vintage or artwork posters of city maps, roads, transit systems, and so on, and are a cyclist or runner, ......
Read more >
map - How to make beautiful borderless geographic thematic ...
How to make beautiful borderless geographic thematic/heatmaps with weighted (survey) data in R, probably using spatial smoothing on point observations ; – Josh...
Read more >
Python Plotting With Matplotlib (Guide)
This article is a beginner-to-intermediate-level walkthrough on Python and matplotlib that mixes theory with example.
Read more >
What's new in each version — seaborn 0.11.2 documentation
Feature In histplot() , added stat="percent" as an option for normalization ... Fix In heatmap() , fixed a bug where vertically-rotated y-axis tick...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found