Convert a flight track from Flightaware to a G1000 csv file which can be imported into Foreflight as a track log.
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 iFor interactive mode, run main.js:
$ node main.jsAlternatively, use command line arguments:
$ node main.js https://www.flightaware.com/live/flight/... -i N12345 -m PA32Output csv files are placed in the outputs/ directory.