PySoar icon indicating copy to clipboard operation
PySoar copied to clipboard

slightly wrong task distance

Open GliderGeek opened this issue 6 years ago • 1 comments

http://www.soaringspot.com/en_gb/jwgc2017/results/club/practice-1-on-2017-07-27/daily

notice that there are a lot of different tasks outputted in console

GliderGeek avatar Jul 28 '17 19:07 GliderGeek

reason for lots of output on different tasks is that somehow there are different dates in these tasks:

if temp_task_info != temp_new_task_info:
    print 'different task information present in igc files'

temp_task_info and temp_new_task_info both store a date property

this is however not the reason for the wrong task distance

GliderGeek avatar Jul 28 '17 19:07 GliderGeek