Next Article in Journal
COVID-19 Face Masks as a Long-Term Source of Microplastics in Recycled Urban Green Waste
Previous Article in Journal
Looking Abroad for Growth: A Study of International Student’s Symbolic Motivations in Attending South Korean Universities
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Toward Baggage-Free Airport Terminals: A Case Study of London City Airport

School of Water, Energy and Environment, Cranfield University, Bedfordshire MK43 0AL, UK
*
Author to whom correspondence should be addressed.
Sustainability 2022, 14(1), 212; https://doi.org/10.3390/su14010212
Submission received: 1 November 2021 / Revised: 8 December 2021 / Accepted: 21 December 2021 / Published: 26 December 2021
(This article belongs to the Special Issue Decarbonisation Investment Towards Environmental Sustainability)

Abstract

:
Nowadays, the aviation industry pays more attention to emission reduction toward the net-zero carbon goals. However, the volume of global passengers and baggage is exponentially increasing, which leads to challenges for sustainable airports. A baggage-free airport terminal is considered a potential solution in solving this issue. Removing the baggage operation away from the passenger terminals will reduce workload for airport operators and promote passengers to use public transport to airport terminals. As a result, it will bring a significant impact on energy and the environment, leading to a reduction of fuel consumption and mitigation of carbon emission. This paper studies a baggage collection network design problem using vehicle routing strategies and augmented reality for baggage-free airport terminals. We use a spreadsheet solver tool, based on the integration of the modified Clark and Wright savings heuristic and density-based clustering algorithm, for optimizing the location of logistic hubs and planning the vehicle routes for baggage collection. This tool is applied for the case study at London City Airport to analyze the impacts of the strategies on carbon emission quantitatively. The result indicates that the proposed baggage collection network can significantly reduce 290.10 tonnes of carbon emissions annually.

1. Introduction

The International Air Transport Association (IATA) [1] predicts that over 10 billion air passengers will be carried by 2050 (approximately traveling 20 trillion kilometers each year), which will generate about 1800 megatonnes (Mt) of carbon emissions and lead to challenges of passenger and baggage flow management at airport terminals. The aviation industry has embraced this challenge and a wide range of measures are now being implemented to solve the issue toward the net-zero carbon goals. The baggage-free airport terminal (BFAT) is considered a potential solution for the goal of sustainable airports. The BFAT builds new links between airports and cities, investigating the expansion of the baggage collection from home. In particular, the BFAT removes the baggage operation away from the passenger terminal via multiple injection points connected to highly efficient baggage fulfillment centers [2]. The service will pick up passengers’ baggage at a selected time window on the doorstep, assign a QR code to each baggage and deliver the baggage to the assigned depot (logistic hub or airport). Passengers will be encouraged to use public transport during their journey; in the meantime, baggage will be delivered directly to the destination (home or hotel address). Augmented reality (AR) will be used to help passengers quickly double-check their baggage to avoid any mishandling. Hence, the BFAT effectively manages the baggage flow between the airports and the cities, liberating the passengers from their baggage and reducing airport-related carbon emissions.
The location-routing problem (LRP) is one of the main tasks of the BFAT, identifying the optimal location of logistic hubs and planning the optimal vehicle routes for baggage collection and delivery. For a comprehensive literature review of recent research on LRP we refer to [3]. Since the location of logistic hubs will be specified in our study, we focus on solving the vehicle routing problem (VRP). The VRP includes a growing number of variants, such as time windows [4], multiple depots [5], multiple trips [6], heterogeneous fleets [7], and green vehicles [8]. The green vehicle routing problem (GVRP) investigates the negative environmental effects of vehicle transportation. The GVRP expands the traditional VRP’s objective function, in addition to transportation distance, transportation time, and other transportation economic costs, transportation environment cost (e.g., greenhouse gas emissions) is also considered. Bektaş et al. [9] first set carbon emissions as the objective function of VRP. Franceschetti et al. [10] established a GVRP model with time windows to avoid traffic congestion and significantly reduce carbon emissions. Koç et al. [11] found that a fleet with different types of vehicles can reduce pollutant emissions during transport. Zhang et al. [12] developed a two-stage ant colony system (TSACS) to minimize the total carbon emissions on GVRP. Ge et al. [13] introduced the objective functions of cost-saving, energy-saving, and low-carbon cost to the traditional VRP models. The authors designed an improved genetic algorithm for solving this problem. They compared the low-carbon routing with the shortest routing and found that despite the increase in mileage, the carbon emissions have been greatly reduced. The research on the electric vehicle routing problem (EVRP) is a further expansion of the VRP problem [14]. Compared with traditional fossil fuel-powered cars, electric vehicles (EVs) emit fewer greenhouse gas emissions. However, EVs have technical bottlenecks such as smaller transportation coverage and fewer energy replenishment stations. Erdoğan and Miller-Hooks [8] considered EVs into the GVRP models by adding the energy supplement facilities and vehicle travel distance constraints. They provided an effective routing method for EV companies. Felipe et al. [15] proposed the routing problem of electric freight vehicle transportation, considering the time and the charge amount of each EV charging. Schneider et al. [16] developed a new hybrid heuristic algorithm for the electric freight vehicle routing problem with a time window. Omidvar et al. [17] studied additional constraints such as vehicle load and congestion management and incorporated various metaheuristic methods into their solution. According to the International Energy Agency (IEA) [18], a significant number of EVs (around 125 million) will be on the road by 2030. Using EVs for baggage collection and delivery in the BFAT will thus be a future trend. It will be essential to seek solutions for the BFAT toward a sustainable airport industry.
This paper focuses on the VRP with the specified location of logistic hubs for the BFAT’s baggage collection service. The aim is to build a decision support tool for the implementation of a baggage collection service network in airport transportation. This paper discusses the design of an optimal baggage collection network, including the selection of the logistic hub locations and the optimal vehicle routes for baggage collection. A spreadsheet solver tool, based on the integration of the modified Clark and Wright savings heuristic and density-based clustering algorithm, is adopted to find the optimal vehicle routes under different scenarios. For the case study at the London City Airport (LCY), the costs and carbon emissions of using a single depot or multiple depots are investigated and compared. An AR-based innovation is proposed to improve the efficiency of traditional logistics. In summary, this paper makes the following contributions: (i) study a baggage collection service network design problem for future BFATs; (ii) adopt a spreadsheet solver tool to find the optimal vehicle routes for baggage collection; (iii) propose an AR-based baggage tag visualization application, which is useful to reduce any mishandling; (iv) apply the model for the case study at the LCY.
The remainder of the paper is organized as follows: Section 2 describes a spreadsheet solver tool for solving the studied VRP. The case study at the LCY is presented in Section 3. Section 4 is the quantitative analysis of the carbon emissions reduction for the LCY. The AR-based application for baggage tag visualization is presented in Section 5. Lastly, the conclusion and future work are given in Section 6.

2. VRP Spreadsheet Solver Tool

This paper studies the GVRP with a homogeneous fleet of EVs for the BFATs. A spreadsheet solver tool [8] is adopted to solve the GVRP under various scenarios. The solver is developed on the integration of the Modified Clarke and Wright Savings (MCWS) heuristic and the density-based clustering algorithm (DBCA). The MCWS heuristic is applied to construct vehicle tours for each set of clusters in the DBCA’s routing step. The overall aim is to seek a total minimum travel distance for a fleet of EVs that start at a depot, visit a set of customers exactly once, collect their baggage, and return to the depot. A flowchart of the integrated algorithm for the GVRP is shown in Figure 1.
The tool has a unified graphical user interface platform to support users easily to input the data, output the result and visualize the solution. It includes geographic information system (GIS) facilities that allow users to incorporate driving times and distances. The structure of this tool (Locations—Distances—Vehicles—Solution—Visualization) is shown in Figure 2.
The console spreadsheet breaks down each sequence and provides essential information for each upcoming stage as shown in Figure 3. Users can run the GVRP model with the following six sequences:
-
Sequence 0 (Interface): Retrieve GIS data and establish delivery points for the later sequence.
-
Sequence 1 (Locations): Define the number of depots (e.g., 1–20) and the volume of passengers (e.g., 5–200).
-
Sequence 2 (Distances): Set computation method of distance and driving duration, including Euclidian distances, rounded Euclidian distances, Hamming (Manhattan) distances, Bird’s flight distances, and Bing Maps driving distances.
-
Sequence 3 (Vehicles): Input the number of homogeneous vehicles for simulation (e.g., 8).
-
Sequence 4 (Solution): Set vehicles returning mode and time window type.
-
Sequence 5 (Visualization): Provide visual representation to users, including visualization maps, location IDs, location names, service time, pickup amount, and delivery amount.
-
Sequence 6 (Solver): Start simulation, show progress and result.
The locations spreadsheet includes passengers’ postcodes, time windows, and pickup amount data from the Civil Aviation Authority (CAA), and the subsequent GIS data (longitude and latitude) from Bing Maps (Figure 4). The distances spreadsheet (Figure 5) calculates the distance and driving duration between every two positions stated in the locations spreadsheet. The vehicles spreadsheet lists different attributes, parameters, and working scenarios. Each vehicle has approximately 14 m3 storage capacity with a standard size of baggage and an 80% capacity utilization rate [19]. The duration multiplier refers to the return driving times for an average-sized vehicle. With the increase in size, speed, and the number of baggage, the duration multiplier is increased by 20%. To keep EV batteries recycled, the distance limit is set to 270 km (80% driving range), as shown in Figure 6. The solution spreadsheet shows passenger-driver solutions based on ‘Locations, Distances, Vehicles’ spreadsheets (Figure 7). The visualization spreadsheet shows the customer locations and vehicle routes with a scatter graph (Figure 8).

3. A Case Study of the London City Airport

The LCY is chosen to validate the model since it is the closest airport to Central London and manages a large number of passengers. In 2019, the LCY handled about 5 million passengers. The CAA shows that 91.8% of the LCY’s passengers depart from the Greater London area [20] (see Table 1). In the 2019 Departing Passenger Survey conducted by the CAA, nearly 56% of passengers used private cars to travel to airports, while 44% of passengers used public transport. Private cars emit more greenhouse gases per passenger mile than trains and coaches. Hence, one of the main sources of airport-related emissions is using airport approach roads. Decarbonizing road transport systems to airports has posed challenges to the UK Department of Transport.
In the case study, we focus on a baggage collection service network design from passengers’ sources to the LCY that aims to mitigate the burden of baggage management from passengers and at the airport’s check-in process. The mitigation can encourage passengers to use more public transport to the LCY and reduce airport-related carbon emissions. A similar planning model can be extended for the baggage delivery problem from the airport to the passengers’ destination (home or hotel address).
In the case study, two design scenarios are considered and compared, i.e., one hub at the LCY and multiple logistic hubs in Greater London. In the first scenario (i.e., one hub at the LCY), passengers book baggage collection online, then the entire baggage check-in process happens on the doorstep, finally, the EVs transport all the collected baggage directly to the LCY. In the second scenario (i.e., multiple logistic hubs in Greater London), passengers can bring their baggage to the nearest logistic hub by themselves or can book baggage collection online. Different from the first scenario, the second one aims to deliver the collected baggage to the nearest logistics hub, then unload the baggage from EVs, and finally transport them to the LCY together [21]. In this paper, we compare the transportation distance, transportation cost, and carbon emissions of the solutions for these two scenarios. The spreadsheet solver tool is used to optimize the scenarios and visualize the solutions. The following are assumptions and data of the case study:
-
A one-to-one service between each EV and passengers without repeat.
-
Randomly generate passengers’ location and the number of baggage.
-
A total of 100 passengers book this baggage collection service.
-
Maximum 30 bags in each EV.
-
A 20 miles per hour of average vehicle speed.
-
The range of EVs is up to 211 miles, an ‘Arrival van’ costs GBP 37.24 to charge 80% [22].
-
Driver’s working hour is limited to be 8 h [23].
-
The on-doorstep check-in takes an average of 5 min per baggage, including scan, record, encapsulating, and loading baggage.
-
24 h service with three shifts: 8 a.m., 4 p.m., and 12 p.m.
-
Bing Maps driving distances are used for calculating Evs’ driving distances.
-
The EV will only return to the depot after completing their route.
Appendix A shows 100 randomly generated passengers and their locations. Table 2 shows that 8 EVs are required to serve these 100 passengers. Using the spreadsheet solver tool for the first scenario (i.e., one hub/depot at the LCY), the total travel distance is 377.40 miles during one shift (8 h), the total cost is GBP 335.66 (see Appendix B), and the optimal routes of 8 vehicles are shown in Figure 9.
In the second scenario (i.e., multiple logistic hubs/depots in Greater London), the center of gravity approach is used to calculate the optimal location of the logistics hubs with the following assumptions [24]:
-
The passenger’s location and the number of baggage are known.
-
The costs are only determined by the distances between a logistic hub and the passenger’s location without considering city traffic.
-
The land-use fee, labor fee, and future profits are not considered.
Based on the assumptions, distance is the only factor that needs to be considered. Denote that X ¯ j is x-coordinate of logistic hub j, Y ¯ j is y-coordinate of logistic hub j, n j is the number of passengers that logistic hub j serves, x i is x-coordinate of passenger i, y i is y-coordinate of passenger i, and l i is the number of baggage w.r.t passenger i, then the location of logistic hub j is defined by:
X ¯ j = i = 1 n j x i   l i i = 1 n j l i  
Y ¯ j = i = 1 n j y i   l i i = 1 n j l i
Greater London is divided into four regions with the corresponding postcodes such as North (NW and N), East (E and EC), South (SE and SW), and West (W and WC). In the baggage collection service, a certain logistic hub only serves one region. For example, EVs departing from the North hub serve passengers in postcodes NW and N. When applying the center of gravity approach, the locations of logistic hubs are shown in Table 3.
However, it is difficult to set up the simulated coordinates as the final location of logistic hubs due to road traffic, passenger distribution, costs, and land availability. A logistic hub connecting to the highway, railway, and roadway can improve operation efficiency [25]. Land availability is an important factor. A new logistic hub requires unused lands and devices, which could be the main cost of building hubs [26]. For baggage delivery services, public hubs, including supermarkets, post offices, rail stations, and bus centers, are recommended as logistic hubs, which minimize the total cost compared to developing new hubs. In this case study, the final selected logistic hubs are the public places nearest to the simulated coordinates such as Royal Mail, Bethnal Green station, Brixton Hill post office, and Paddington station (see Table 3 and Figure 10). Using the spreadsheet solver tool for the second scenario, we achieve the following optimal solution. The total travel distance is 354.31 miles during one shift (8 h), the total cost is GBP 511.72 (see Appendix C), and the optimal routes of 8 vehicles are shown in Figure 11.
The comparison results of the solutions found in the first scenario and the second scenario are shown in Table 4. The second scenario produces the solution with a shorter total travel distance. However, additional trucks could be required to deliver the baggage from the hubs to the LCY, increasing the fixed cost of each hub to purchase EVs, trucks, and land rental costs. Therefore, in the case study of the LCY, the first scenario is the best solution. It can balance total travel distance and cost. The first scenario’s collection operation is divided into various activities, including fixed costs and variable costs [27]. The variable costs (i.e., costs of each activity) are shown in Table 5 in which the labor cost is from the Totaljobs website, and the AR label is reusable. The equation of cost per baggage is computed as follows:
A c t i v i t y   c o s t s   p e r   b a g g a g e = Labour   cost + electric   charge + AR   label   cost Number   of   baggage   for   one   shift

