IGC flight log filename parser
npm install --save igc-filename-parser
or using yarn
:
yarn add igc-filename-parser
const parse = require('igc-filename-parser');
let result = parse('78_65dv1qz1.igc');
{
callsign: '78',
date: '2016-05-13',
manufacturer: 'LXNAV',
loggerId: '1QZ',
numFlight: 1,
}
For more examples have a look at our test suite.
igc-filename-parser is licensed under the MIT License.