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

Duplicate timestamps #90

Open
pwoods25443 opened this issue Feb 11, 2019 · 0 comments
Open

Duplicate timestamps #90

pwoods25443 opened this issue Feb 11, 2019 · 0 comments

Comments

@pwoods25443
Copy link
Member

Duplicate timestamps are a problem. Because you can't compute a speed, we often end up creating a new segment if the lat/lon is not identical between two messages with duplicate timestamps within the same ssvid of course)

One solution is to just toss out the duplicates, keeping only the first one. This is crude, but it solves the problem. Probably what we should do is say that a duplicate timestamp can never cause a new segment to be created, but it can be matched to an existing segment if it is within a small distance.

@pwoods25443 pwoods25443 changed the title Drop duplicate timestamps Duplicate timestamps Feb 11, 2019
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

1 participant