Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a solution to match trajectories from different tracking sources #49

Closed
henrymartin1 opened this issue Oct 22, 2020 · 0 comments
Closed

Comments

@henrymartin1
Copy link
Member

I often encounter the problem that I process tracking data from the same tracking study participant that stems from different tracking data sources.
A first example was the SBB Green Class project where study participants had a GPS tracking app installed on their phone as well as in their car. Here the data from the car could be used for a plausibility check of the user labeled transport modes.

I think that we should create a similaritiy module similar to the one [proposed by Sven] (#13) but more general. E.g., not limited to trajectory similarity metrics.
Their should be different types of similarty measurements available (depending of the level of information that is available). Examples are:

  • Temporal similarity
    • Temporal overlap
    • max difference between start/end times
  • spatial similarity
    • trajectory distance metrics
  • semantic similariy

We should distinguish cases where the user ID for both tracking data sources is known and cases where it is not known.

@henrymartin1 henrymartin1 self-assigned this Nov 16, 2020
@henrymartin1 henrymartin1 removed their assignment May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants