airportLoc: US Airport Locations

Description Usage Format Details References Examples

Description

A dataset containing airport locations for commercial flights.

Usage

1
data("airportLoc")

Format

A data frame with 445 rows and 13 variables:

lat

latitude of airport

lon

longitude of airport

location

a three character unique identifier of US airports

rank

an integer that ranks airport by passenger volume

ro

region

st

state

city

city

airport

airport name

s_l

a classification of either 'CS' for 'commercial service' or 'P' for primary

hub

an ordered factor variable specifying size of airport

enplane_2020

number of passengers boarded in 2020

enplane_2019

number of passengers boarded in 2019

pct_change

percent increase/decrease from 2019 to 2020

Details

Data consist of "Enplanements at All Commercial Service Airports." A "commercial service" airport is a publicly owned airport "with at least 2,500 annual enplanements and scheduled air carrier service." U.S.C. §47102(7). "Primary airports" are a commercial service airport with more than 10,000 annual enplanements. U.S.C. §47102(16).

Commercial service airports are further classified by size:

\insertCite

FAAcategories2020retirementData \insertNoCiteFAAairports2020retirementData \insertNoCiteFAAcontact2021retirementData

References

\insertAllCited

Examples

1
2
#load
data("airportLoc")

RobWiederstein/retirementData documentation built on Dec. 18, 2021, 10:53 a.m.