Learn R Programming

stdbscan (version 0.1.0)

geolife_traj: GPS pings from the GeoLife GPS Trajectories dataset

Description

Extraction of the GeoLife GPS Trajectories dataset. The selected trajectory id is 000-20081023025304.

Data manipulation applied to the raw data :

  • Conversion to EPSG:4586

  • Manual selection of the pings

  • Selection of relevant variables

Usage

geolife_traj

Arguments

Format

A data.frame with one row per ping and the following columns:

  • date (chr): The date

  • time (chr): The time

  • x (dbl): Longitude (EPSG:4586)

  • y (dbl): Latitude (EPSG:4586)

Examples

Run this code
data(geolife_traj)
head(geolife_traj)

Run the code above in your browser using DataLab