rochaporto / ezgliding

Website and software for analyzing, visualizing and planning gliding flights
GNU General Public License v3.0
5 stars 2 forks source link

Adds parsing of flight metadata from igc files #10

Closed rochaporto closed 10 years ago

rochaporto commented 10 years ago

Fixes #2 by adding parsing of flight metadata from igc files - including A, C and H records.

For C records it adds classes to represent a Task and a Waypoint. Waypoint is kept outside so that it can be reused later for generic waypoint representation.