Generate GPS data for a walking activity in Seattle, WA
Source:R/sample_data.R
generate_walking_in_seattle_gps_data.Rd
This function generates a data frame containing GPS data for a walking activity in Seattle, WA on April 7th, 2012. It calls the function generate_gps_data to create a series of GPS locations and speeds. The resulting data frame has columns for time, latitude, longitude, and speed.