This is part of my research assistant work for Professor Megan S. Ryerson at the University of Pennsylvania who is conducting a comprehensive investigation on the disparity of air service in terms of frequency, direct service, and air fares across across airports within a megaregion. Such disparity leads travelers to drive long distances to access busy airports with lower fares and better air services instead of the nearest local airport, which is defined as “customer leakage” problem.
My work in this project includes:
In the first half of the analysis, each airport’s direct service utility and connecting service utility in each census tract were calculated using parameters including flight frequence of the selected destination, air fares, distance between each census tract and the airport, and total flight time (including dwelling time for connecting services). The market share of each airport was them computeted as:
e^(utility of selected airport)/sum(e^(utility of each airport in the study area))
In the second half of the analysis, I used ARC data to calculate the dominant airport’s percentage share of passengers in each zipcode in the study area. We made the assumption that the spatial distribution of ticket purchase in Expedia could well represent that of all the ticket purchased. The percetage share of airport i in zipcode j is calculated as:
#of ticket purchase using airport i in zipcode j/#of ticket purchase using airport i in the study area
Lastly, I used the total domestic enplanement data to calculate the approximate number of passengers in each zipcode using the selected airport and how many extramiles they traveled by those customers “leaked” from their nearest airport.
One of the study areas is the Texas-Oklahoma-Louisiana megaregion in which we were looking at eight airports (AUS, DAL, DFW, HOU, IAH, OKC, SAT, and SHV). We picked two destinations (SEA and ATL). This page only shows the analysis for flights from the selected airports to ATL.
Maps below indicate market shares in 2015 for each of the eight focused airport on flights to ATL for each census tract in the study area.
The histogram below shows the counts of market share values for each airport on flights to ATL in the tracts where that airport has the highest market share.
It can be observed that airports like AUS and SAT do not have highest market share in a lot tracts - in other words, they are the top choice in only a few tracts. Airports like DFW and IAH have the highest market share in many tracts, which corresponds to the market catchment map. However, the counts are very left-skewed, meaning that in many tracts where they are the top choices, their market share is not actually very high. This suggests that they are probably the “best-worst” option for passengers in distant census tracts.
In ArcGIS, I used Network Analysis to calculate how many extramiles an individual person in each zipcode area would travel if he/she choose DFW over the nearest airport. The calculation is defined as:
individual extramile in zipcode i = distance to DFW - distance to zipcode i’s nearest airport
Therefore, extramile = 0 in some zipcodes when the nearest airport for them are DFW. The map of individual extramile is visualized below.