4. Carbon Emission Reduction for the London City Airport

Three cases, defined by passenger’s preference for using the BFAT service, are analyzed to predict the popularity of baggage collection service and calculate the reduction of carbon emissions in the next few years [28,29]. The calculation steps for the reduction of carbon emissions are as follows:
-
Step 1: Using the simulation results to calculate the total distance that passengers traveled without baggage collection service.
-
Step 2: Using the CAA data and the proportion of private cars to calculate the total distance that passengers traveled by private cars.
-
Step 3: Using the average vehicle carbon emission data in the UK to calculate total carbon emission from private cars used by passengers.
-
Step 4: Using the proportion of passengers who switch from private cars to public transportation to calculate the potential carbon emission saving by baggage collection service.
-
Step 5: Using the predicted passenger number to calculate the carbon emission saving per passenger and carbon emission reduction per day.
The LCY served about 5 million passengers in 2019, 91.8% of which are from Greater London. Passenger demand is predicted up to 6 million by 2025 [20]. A total of 56% of the passengers use public transport to the LCY, while 44% of the passengers use private cars and taxis. Let Δ be the percentage of passengers who convert from private mode to public mode. In the case study, assume that 90% of passengers that are using private cars can switch to public transport, then Δ = 44 × 90 % = 39.6 % , and the total travel distance to the LCY of 100 customers is 749.70 km. The equation of average carbon emissions is shown as follow:
A v e r a g e   C O 2   e m i s s i o n   p e r   c u s t o m e r = T o t a l   t r a v e l   d i s t a n c e × C O 2   p e r   k m × p e r c e n t a g e   o f   c u s t o m e r s   u s e d   p r i v a t e   c a r s   a n d   t a x i N u m b e r   o f   c u s t o m e r s   u s e d   p r i v a t e   c a r s   a n d   t a x i
where CO2 per km is based on the ‘ASM Auto Recycling’ [30], i.e., the average CO2 emission per vehicle is 125.1 kg/km in 2018, the CO2 emission of private cars and taxis is 1.27 kg/km.
Total reduced CO2 emission is defined by:
T o t a l   C O 2   r e d u c t i o n = N u m b e r   o f   c u s t o m e r s × a v e r a g e   C O 2   e m i s s i o n   p e r   c u s t o m e r × Δ
In the first case (i.e., low preference for the BFAT service), we assume that 1% of passengers will use the baggage collection service by 2025. The results show that the total daily reduced CO2 emission for 160 customers is 79.48 kg. As a result, the baggage collection service will reduce 29.01 tonnes of carbon emissions annually. In the second case (i.e., medium preference for the BFAT service), we assume that 5% of passengers will use the baggage collection service by 2025. The total daily reduced CO2 emission for 360 customers is 397.40 kg (i.e., 145.05 tonnes of carbon emissions annually). In the third case (i.e., high preference for the BFAT service), we assume that 10% of passengers will use the baggage collection service by 2025. The total daily reduced CO2 emission for 360 customers is 794.79 kg (i.e., 290.10 tonnes of carbon emissions annually). Figure 12 shows the comparison results of CO2 emission reduction in three cases.

5. Application of AR for Baggage Tracking

Late deliveries, damaged baggage, and mishandled baggage can all be red flags in baggage collection service, therefore, baggage tracking is proposed as a solution. With the rapid development of technologies such as radio frequency identification (RFID), barcodes, QR codes, and AR, courier and delivery companies have been tracking parcels and providing customers with real-time information for quite some time. Currently, many delivery companies use simple barcodes for baggage handling, which is cheap and simple technology. However, barcodes require a handheld scanner with 60–70% read rates, which reduces staff efficiency and increases the frequency of mishandling baggage. Many delivery companies use RFID for baggage identification and tracking, which is expensive and requires an additional reading scanner [31]. AR technology with QR codes allows passengers to track baggage in real-time without handheld devices. The technology can decrease the need for manual processing and free up staff for other value-adding tasks. Passengers can even check their baggage by themselves with a simple mobile app. The procedure is described as follows (see Figure 13):
-
Step 1: Collect passenger’s baggage.
-
Step 2: Assign a QR code to each baggage.
-
Step 3: Deliver the baggage to the hub.
-
Step 4: Deliver the baggage onto the aircraft.
-
Step 5: Scan the QR code for a double check when custody changes between carriers.
-
Step 6: Deliver the baggage to the passenger’s destination.
-
Step 7: Passengers or staff scan the QR code to check baggage-passenger information to avoid mishandling.
AR technology with QR codes is an easy and cost-effective way to obtain baggage tracking records. It reduces the number of lost, delayed, and mishandled baggage and improves the customer experience. With AR glasses or AR-based mobile app, the baggage collection service will reduce the cost and time of baggage double-checking, as well as help eliminate baggage fraud. The goals of QR codes and AR-based baggage collection service implementation are to increase customer satisfaction, eliminate mishandling, improve information visibility, reduce manual labor costs, and reduce delivery delays [32]. Hence, the AR technology for baggage tracking system is proposed to integrate into the BFAT for the efficient management of the baggage collection and transport network.

