ugcs / dronelogbook

Dronelogbook integration
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Make flight calculation based on telemetry data #17

Closed Gendalfion closed 6 years ago

Gendalfion commented 6 years ago

Flights in the table should be calculated by acquired telemetry data. To separate flights from each other there should be used simple heuristic: if time between two telemetries is more than 15 seconds - the program should consider it as separate flights. Since telemetry download is pretty long process, the program should limit the period of time to be selected by 1 day.