marcin-osowski / igc_lib

A simple library to parse IGC logs and extract thermals.
MIT License
50 stars 20 forks source link

Tow release detection #46

Closed Turbo87 closed 5 months ago

Turbo87 commented 7 years ago

I've just discovered your interesting library and was wondering if you considered implementing a detection for when a glider is being towed by plane (or winch). would that be possible using the same sort of algorithms?

marcin-osowski commented 7 years ago

That should be possible, and should help with the quality of the data (i.e. no thermals should be marked during launch). Smoothing and general behaviour (i.e. glider log almost always starts on the ground, then enters towing/launch phase, then enters free flight) can be expressed as a Markov chain.

Not sure how to capture the glider release moment, maybe a combination of vertical velocity and heading change? I.e. stay in launch mode if still going up, and all the turns are not very tight.