Florian Pigorsch

Results 56 comments of Florian Pigorsch

Looks like your home turf is NYC ;) I really like the idea of using an automatic clustering algorithm for creating "meaningful" heatmap posters. I will give it a try...

Very nice. I already have some experience with static maps: https://github.com/flopp/go-staticmaps ;)

@lowtower it would still be nice to have this feature. One could certainly use https://github.com/flopp/py-staticmaps to generate the background image.

@lowtower you're right, cairo is heavy - i already thought about making it an optional dependency of py-staticmaps (e.g. use it only if it's available). Anyway, I'm glad you're taking...

@lowtower I'm about to add a PIL-based renderer - this is more lightweight than Cairo, but has no anti-aliasing

@lowtower the results look nice! For a final version the background image should be embedded into the SVG (to have a single output file) I guess.

Hm, py-staticmaps should create the desired image size - so that no cropping is necessary in GpxTrackPoster.

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...

Quite interesting. This may be worth a try...

Thank you for reporting this issue. I'm Linux-only, so I cannot help much...