Generate a dataset with date-time, speed, and latitude and longitude of someone moving through space on a walk in Seattle
generate_gps_data(
start_lat,
start_long,
start_time,
n_epochs = 110,
time_interval = 30,
seed = 1234
)A data frame with four columns: "timestamp", "lat", "lon", and "speed".
The starting latitude of the walk.
The starting longitude of the walk.
The start time of a series of data
The number of epochs in the series
The time interval between points in seconds.
random seed