flopp / GpxTrackPoster

Create a visually appealing poster from your GPX tracks
MIT License
426 stars 50 forks source link

All years? #8

Closed oboingo closed 7 years ago

oboingo commented 7 years ago

Hi there, can we get an option to show all years? Or more than one year at a time?

I would like to combine several years at a time on the grid and heatmaps at least (might be tougher on the calendar and circular modes).

flopp commented 7 years ago

Currently, the script only supports exactly one year. But you are right - a more flexible time range would be nice for the "grid" and "heatmap" variants.

laufhannes commented 7 years ago

At least for the heatmap it's done by commenting out the following two lines in track_loader.py#L90-L91:

elif t.start_time.year != self.year:
    print("{}: skipping track with wrong year {}".format(file_name, t.start_time.year))
flopp commented 7 years ago

5cbd4fa32bc6fd3ea3cf2cc081c822a4b7a13beb

New values for option --year: