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

Identify several landing & takeoff events for same flight_id #11

Open
Xenotech81 opened this issue Jul 2, 2020 · 1 comment
Open

Identify several landing & takeoff events for same flight_id #11

Xenotech81 opened this issue Jul 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Xenotech81
Copy link
Owner

Follow-up to #1: Some flights perform a landing+takeoff, or opposite, without going offline. This is not identified right now by dump1090 nor by the dbmanager module.
Alex

@Xenotech81 Xenotech81 added the enhancement New feature or request label Jul 2, 2020
@Xenotech81
Copy link
Owner Author

Xenotech81 commented Jun 12, 2021

Modification:
After ec79b59 several events for same flight are identified, but which can lead to excessive landing and takeoff identification, if the airplane "jumps" a few times during the landing, as seen for VLG53BQ:

image

The Docker log shows events within 1sec:
image

This landing flight is saved as both takeoff and landing flight (the map shows both, but takeoff on top):
image

  • Allow only one event within a short time limit (eg 2sec)
  • Clean the database by scanning for landing and takeoff events within a very short time period (<5sec) and merge them

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

No branches or pull requests

1 participant