6. Conclusions and Future Work

The transformation of the passenger baggage experience is gathering pace. A transparent, real-time tracking baggage collection service will make a more relaxing journey that will encourage passengers to use more public transport (after the burden of baggage is removed) for air quality improvement. This paper investigates a baggage collection service network design problem using vehicle routing strategies and AR technology toward the goal. A spreadsheet solver tool, integrating MCWS and DBCA, is adopted to solve the problem and simulate the optimal routing networks and logistic hubs. This tool can solve to optimality the problem with a maximum of 200 nodes. The LCY is used as a case study to demonstrate the efficiency of the proposed model and tool for reducing airport-related carbon emissions. The results show that the model is efficient for the actual airport service. It can reduce 290.10 tonnes of carbon emissions annually in the case that 10% of passengers will use the baggage collection service by 2025.
In the baggage collection network, AR technology with QR codes makes the service quicker and easier to track baggage-passenger information. It provides extra information about the baggage journey and enables a faster process for baggage double-checking by passengers or staff to reduce baggage mishandling.
This paper aims to demonstrate the efficiency of the proof-of-concept planning model toward BFATs. The adopted spreadsheet solver tool has also achieved very good performance for the GVRP in the baggage collection network design. For larger-sized instances, other well-known metaheuristic algorithms (e.g., genetic algorithm, tabu search, simulated annealing, etc.) could be developed to improve the solution performance.
In addition, the model can be applied for other airports such as London Heathrow Airport, Manchester Airport, etc. A comparison of implementing the model for the airports will then be made to evaluate its applicability. Another future research approach is the baggage collection network design under the risk of unexpected failures to mitigate the impact of disruptions on the performance of network design.

Author Contributions

Conceptualization, Y.J., T.H.T., and A.E.-O.; methodology, Y.J., T.H.T., and J.T.; software, J.T., R.Y., and C.Z.; validation, R.Y. and C.Z.; formal analysis, J.T. and Z.W.; investigation, R.Y., J.T., and Z.W.; resources, T.H.T. and A.E.-O.; data curation, T.H.T. and A.E.-O.; writing—original draft preparation, J.T., R.Y., C.Z., Z.W., and Y.J.; writing—review and editing, T.H.T. and Y.J.; visualization, T.H.T. and Y.J.; supervision, Y.J., T.H.T., A.E.-O., and L.W.; project administration, T.H.T. and A.E.-O. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Data of 100 Randomly Generated Passengers

Table A1. Data of 100 Randomly Generated Passengers.
Table A1. Data of 100 Randomly Generated Passengers.
No.Latitude (y)Longitude (x)
Customer 151.5489386−0.2237710
Customer 251.5493029−0.1958656
Customer 351.5582358−0.1763481
Customer 451.5469298−0.1353493
Customer 551.5546479−0.1662864
Customer 651.5623564−0.1866824
Customer 751.5794436−0.2332773
Customer 851.5508392−0.1373969
Customer 951.5753952−0.2018589
Customer 1051.5856589−0.2374256
Customer 1151.5460665−0.2269253
Customer 1251.6160343−0.2378108
Customer 1351.5420108−0.1666140
Customer 1451.5645398−0.2392672
Customer 1551.5768937−0.2660974
Customer 1651.5459907−0.2478347
Customer 1751.5733076−0.2529523
Customer 1851.5585960−0.1205308
Customer 1951.5884731−0.1454050
Customer 2051.6175359−0.1365953
Customer 2151.6020469−0.0722346
Customer 2251.5895156−0.1072021
Customer 2351.5987386−0.1912609
Customer 2451.6022437−0.1109015
Customer 2551.5641907−0.0837098
Customer 2651.5624746−0.0101054
Customer 2751.52704890.0479250
Customer 2851.52445750.0196583
Customer 2951.53068250.0406046
Customer 3051.5387301−0.0473296
Customer 3151.51910050.0155751
Customer 3251.5105628−0.0239961
Customer 3351.55459500.0615265
Customer 3451.5183899−0.0240546
Customer 3551.53692660.0539824
Customer 3651.5703987−0.0171804
Customer 3751.5256268−0.1075101
Customer 3851.5220900−0.0974451
Customer 3951.5247431−0.0875539
Customer 4051.5224374−0.0976045
Customer 4151.5215979−0.1048933
Customer 4251.5263173−0.1076727
Customer 4351.5233273−0.1108674
Customer 4451.5240825−0.1084549
Customer 4551.5159634−0.0838873
Customer 4651.5115849−0.0868177
Customer 4751.5199547−0.0954550
Customer 4851.5112600−0.0893801
Customer 4951.5238194−0.1041942
Customer 5051.5120317−0.0890277
Customer 5151.4103311−0.0921523
Customer 5251.4803272−0.0981990
Customer 5351.4401378−0.0183579
Customer 5451.4840086−0.0018144
Customer 5551.4613345−0.0024046
Customer 5651.4495937−0.0557289
Customer 5751.4810197−0.1079556
Customer 5851.4581246−0.1085546
Customer 5951.48322590.0734846
Customer 6051.4704859−0.0173010
Customer 6151.4503065−0.0291625
Customer 6251.4603181−0.0010548
Customer 6351.4588337−0.1815655
Customer 6451.4332856−0.1270484
Customer 6551.4149732−0.1942215
Customer 6651.4726147−0.1548842
Customer 6751.4172947−0.1378357
Customer 6851.4074957−0.1318186
Customer 6951.4619305−0.2750104
Customer 7051.4544890−0.1163932
Customer 7151.4170516−0.2345679
Customer 7251.4790435−0.2142927
Customer 7351.5075075−0.1300942
Customer 7451.4156681−0.2221296
Customer 7551.4918100−0.1330421
Customer 7651.5049260−0.2558955
Customer 7751.5094102−0.2030914
Customer 7851.6148245−0.1514140
Customer 7951.5224294−0.1360846
Customer 8051.5171531−0.1680972
Customer 8151.4992498−0.1980770
Customer 8251.5206979−0.1477442
Customer 8351.4851283−0.2793712
Customer 8451.5112866−0.2696000
Customer 8551.5029263−0.2795501
Customer 8651.4930367−0.2634485
Customer 8751.4856617−0.2802322
Customer 8851.5164040−0.1204645
Customer 8951.5270382−0.1133597
Customer 9051.5217664−0.1142137
Customer 9151.5224971−0.1314396
Customer 9251.5178036−0.1265286
Customer 9351.5159764−0.1224535
Customer 9451.5131107−0.1290724
Customer 9551.5269586−0.1290645
Customer 9651.5227414−0.1142530
Customer 9751.5113842−0.1271312
Customer 9851.5118528−0.1279098
Customer 9951.5084823−0.1250319
Customer 10051.5297189−0.1203484

