Skip to content

A tool to parse and process CIFP data for airport procedures using X-Plane's CIFP.

Notifications You must be signed in to change notification settings

jet2code/cifp-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFP Parser

A tool to parse and process CIFP data for airport procedures.

Requirements:

Setup:

  1. Clone the repository:
git clone https://github.com/jet2code/cifp-parser.git
  1. Navigate to the project directory:
cd cifp-parser
  1. Install the dependencies:
npm install
  1. Compile the TypeScript code:
tsc

Run:

Get a procedure for an airport:

npm run main [airport] [procedure]

See a list of procedures for an airport:

npm run main [airport]

Examples:

Get the EWR4 departure for KEWR airport:

npm run main KEWR EWR4

Get a list of procedures for KEWR airport:

npm run main KEWR

About

A tool to parse and process CIFP data for airport procedures using X-Plane's CIFP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published