biketrack: GPS recorded bike track

biketrackR Documentation

GPS recorded bike track

Description

My daily bike route, recorded with the app OSMtracker on my Samsung Galaxy S5

Format

'data.frame': 254 obs. of 4 variables:
$ lon : num 13 13 13 13 13 ...
$ lat : num 52.4 52.4 52.4 52.4 52.4 ...
$ time: POSIXct, format: "2016-05-18 07:53:22" "2016-05-18 07:53:23" ...
$ ele : num 66 66 66 67 67 67 68 69 69 69 ....

Source

GPS track export from OSMtracker App

Examples


data(biketrack)
plot(biketrack[,1:2])
# see equidistPoints


brry/OSMscale documentation built on Oct. 14, 2023, 6:27 a.m.