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.txtinto theDatadirectory - 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.txtto theDatadirectory - Pass
saveModel: trueintoPopulateColumnsAsynclike so:PopulateColumnsAsync(saveModel: true) - Run the program at least through
PopulateColumnsAsync, this will read the new column data and save theModels/Airport.csfile. - With the new Model, run the program again and hope it works!