strava icon indicating copy to clipboard operation
strava copied to clipboard

Methods for just one specific file

Open ColinFay opened this issue 3 years ago • 2 comments

With this package, you can plot your whole history, I was wondering if there were plans for functions for one specific activity?

For example plotting the GPX for one specific run, like https://twitter.com/_ColinFay/status/1437867650441429004 ?

ColinFay avatar Oct 08 '21 14:10 ColinFay

I'd be keen for this! process_data() should already provide the necessary data, so it should just be a matter of subsetting the full dataset by activity id / date / some other activity identifier and setting up a ggplot.

I'd also be keen to see if it's possible to create single-activity 3D maps in R similar to those produced by VeloViewer, e.g. https://twitter.com/VeloViewer/status/1441310475296198663 It looks like rayshader - https://www.rayshader.com/ - might be ideal for this.

marcusvolz avatar Oct 08 '21 20:10 marcusvolz

Great!

I've got a bunch of code that I use to draw plots of my runs and I have been looking for somewhere to gather then so I'll be happy to PR this :)

ColinFay avatar Oct 09 '21 05:10 ColinFay