Skip to content

npnicholson/flightaware-tracklog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flightaware-tracklog

Convert a flight track from Flightaware to a G1000 csv file which can be imported into Foreflight as a track log.

Installation

Requires node, npm, and optionally nvm. See this guide for details.

Clone this repository and install dependencies:

$ git clone https://github.com/npnicholson/flightaware-tracklog.git
$ cd flightaware-tracklog
$ nvm use
$ npm i

Usage

For interactive mode, run main.js:

$ node main.js

Alternatively, use command line arguments:

$ node main.js https://www.flightaware.com/live/flight/... -i N12345 -m PA32

Output csv files are placed in the outputs/ directory.

About

Convert a flight track from Flightaware to a G1000 csv file which can be imported into Foreflight as a tracklog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors