|
Library of data and instances related to the Passenger-oriented Flight ReScheduling Problem (PFRSP) |
Paris-Charles de Gaulle Airport - PFRSP Data
PFRSP Data for Paris-Charles de Gaulle Airport (CDG)
You will find here the data and instances related to the PFRSP applied on Paris-Charles de Gaulle airport (CDG) case study. More details of this problem can be found on this research paper.
The airport is composed of three main terminals (T1, T2, T3) and the T2 is divided into seven sub-terminals (T2A, T2B, T2C, T2D, T2E, T2F, and T2G). CDG has two pairs of parallel runways. External runways are dedicated to landing flights while internal ones are used to take off.
Three directories can be downloaded:
-
airport_data.zip: contains six files related to airport characteristics.
- 'security_gate_transfer_time.csv': minimum passenger walking time from security to gate for each terminal
- 'terminals_transfer_time': minimum passenger walking time between couples of terminals
- 'terminals_transfer_share.csv': average passenger connecting share between terminals
- 'connecting_share_departure_terminals.csv': average share of connecting passengers for each departure terminals
- 'taxi_time_seconds.csv': average taxi time for each (terminal, runway) couple
- 'parameters_exponorm_globaux.csv': parameters of the Exponentially Modified Gaussian (EMG) distribution used to simulate passenger arrival flow in the nominal situation. This distribution is used to simulate passenger arriving times at security for each flight.
-
scozzaro-instances.zip: contains nine instances related to one day of operations at CDG airport (24th June 2019). Each folder is associated with one access mode disruption (either train (T), subway (S), or road (R) access disruption) and its severity level (_45 / _90: maximum passenger delay sets to 45 and 90 min respectively).
- 'Thesis-SariaRCDG...': csv file where each row characterizes one flight. Different flight information is provided such as off/in block time, movement type (either departure or arrival), terminal, boarding room, departure/arrival runway, or even the number of passengers.
- 'arrivingPaxGround_xx...': text file providing for each departure flight, passenger arrival times at the gate
- 'airConnectedPax_xx...': text file providing for each departure flight, its list of connecting arrival flights coupled with the associated number of connecting passengers
-
pfrsp.zip: The whole python project, including the source code and the different data previously mentioned.