rochaporto / ezgliding

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

strip header prefixes from values. #82

Closed rochaporto closed 9 years ago

rochaporto commented 9 years ago

strip things like 'Pilotincharge', 'CompetitionID', etc from the header values (it's in the spec). do this by stripping all up to ':', which is the separator in all cases.

also fixes parsing of GPSDatum.

Fixes #68.