marcin-osowski / igc_lib

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

Update igc_lib.py #10

Closed kuaka closed 8 years ago

kuaka commented 8 years ago

updated my fork to reflect changes in base.

changes from last pull request: Updated degrees_float_to_degrees_minutes_seconds argument lon_or_lat to be not optional.

kuaka commented 8 years ago

changes made to dump_thermals_to_cup_file(), degrees_float_to_degrees_minutes_seconds: docstring and removed hemisphere of '?' if the lon_or_lat argument not 'lon' or 'lat' . Guess that will induce an error if a different value is used as the argument as function will try to return an un-initialised variable(hemisphere) .. probably not a bad thing.