igc-analyzer

0.0.1 • Public • Published

IGC Analyzer

This is a port of an IGC parser/analyzer that I've wrote in PHP a few years ago. The conversion is a little buggy right now, so don't use it for anything serious.

Usage

Installation:

npm i igc-analyzer --save

And than in your script:

const IGCAnalyzer = require('igc-analyzer');
const fs = require('fs');

const igcData = fs.readFileSync('test2.igc', 'utf8');

const analyzer = new IGCAnalyzer(igcData);
const analyzedData = analyzer.parse(true, true);

Readme

Keywords

none

Package Sidebar

Install

npm i igc-analyzer

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

8.19 MB

Total Files

16

Last publish

Collaborators

  • fredibach