Skip to content

parses NASR data from the FAA into a csv of basic airport info

License

Notifications You must be signed in to change notification settings

natelowry/FAAAirportParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turn the FAA NASR subscription data into a csv of your choosing.

To run:

  1. Download the latest NASR subscription here
  2. Extract the files
  3. Copy APT.txt into the Data directory
  4. Adjust the columns if you'd like
  5. Run it
  6. Output is placed in Data/Output.txt

If the column format changes do the following

  1. Add the new apt_rf.txt to the Data directory
  2. Pass saveModel: true into PopulateColumnsAsync like so: PopulateColumnsAsync(saveModel: true)
  3. Run the program at least through PopulateColumnsAsync, this will read the new column data and save the Models/Airport.cs file.
  4. With the new Model, run the program again and hope it works!

About

parses NASR data from the FAA into a csv of basic airport info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages