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

String field type for ID and an extra option to prune unmatched trajectory #244

Open
cyang-kth opened this issue Jul 7, 2022 · 1 comment

Comments

@cyang-kth
Copy link
Owner

cyang-kth commented Jul 7, 2022

  • It could happen that the ID field of a trajectory is an extremely long id, which could be unsuitable for int parsing, considering change the type to String
  • The current version will export unmatched trajectory as an empty cpath and linestring. Considering adding a bool flag to the configuration object to control this type of output (prune unmatched or not).
@cyang-kth
Copy link
Owner Author

cyang-kth commented Jul 18, 2022

  • Another issue, if one trajectory is not matched, it is currently exported with traj id of 0. The real ID should be added to the current line.

if (tc.empty()) return MatchResult{};

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

1 participant