strava_py icon indicating copy to clipboard operation
strava_py copied to clipboard

Add option to choose which visualisations to generate

Open hugovk opened this issue 1 year ago • 1 comments
trafficstars

By default, all the visualisations are generated when running the CLI.

Sometimes though, I want to iterate and adjust the parameters to generate a map with a smaller bbox, or for a different time period. So I don't need to regenerate all the other files, which can be slow.

This adds an option --vis (open to another name).

By default, it will generate all.

Or you can give --vis map to just generate the map, or give multiple like --vis map facets landscape.

Also gives some example CLI use right at the top of the README.

hugovk avatar Oct 20 '24 13:10 hugovk

This adds an option --vis (open to another name).

Maybe --select?

hugovk avatar Oct 20 '24 15:10 hugovk

I find this PR really useful!
and pretty much don't care about the naming, either is good, but maybe --plot would be even better

jarjk avatar Jul 30 '25 14:07 jarjk

Yes, --plot is good, thanks!

hugovk avatar Aug 22 '25 14:08 hugovk

It's been a while since this PR was opened and the CI is failing for unrelated reasons. They'll need fixing first.

hugovk avatar Aug 22 '25 15:08 hugovk

Fixed in https://github.com/marcusvolz/strava_py/pull/56, let's rebase.

hugovk avatar Oct 27 '25 16:10 hugovk