Skip to content

Convert google timeline KMLs to adehabitatLT ltraj objects

Notifications You must be signed in to change notification settings

jevansbio/timeline2traj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

timeline2traj

Convert google timeline KMLs to adehabitatLT ltraj objects

Usage in R using the tidykml package:

devtools::install_github("briatte/tidykml")
library(tidykml)
setwd("C:/Users/Julian/Downloads/timeline")
#read in all days kml files
allpoints=do.call(rbind,lapply(dir(),function(x) kml_points(x)))

traj=kml2traj(allpoints)

About

Convert google timeline KMLs to adehabitatLT ltraj objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages