Open ColinFay opened 3 years ago
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.
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 :)
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 ?