Appendix B. Solution of Eight Electric Vehicles for One Hub at LCY

Table A2. Electric Vehicle 1.
Table A2. Electric Vehicle 1.
Cost: GBP 39.89
Stop CountLocation NameTravel DistanceDriving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 323.850:1600:1600:210:211
2Customer 387.840:3900:4400:540:543
3Customer 438.540:4400:5901:041:044
4Customer 959.910:5601:1601:211:215
5Customer 8911.001:0301:2801:331:336
6Customer 4211.461:0701:3702:052:057
7Customer 4112.071:1202:0902:242:2410
8Customer 5013.431:2102:3402:392:3911
9Customer 4813.481:2202:4002:502:5013
10Customer 4613.791:2502:5303:033:0315
11Customer 4514.391:3003:0703:223:2218
12Customer 10016.701:4303:3603:513:5121
13LCY26.492:2504:33 4:330
Table A3. Electric Vehicle 2.
Table A3. Electric Vehicle 2.
Costs: GBP 40.11
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 529.000:3700:3700:420:421
2Customer 7011.630:5400:5901:041:042
3Customer 5812.050:5601:0602:102:104
4Customer 5714.281:1002:2402:342:346
5Customer 9917.161:2802:5203:023:028
6Customer 7317.591:3203:0603:163:1610
7Customer 9718.081:3703:2003:303:3012
8Customer 9119.461:4803:4103:463:4613
9LCY28.742:2704:26 4:260
Table A4. Electric Vehicle 3.
Table A4. Electric Vehicle 3.
Costs: GBP 41.37
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 292.850:1400:1400:240:242
2Customer 335.840:2500:3502:052:053
3Customer 357.760:3602:1502:252:255
4Customer 278.940:4302:3302:382:386
5Customer 3110.820:5202:4702:572:578
6Customer 4017.151:1903:2404:054:059
7Customer 3717.851:2404:0904:244:2412
8Customer 8818.991:3204:3304:484:4815
9Customer 9319.211:3404:5005:055:0518
10Customer 9819.841:3905:1005:255:2521
11Customer 7920.831:4805:3305:485:4824
12Customer 422.872:0106:0206:076:0725
13Customer 2226.902:2106:2706:376:3727
14Customer 2129.152:3206:4806:536:5328
15Customer 3034.683:0407:2507:357:3530
16LCY41.323:3008:00 8:000
Table A5. Electric Vehicle 4.
Table A5. Electric Vehicle 4.
Costs: GBP 42.2
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 619.590:3600:3600:410:411
2Customer 5310.890:4300:4801:031:034
3Customer 5916.661:0801:2802:152:157
4Customer 5521.291:2802:3502:402:408
5Customer 6022.471:3702:4803:033:0311
6Customer 6831.452:2103:4804:154:1514
7Customer 6732.572:2704:2104:364:3617
8Customer 6434.292:3704:4504:554:5519
9Customer 5638.372:5605:1405:295:2922
10Customer 6241.473:1305:4605:565:5624
11Customer 5142.093:1606:0006:106:1026
12Customer 5443.943:2706:2106:316:3128
13LCY49.643:5006:53 6:530
Table A6. Electric Vehicle 5.
Table A6. Electric Vehicle 5.
Costs: GBP 42.9
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 8316.151:0301:0301:181:183
2Customer 8617.801:1301:2801:331:334
3Customer 1123.291:3901:5902:102:106
4Customer 123.781:4302:1302:282:289
5Customer 225.611:5202:3802:532:5312
6Customer 8028.742:1203:1203:173:1713
7Customer 8131.302:2603:3104:104:1015
8Customer 7833.512:4004:2404:394:3918
9Customer 7635.622:5104:5005:055:0521
10Customer 8437.143:0105:1405:295:2924
11Customer 8538.063:0605:3405:445:4426
12Customer 8739.863:1405:5306:156:1529
13LCY56.614:2107:22 7:220
Table A7. Electric Vehicle 6.
Table A7. Electric Vehicle 6.
Costs: GBP 42.81
Stop CountLocation NameTravel DistanceDriving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 7416.231:1201:1201:221:222
2Customer 7117.011:1601:2602:152:155
3Customer 6923.801:4002:3902:542:548
4Customer 7227.842:0103:1404:154:1511
5Customer 6533.642:2704:4104:514:5113
6Customer 6338.362:4805:1105:215:2115
7Customer 6641.253:0105:3505:405:4016
8Customer 7543.763:1605:5506:006:0017
9Customer 9445.553:2806:1206:226:2219
10Customer 3947.833:4306:3706:526:5222
11LCY55.664:1607:25 7:250
Table A8. Electric Vehicle 7.
Table A8. Electric Vehicle 7.
Costs: GBP 42.76
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 2416.180:3100:3100:460:463
2Customer 2018.260:4000:5501:101:106
3Customer 1921.510:5501:2501:401:409
4Customer 824.631:0901:5402:052:0510
5Customer 1826.201:1902:1402:292:2913
6Customer 2528.201:3102:4102:462:4614
7Customer 3631.821:5003:0503:153:1516
8Customer 2633.161:5703:2304:054:0517
9Customer 2836.972:1804:2504:304:3018
10Customer 3440.342:3604:4805:035:0321
11Customer 9044.973:0305:3105:415:4123
12Customer 9645.083:0405:4205:575:5726
13Customer 4445.623:0806:0006:056:0527
14Customer 4945.993:1006:0806:136:1328
15Customer 4747.113:1906:2106:316:3130
16LCY55.163:5507:07 7:070
Table A9. Electric Vehicle 8.
Table A9. Electric Vehicle 8.
Costs: GBP 43.62
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0LCY0.000:00 00:000:000
1Customer 929.100:3700:3700:420:421
2Customer 8210.690:4500:5001:001:003
3Customer 1416.781:1401:2901:391:395
4Customer 718.461:2401:4901:541:546
5Customer 1719.621:3002:0002:102:108
6Customer 1224.071:4602:2602:412:4111
7Customer 928.662:0102:5603:063:0613
8Customer 630.082:0803:1303:183:1814
9Customer 330.812:1303:2303:383:3817
10Customer 1332.502:2203:4703:573:5719
11Customer 533.802:3004:0504:204:2022
12Customer 2338.222:4904:3904:444:4423
13Customer 1041.753:0304:5806:056:0524
14Customer 1544.493:1506:1706:226:2225
15Customer 1647.533:3006:3606:416:4126
16Customer 7751.183:4806:5907:047:0427
17LCY63.774:4207:58 7:580

