GliderGeek / PySoar

Gliding competition analysis
http://www.pysoar.com
GNU General Public License v3.0
17 stars 7 forks source link

Solve Issue94 #96

Closed roeles closed 7 years ago

roeles commented 7 years ago

These commits should solve #94. It was solved in two stages:

  1. Solve an import error which I encountered both at home and on travis-ci, by adding a dir to the python system import path.
  2. Solve the actual IGC parse error by ignoring all lines with a length greater than 76 characters.
GliderGeek commented 7 years ago

thanks for working on this @roeles and specificaly for pointing me towards the maximum line length of an IGC file.

i probably won't merge this request:

roeles commented 7 years ago

You are welcome. Glad you learnt from it. Don't worry about not merging this.