| geolife_traj | R Documentation |
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
geolife_traj
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)
https://www.microsoft.com/en-us/download/details.aspx?id=52367
data(geolife_traj)
head(geolife_traj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.