Appendix C. Solution of Eight Electric Vehicles for Multiple Logistic Hubs in Greater London

Table A10. Electric Vehicle 1.
Table A10. Electric Vehicle 1.
Costs: GBP 43.09
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Southern hub0.000:00 00:000:000
1Customer 746.570:3600:3600:460:462
2Customer 5214.641:2001:3001:351:353
3Customer 7317.701:3801:5302:102:105
4Customer 6925.892:1002:4202:572:578
5Customer 7132.692:3703:2303:383:3811
6Customer 6535.222:5003:5204:104:1013
7Customer 6839.113:1004:3004:454:4516
8Customer 6740.243:1604:5105:065:0619
9Customer 6441.963:2605:1605:265:2621
10Customer 5646.033:4505:4506:006:0024
11Customer 6249.144:0206:1706:276:2726
12Customer 5149.764:0606:3006:406:4028
13Customer 5451.614:1606:5107:017:0130
14Southern hub58.104:5207:37 7:370
Table A11. Electric Vehicle 2.
Table A11. Electric Vehicle 2.
Costs: GBP 41.62
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Southern hub0.000:00 00:000:000
1Customer 700.420:0300:0300:080:081
2Customer 615.960:3000:3500:400:402
3Customer 537.270:3700:4701:021:025
4Customer 5913.031:0201:2702:152:158
5Customer 5517.671:2202:3502:402:409
6Customer 6018.851:3102:4803:033:0312
7Customer 5824.312:0003:3203:423:4214
8Customer 5726.542:1403:5704:074:0716
9Customer 6629.792:3204:2504:304:3017
10Customer 6331.832:4204:3904:494:4919
11Customer 7235.222:5605:0405:195:1922
12Customer 7540.073:2105:4405:495:4923
13Southern hub43.433:4006:08 6:080
Table A12. Electric Vehicle 3.
Table A12. Electric Vehicle 3.
Costs: GBP 38.28
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Eastern hub0.000:00 00:000:000
1Customer 382.110:1400:1400:240:242
2Customer 432.810:1900:2900:340:343
3Customer 413.260:2200:3702:152:156
4Customer 504.620:3202:2402:292:297
5Customer 484.670:3302:3002:402:409
6Customer 464.980:3602:4302:532:5311
7Customer 455.580:4002:5803:133:1314
8Customer 427.250:4903:2103:263:2615
9Eastern hub10.011:0703:44 3:440
Table A13. Electric Vehicle 4.
Table A13. Electric Vehicle 4.
Costs: GBP 42.84
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Eastern hub0.000:00 00:000:000
1Customer 322.510:1600:1600:210:211
2Customer 297.030:3300:3800:480:483
3Customer 3614.950:5701:1202:102:105
4Customer 3320.791:1602:2902:342:346
5Customer 3522.721:2702:4502:552:558
6Customer 2723.891:3403:0203:073:079
7Customer 3125.771:4403:1603:263:2611
8Customer 3732.812:1503:5804:154:1514
9Customer 4033.522:2004:1904:244:2415
10Customer 3437.452:4304:4705:025:0218
11Customer 2841.302:5705:1705:225:2219
12Customer 2645.483:1905:4305:485:4820
13Customer 3048.453:3606:0506:156:1522
14Customer 3950.873:5206:3206:476:4725
15Customer 4751.673:5806:5307:037:0327
16Customer 4952.554:0607:1007:157:1528
17Customer 4452.874:0807:1707:227:2229
18Eastern hub55.644:2607:40 7:400
Table A14. Electric Vehicle 5.
Table A14. Electric Vehicle 5.
Costs: GBP 40.48
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Western hub 0.000:00 00:000:000
1Customer 821.600:1200:1200:220:222
2Customer 953.080:2500:3500:400:403
3Customer 894.170:3200:4700:520:524
4Customer 1004.740:3600:5602:152:157
5Customer 807.210:5002:2902:342:348
6Customer 819.761:0402:4804:104:1010
7Customer 7811.981:1904:2404:394:3913
8Customer 7614.091:3004:5005:055:0516
9Customer 8415.611:3905:1405:295:2919
10Customer 8516.531:4405:3405:445:4421
11Customer 8718.331:5405:5406:156:1524
12Customer 7724.742:1806:3906:446:4425
13Customer 9428.762:3907:0507:157:1527
14Western hub31.982:5607:32 7:320
Table A15. Electric Vehicle 6.
Table A15. Electric Vehicle 6.
Costs: GBP 39.84
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Western hub0.000:00 00:000:000
1Customer 865.490:2200:2200:270:271
2Customer 837.090:3300:3800:530:534
3Customer 9215.121:0901:2901:341:345
4Customer 9715.631:1401:3902:102:107
5Customer 9916.361:2002:1602:262:269
6Customer 9117.951:3102:3602:412:4110
7Customer 7918.691:3602:4604:154:1513
8Customer 9819.971:4404:2304:384:3816
9Customer 8820.621:5004:4404:594:5919
10Customer 9320.851:5205:0105:165:1622
11Customer 9021.832:0005:2405:345:3424
12Customer 9621.932:0105:3505:505:5027
13Western hub25.572:1906:08 6:080
Table A16. Electric Vehicle 7.
Table A16. Electric Vehicle 7.
Costs: GBP 40.75
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Northern hub0.000:00 00:000:000
1Customer 194.140:1600:1600:310:313
2Customer 246.810:3000:4501:001:006
3Customer 208.890:3901:0901:241:249
4Customer 914.650:5601:4102:102:1011
5Customer 616.071:0302:1702:222:2212
6Customer 316.801:0802:2702:422:4215
7Customer 1318.491:1802:5103:013:0117
8Customer 820.151:2803:1203:173:1718
9Customer 1821.731:3803:2703:423:4221
10Customer 2523.731:5003:5403:593:5922
11Customer 2127.182:0904:1806:056:0523
12Customer 2229.392:2006:1506:256:2525
13Northern hub34.722:4406:49 6:490
Table A17. Electric Vehicle 8.
Table A17. Electric Vehicle 8.
Costs: GBP 41.77
Stop CountLocation NameTravel Distance Driving TimeArrival TimeDeparture TimeWorking TimeLoad
0Northern hub0.000:00 00:000:000
1Customer 143.210:1000:1000:200:202
2Customer 74.890:2000:3000:350:353
3Customer 128.230:3100:4602:152:156
4Customer 1712.390:4802:3102:412:418
5Customer 115.551:0202:5603:113:1111
6Customer 1115.961:0403:1303:233:2313
7Customer 217.701:1303:3203:473:4716
8Customer 519.381:2403:5704:154:1519
9Customer 2323.801:4304:3404:394:3920
10Customer 1629.362:0104:5706:056:0521
11Customer 1532.362:1506:1906:246:2422
12Customer 1034.742:2706:3606:416:4123
13Customer 441.092:5607:1007:157:1524
14Northern hub44.863:1407:33 7:330

