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

one trajectory not matching #221

Closed
rvxfahim opened this issue Oct 28, 2021 · 4 comments
Closed

one trajectory not matching #221

rvxfahim opened this issue Oct 28, 2021 · 4 comments

Comments

@rvxfahim
Copy link

I am unable to match one trajectory which looks fine in QGIS over the shapefile in QGIS. Can you please suggest how to match this?

The zip file includes the shapefile and multiple trajectory file and also a single trajectory file.

Here is the screenshot of the result with the single trajectory csv.
image

https://mega.nz/file/r8lzCYjY#mejwfdowMc4r9lr4D_rx1X0pPglY6EteKXwQZoBfPNM
Thanks.

@cyang-kth
Copy link
Owner

The file is too big. Please have a look at this issue #138 for the common problems.

@rvxfahim
Copy link
Author

I tried most combination. Only didn't try to change delta value. Can you tell me what does delta value mean, and how to choose the value if network is very large?

@cyang-kth
Copy link
Owner

Please refer to the original paper or docs for your question.

@ziXet
Copy link

ziXet commented Oct 31, 2021

I tried most combination. Only didn't try to change delta value. Can you tell me what does delta value mean, and how to choose the value if network is very large?

The easiest way to calculate the best value for the delta is the following.

  1. find the maximum time different between two consecutive points in your trajectory. (e.g. 5 seconds)
  2. find the maximum speed of the object (e.g 120km/h ~ 33m/s)
  3. multiply those numbers (e.g. 5*33=165m ~ 0.001 deg = delta)

Hope this hepled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants