strava_download_combine.Rd
"https://heatmap-external-b.strava.com/tiles/run/hot/10/536/356@2x.png?v=19" # Schaffhausen "https://heatmap-external-b.strava.com/tiles/run/hot/10/529/363@2x.png?v=19" # Genf "https://heatmap-external-b.strava.com/tiles/run/hot/10/539/362@2x.png?v=19" # Graubünden https://heatmap-external-b.strava.com/tiles/run/hot/10/539/362@2x.png?v=19 | | | | |-> north < south | | | |-> west < east | | |-> zoom? | |-> color (hot/blue/purple/gray/bluered) |-> activity (all/ride/water/run)
strava_download_combine( zoom, north, south, west, east, colour, activity = "all", download = TRUE, resolution = "", sleep = 0.5, tempdir = getwd(), overwrite = FALSE, output_dir = getwd() )
zoom | the zoom level (1 to 14, implemented only till 11) |
---|---|
north, | south, west, east tiles |
colour | colorband to use (hot, blue, urple, grey or bluered) |
activity | activity to use (all ride, water or run) |
download | should the tile be downloaded (FALSE is a dry run) |
resolution | resolution of the tile ("" or "@2x") |
sleep | duration of sleep between downloads |
tempdir | temporary directory to store the downloads |
overwrite | should existing files be overwritten (ignored for downloads) |
output_dir | where should the finished tiles be stored? |