References

  1. IATA. Airline Industry Financial Forecast, Outlook for the Global Airline Industry (April Update). Available online: https://www.iata.org/en/iata-repository/publications/economic-reports/airline-industry-economic-performance---april-2021---report/ (accessed on 27 April 2021).
  2. Urban Turbine Homepage. Available online: https://urbanturbine.org (accessed on 20 May 2021).
  3. Mara, S.T.W.; Kuo, R.J.; Asih, A.M.S. Location-routing problem: A classification of recent research. Int. Trans. Oper. Res. 2021, 28, 1–43. [Google Scholar] [CrossRef]
  4. Kallehauge, B.; Larsen, J.; Madsen, O.B.; Solomon, M.M. Vehicle routing problem with time windows. In Column Generation; Springer: Boston, MA, USA, 2005; pp. 67–98. [Google Scholar]
  5. Karakatič, S.; Podgorelec, V. A survey of genetic algorithms for solving multi depot vehicle routing problem. Appl. Soft Comput. 2015, 27, 519–532. [Google Scholar] [CrossRef]
  6. Brandão, J.C.S.; Mercer, A. The multi-trip vehicle routing problem. J. Oper. Res. Soc. 1998, 49, 799–805. [Google Scholar] [CrossRef]
  7. Baldacci, R.; Battarra, M.; Vigo, D. Routing a heterogeneous fleet of vehicles. In The Vehicle Routing Problem: Latest Advances and New Challenges; Springer: Boston, MA, USA, 2008; pp. 3–27. [Google Scholar]
  8. Erdoğan, S.; Miller-Hooks, E. A Green Vehicle Routing Problem. Transp. Res. Part E Logist. Transp. Rev. 2012, 48, 100–114. [Google Scholar] [CrossRef]
  9. Bektaş, T.; Laporte, G. The pollution-routing problem. Transp. Res. Part B Methodol. 2011, 45, 1232–1250. [Google Scholar] [CrossRef]
  10. Franceschetti, A.; Honhon, D.; Van Woensel, T.; Bektas, T.; Laporte, G. The time-dependent pollution-routing problem. Transp. Res. Part B Methodol. 2013, 56, 265–293. [Google Scholar] [CrossRef] [Green Version]
  11. Koç, Ç.; Bektaş, T.; Jabali, O.; Laporte, G. The fleet size and mix pollution-routing problem. Transp. Res. Part B Methodol. 2014, 70, 239–254. [Google Scholar] [CrossRef]
  12. Zhang, W.; Gajpal, Y.; Appadoo, S.S.; Wei, Q. Multi-Depot Green Vehicle Routing Problem to Minimize Carbon Emissions. Sustainability 2020, 12, 3500. [Google Scholar] [CrossRef] [Green Version]
  13. Ge, X.; Ge, X.; Wang, W. A path-based selection solution approach for the low carbon vehicle routing problem with a time-window constraint. Appl. Sci. 2020, 10, 1489. [Google Scholar] [CrossRef] [Green Version]
  14. Ghorbani, E.; Alinaghian, M.; Gharehpetian, G.B.; Mohammadi, S.; Perboli, G. A Survey on Environmentally Friendly Vehicle Routing Problem and a Proposal of Its Classification. Sustainability 2020, 12, 9079. [Google Scholar] [CrossRef]
  15. Felipe, Á.; Ortuño, M.T.; Righini, G.; Tirado, G. A heuristic approach for the green vehicle routing problem with multiple technologies and partial recharges. Transp. Res. Part E Logist. Transp. Rev. 2014, 71, 111–128. [Google Scholar] [CrossRef]
  16. Schneider, M.; Stenger, A.; Goeke, D. The Electric Vehicle-Routing Problem with Time Windows and Recharging Stations. Transp. Sci. 2014, 48, 500–520. [Google Scholar] [CrossRef] [Green Version]
  17. Omidvar, A.; Tavakkoli-Moghaddam, R. Sustainable vehicle routing: Strategies for congestion management and refueling scheduling. In Proceedings of the IEEE International Energy Conference (ENERGYCON ’12), Florence, Italy, 9–12 September 2012; pp. 1089–1094. [Google Scholar]
  18. International Energy Agency. Global EV Outlook 2018. Available online: https://www.iea.org/reports/global-ev-outlook-2018 (accessed on 20 March 2021).
  19. You Could Travel. Guide to Suitcase and Luggage Sizes. Available online: https://www.youcouldtravel.com/travel-blog/understanding-suitcase-sizes (accessed on 30 March 2021).
  20. Civil Aviation Authority. Passenger Survey Report. Available online: https://www.caa.co.uk/Data-and-analysis/UK-aviation-market/Consumer-research/Departing-passenger-survey/2019-Passenger-survey-report/ (accessed on 25 March 2021).
  21. Alumur, S.A.; Kara, B.Y. Network hub location problems: The state of the art. Eur. J. Oper. Res. 2008, 190, 1–21. [Google Scholar] [CrossRef] [Green Version]
  22. Arrival. The Arrival Van. Changing the Way Your City Moves. Available online: https://arrival.com/?id=2 (accessed on 23 April 2021).
  23. Department for Transport. European Union (EU) Rules on Drivers’ Hours and Working Time: Simplified Guidance (2015). Available online: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/856360/simplified-guidance-eu-drivers-hours-working-time-rules.pdf (accessed on 23 March 2021).
  24. Hansen, W.G. Accessibility and Residential Growth. Ph.D. Thesis, Massachusetts Institute of Technology, Cambridge, MA, USA, 1959. [Google Scholar]
  25. Zhao, X. Based on gravity method of logistics distribution center location strategy research. In Proceedings of the International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2014), Shenyang, China, 24–26 May 2014; Atlantis Press: Paris, France, 2014; pp. 586–589. [Google Scholar]
  26. Alam, S.A. Evaluation of the potential locations for logistics hubs: A case study for a logistics company. Master’s Thesis, KTH Royal Institute of Technology, Stockholm, Sweden, 2013. [Google Scholar]
  27. Duncan, I. Controlling Expenses: The Key to Profitability in a Recession. CMA-The Management Accounting Magazine (1992). Available online: https://www.referenceforbusiness.com/small/Eq-Inc/Fixed-and-Variable-Expenses.html#ixzz6sNYYXzaF (accessed on 25 March 2021).
  28. Kishita, Y.; Ohishi, Y.; Uwasu, M.; Kuroda, M.; Takeda, H.; Hara, K. Evaluating the life cycle CO2 emissions and costs of thermoelectric generators for passenger automobiles: A scenario analysis. J. Clean. Prod. 2016, 126, 607–619. [Google Scholar] [CrossRef]
  29. Börjeson, L.; Höjer, M.; Dreborg, K.H.; Ekvall, T.; Finnveden, G. Scenario types and techniques: Towards a user’s guide. Futures 2006, 38, 723–739. [Google Scholar] [CrossRef]
  30. ASM Auto Recycling. Car CO2 Emissions. Available online: https://www.asm-autos.co.uk/blog/car-co2-emissions/ (accessed on 25 April 2021).
  31. IATA. Radio Frequency Identification (RFID). Available online: https://www.iata.org/en/programs/ops-infra/baggage/rfid/ (accessed on 27 April 2021).
  32. IATA. IATA Resolution 753: Baggage Tracking. Available online: https://www.iata.org/whatwedo/stb/Documents/baggage-tracking-res753.pdf (accessed on 25 April 2021).
