rochaporto / ezgliding

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

added spatial.DMD2Decimal and tests. #81

Closed rochaporto closed 9 years ago

rochaporto commented 9 years ago

adds a new DMD (degrees,minutes,decimal minutes) to decimal lat/lon conversion function. this is what igc expects, not the DMS (degrees,minutes,seconds) and we were having wrong results.

Fixes #78.