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

Introduce reception outage tolerance #26

Open
Turbo87 opened this issue May 30, 2018 · 1 comment
Open

Introduce reception outage tolerance #26

Turbo87 opened this issue May 30, 2018 · 1 comment

Comments

@Turbo87
Copy link
Owner

Turbo87 commented May 30, 2018

When doing live scoring the OGN/Flarm reception at the turnpoints might not be great so valid turns might not be seen by the OGN receivers. Adding some tolerance to the scoring might be valuable so that "almost reached the turnpoint" will still be scored in live scoring mode.

One idea would be to estimate how bad the reception on each leg is (e.g. assume a GPS fix every 10sec, if there are gaps of more than 10sec sum them up and divide by total time on the leg, resulting in a reception loss percentage), and then introduce a tolerance based on that percentage. If for example 30% of the time on the current leg there was no reception then the turnpoint could have a tolerance of 30% of the leg length. We might have to cap this (e.g. at 50% or similar) to not give too much tolerance though.

/cc @dspreitz

@dspreitz
Copy link
Contributor

dspreitz commented May 30, 2018

Here are some example files, which should help develop this feature.
Contest: Bayreuth 2018
Day: 2018-05-30
Class: Open

The file contains:

  • Normal IGC files used for official scoring
  • IGC files generated from OGN data
  • task file
  • filter file
  • Official task sheet as pdf
  • Official scoring as pdf

Bayreuth_2018-05-30_Open.tar.gz

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

2 participants