This will require you to install Node.JS.
- Get "current" 28-day NASR subscription data from FAA [here] (https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/) (download entire file as zip).
- Unzip, and place ALL CONTENTS in the
data-in
folder. - To generate data for sector file, run
npm run sct2
from the command line. - Find output data in the
data-out
folder.