Title: | Data on Airports |
---|---|
Description: | Geographic, use, and property related data on airports. |
Authors: | Mine Çetinkaya-Rundel [aut, cre] |
Maintainer: | Mine Çetinkaya-Rundel <[email protected]> |
License: | GPL-3 |
Version: | 0.1.0.9000 |
Built: | 2024-11-22 05:52:42 UTC |
Source: | https://github.com/openintrostat/airports |
Airports located in all regions with Federal Aviation Administration (FAA) oversight.
usairports
usairports
A data frame with 19615 rows and 14 variables:
Information effective date. This date coincides with the 56-day charting and publication cycle date.
Associated state post office code standard two letter abbreviation for U.S. states and territories. (ex. IL, PR, CQ)
FAA region code. (AAL - Alaska, ACE - Central, AEA - Eastern, AGL - Great Lakes, ANE - New England, ANM - Northwest Mountain, ASO - Southern, ASW - Southwest, AWP - Western-Pacific)
FAA district or field office code. (ex. CHI)
Associated city name. (ex. Chicago)
Associated county (or parish) name. (ex. Cook)
Official facility name. (ex. Chicago O'Hare Intl)
Airport ownership type. (PU - Publicly owned, PR - Privately owned, MA - Air Force owned, MN - Navy owned, MR - Army owned, CG - Coast Guard owned)
Facility use. (PU - open to the public, PR - private)
Location identifier unique 3-4 character alphanumeric identifier assigned to the landing facility. (ex. 'ORD' for Chicago O'Hare)
Landing facility site number - a unique identifying number which, together with the landing facility type code, forms the key to the airport record. (ex. 04508.*A)
Airport reference point latitude (formatted)
Airport reference point longitude (formatted)
Airport certification type and date. Format is the class code ('I', 'II', 'III' or 'IV') followed by a one character code A, B, C, D, E, or L, followed by a one character code S or U, followed by the month and year of certification. (ex. 'I A S 07/1980', I C S 01/1983' or 'I A U 09/1983'). Codes A, B, C, D, and E are for airports having a full certificate under CFR Part 139, and receiving scheduled air carrier service from carriers certificated by the Civil Aeronautics Board. The A, B, C, D, and E identify the aircraft rescue and firefighting index for the airport. Code L is for airports having limited certification under CFR Part 139. Code S is for Airports receiving scheduled air carrier service from carriers certificated by the Civil Aeronautics Board. Code U is for airports not receiving this scheduled service.
https://www.faa.gov/airports/airport_safety/airportdata_5010, retrieved 2018-08-13.
# regions table(usairports$region) # use type by ownership type table(usairports$ownership, usairports$use)
# regions table(usairports$region) # use type by ownership type table(usairports$ownership, usairports$use)