Skip to content

Improving over Janelle's implementation of the original trip and location detection algorithm

Notifications You must be signed in to change notification settings

TeamINTERACT/trip_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS track segmentation

Detection of trips and stops from a raw GPS track. Based on the original code published in Thierry, B., Chaix, B., & Kestens, Y. (2013). Detecting activity locations from raw GPS data: a novel kernel-based algorithm. International journal of health geographics, 12(1), 14 and rewritten in pure Python without dependencies to ArcGIS libraries by Janelle Berscheid.

Content

  • jPPA: stuff related to Antoniu Vadan's work on GPS track imputation; could be used for improving the interpolation step before segmenting the track. Copied from the jPPA subfolder of TeamINTERACT's Github/code_fragments
  • kHS: code related to the kernel density based segmentation algorithm (see TeamINTERACT's Github/trips-counts)
  • interpolation: all code related to the improved interpolation methods
  • test_code: comprises the various tests included in the R markdown report (see r_analysis)
  • r_analysis: R-markdown report of the interpolation performance

About

Improving over Janelle's implementation of the original trip and location detection algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages