Turn the FAA NASR subscription data into a csv of your choosing.
To run:
- Download the latest NASR subscription here
- Extract the files
- Copy
APT.txt
into theData
directory - Adjust the columns if you'd like
- Run it
- Output is placed in
Data/Output.txt
If the column format changes do the following
- Add the new
apt_rf.txt
to theData
directory - Pass
saveModel: true
intoPopulateColumnsAsync
like so:PopulateColumnsAsync(saveModel: true)
- Run the program at least through
PopulateColumnsAsync
, this will read the new column data and save theModels/Airport.cs
file. - With the new Model, run the program again and hope it works!