-
Notifications
You must be signed in to change notification settings - Fork 5
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 entries in download #9
Comments
You're right, this shouldn't be happening. There's a possibility that there's 2 stations running with the same callsign, but it's difficult to be sure that's whats happening. |
I can confirm this with data from other flights. As an example, callsign V3831020. I wrote a very short python script to read in each line and print out the datetime, station callsign, and software version:
We are clearly seeing duplicate packets. |
Yes, I believe the duplicate entries are for every frame number. Only the field order may be different. |
Not sure if its the only issue but it appears to be related to launchsite enrichment |
When I download e.g.
I get duplicate entries, only the order of the fields may differ, e.g. the first two entries
only
is in a different place, the data is the same. Sometimes there are other frames between two matching frames.
Don't know if it is already in the database or when fetched for the download, but it inflates the amount of data considerably.
The text was updated successfully, but these errors were encountered: