Learn R Programming

stopdetection (version 0.1.2)

loc_data_2019: Timestamped Location Data

Description

Real data from November 2019 extracted from Google Location History files captured with an Android smartphone. Contains two weeks of human movement behavior of a single person occurring in the Netherlands. Modes include biking, walking, bus and train.

Usage

loc_data_2019

Arguments

Format

loc_data_2019

A data frame with 21,911 rows and 3 columns:

latitude

unprojected latitude coordinate using WGS84 ellipsoid

longitude

unprojected longitude coordinate using WGS84 ellipsoid

timestamp

POSIXct timestamp with date and time using fractional seconds

...