trajminer / trajminer

Trajectory Mining Library

Home Page:http://trajminer.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement trajectory segmentation utility

lucaspetry opened this issue · comments

Implement utility for segmenting trajectories based on given columns:

  • Segment every time a value changes;
  • Define a threshold for the difference tolerated in the segmentation process.

Include parallelization of the tasks with joblib.

Tests should be implemented and referenced in #21. Closes #25.