igc v0.3.0 Igc
Documentation for Igc.
Summary
Functions
Parses an IGC string.
It returns:
{:ok, track}
upon success{:error, {:invalid, reason}}
when the IGC file is invalid, wherereason
is a human readable string explaining why the IGC is invalid{:error, {:io, reason}}
when a call toIO.read/2
orFile.open/3
fails