Figure 1. A flowchart of the integrated algorithm for GVRP.
Figure 1. A flowchart of the integrated algorithm for GVRP.
Sustainability 14 00212 g001
Figure 2. The structure of the spreadsheet solver tool.
Figure 2. The structure of the spreadsheet solver tool.
Sustainability 14 00212 g002
Figure 3. Console spreadsheet.
Figure 3. Console spreadsheet.
Sustainability 14 00212 g003
Figure 4. Locations spreadsheet.
Figure 4. Locations spreadsheet.
Sustainability 14 00212 g004
Figure 5. Distances spreadsheet.
Figure 5. Distances spreadsheet.
Sustainability 14 00212 g005
Figure 6. Vehicles spreadsheet.
Figure 6. Vehicles spreadsheet.
Sustainability 14 00212 g006
Figure 7. Solution spreadsheet.
Figure 7. Solution spreadsheet.
Sustainability 14 00212 g007
Figure 8. Visualization spreadsheet.
Figure 8. Visualization spreadsheet.
Sustainability 14 00212 g008
Figure 9. The optimal route map of 8 vehicles for the first scenario (i.e., one depot).
Figure 9. The optimal route map of 8 vehicles for the first scenario (i.e., one depot).
Sustainability 14 00212 g009
Figure 10. London postcode districts and the locations of logistic hubs.
Figure 10. London postcode districts and the locations of logistic hubs.
Sustainability 14 00212 g010
Figure 11. The optimal route map of 8 vehicles for the second scenario (i.e., 4 hubs/depots).
Figure 11. The optimal route map of 8 vehicles for the second scenario (i.e., 4 hubs/depots).
Sustainability 14 00212 g011
Figure 12. Carbon emission reduction in three cases.
Figure 12. Carbon emission reduction in three cases.
Sustainability 14 00212 g012
Figure 13. The procedure of applying AR for baggage tracking in the BFAT service.
Figure 13. The procedure of applying AR for baggage tracking in the BFAT service.
Sustainability 14 00212 g013
Table 1. Passenger distribution for the LCY.
Table 1. Passenger distribution for the LCY.
RegionCountyTotalCountyTotal
000′s%000′s%
South EastBerkshire County320.7Isle of Wight00.0
Buckinghamshire County280.6Kent County1693.8
East Sussex County210.5Oxfordshire County190.4
Greater London412091.8Surrey County491.1
Hampshire County300.7West Sussex County190.4
Total000′s4487%100.0
Table 2. The results for solving the problem with various numbers of EVs.
Table 2. The results for solving the problem with various numbers of EVs.
No. of EVsNo. of Maximum Served CustomersDelivery Cost 1No. of BagsCost per Bag
343GBP 152.1901.69
459GBP 200.41201.67
572GBP 249.01501.66
688GBP 297.21781.67
798GBP 343.22081.65
8109GBP 387.72351.65
1 Delivery cost, including initial electric charge (GBP 37.24) and cost per mile without drivers’ salaries.
Table 3. Locations of logistic hubs based on the center of gravity approach.
Table 3. Locations of logistic hubs based on the center of gravity approach.
RegionLatitude LongitudeFinal Hub Locations
North (NW and N)51.572−0.185Royal Mail
East (E and EC)51.526−0.047Bethnal Green station
South (SE and SW)51.454−0.120Brixton Hill post office
West (W and WC) 51.518−0.172Paddington station
Table 4. Comparison of results for the first scenario (i.e., one hub at the LCY) and the second scenario (i.e., 4 logistic hubs in Greater London).
Table 4. Comparison of results for the first scenario (i.e., one hub at the LCY) and the second scenario (i.e., 4 logistic hubs in Greater London).
Total Travel Distance (Mile)Delivery Cost (GBP)Number of BaggageCost per Baggage (GBP)
One hub at LCY377.46335.662001.65
Four logistic hubs in Greater London354.31511.722002.55
Table 5. Activity costs for the first scenario (i.e., one hub at the LCY).
Table 5. Activity costs for the first scenario (i.e., one hub at the LCY).
ActivitiesRequired ResourcesResource CostCost for One Shift (8 h)
Transport serviceLabor, electric chargeLabor:
GBP 19,500 per annual
GBP 76.16
Collection serviceLabor, AR labelElectric charge:
GBP 0.1 per mile
GBP 335.66
AR label: GBP 0.03GBP 6
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jiang, Y.; Yang, R.; Zang, C.; Wei, Z.; Thompson, J.; Tran, T.H.; Encinas-Oropesa, A.; Williams, L. Toward Baggage-Free Airport Terminals: A Case Study of London City Airport. Sustainability 2022, 14, 212. https://doi.org/10.3390/su14010212

AMA Style

Jiang Y, Yang R, Zang C, Wei Z, Thompson J, Tran TH, Encinas-Oropesa A, Williams L. Toward Baggage-Free Airport Terminals: A Case Study of London City Airport. Sustainability. 2022; 14(1):212. https://doi.org/10.3390/su14010212

Chicago/Turabian Style

Jiang, Yirui, Runjin Yang, Chenxi Zang, Zhiyuan Wei, John Thompson, Trung Hieu Tran, Adriana Encinas-Oropesa, and Leon Williams. 2022. "Toward Baggage-Free Airport Terminals: A Case Study of London City Airport" Sustainability 14, no. 1: 212. https://doi.org/10.3390/su14010212

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop