ezgliding / goigc

Package igc provides means to parse and analyse files in the IGC format
Apache License 2.0
19 stars 8 forks source link

detect flight phases in flight data #6

Closed rochaporto closed 4 years ago

rochaporto commented 8 years ago

Sequence of either thermaling or cruising phases during the whole flight.

rochaporto commented 4 years ago

https://github.com/kflog-project/KFLog/blob/b6fda3200bdf4301050f47015cef37c95bd3d234/kflog/flight.cpp#L179

rochaporto commented 4 years ago

Interesting thermal metadata: Center: maybe using the s2 library this is easy to get with all the points, to map to a cell Width: how large it is Strength: avg climb ratio Quality: how good was the pilots thermalling, given this affects the avg climb ratio we compute Actual ratio: max ratio detected, real potential Drift: drift while circling, can be used later as estimated wind

rochaporto commented 4 years ago

Implemented in #39 . Follow up on #41 and #40 for missing stats.