FAI-CIVL / FAI-Airscore

AirScore - online paragliding / hanggliding GAP-based scoring software.
https://airscore.cc/
GNU General Public License v3.0
12 stars 17 forks source link

Improve handling of IGC files containing multiple "flights" #266

Open joergewald opened 3 years ago

joergewald commented 3 years ago

Right now, if trackers are handed out in the LZ, and the car ride to launch is recorded in the IGC, pilots are scored for that car ride instead of the subsequent flight.

Several possible solutions:

  1. Offer user to pick which "flight" to score
  2. Allow user to set a cut-off time. Only consider track points from after that. 3. Only consider track points from after Window Open. In the case of (permitted) early launches, this may mean the flight starts with the pilot already flying, but that is acceptable. This is probably the easiest and most straight forward solution.