Implementation of Real-Time Data into a Transport Simulation

Size: px
Start display at page:

Download "Implementation of Real-Time Data into a Transport Simulation"

Transcription

1 Implementation of Real-Time Data into a Transport Simulation Krain, Armin Johannes Deutschmann, Andreas Rudolph, Florian German Aerospace Center Abstract Within the framework project Optimode.net the German Aerospace Center works on a more efficient cross-linking of different modes of transportation while focusing on aviation. This project contains a traffic simulation and a control station environment to improve the travel chain of every passenger. In earlier versions, the system was based on a database containing fictitious data. Therefore, a tool was developed, which extracts data from Web-APIs and integrates them into the project s database. The tool is designed to be upgradeable with additional APIs and customizable to the structure of the database. Introduction In 2011 the Advisory Council for Aviation Research and Innovation in Europe (ACARE) published aims for aviation in Europe by the year One of these aims states that 90% of passengers within Europe should be able to reach their destination in a time frame of four hours (1). This not only considers the flight, but the whole door-to-door journey. Therefore, new concepts of transport management are required to improve the cross-linking of different modes of transport and shorten transfer times. As an important junction for transport for a journey including a flight, we focused on the airport as a part of the passengers travel chain. The airport plays an important 1

2 role for the improvement of this travel chain out of two reasons. On the one hand, several modes of transport interfere at airports. Besides the air traffic, most airports offer connectivity via road and rail. In 2015 over 35 million passengers departed or arrived at Germany s biggest airport in Frankfurt via ground-based transport modes such as private cars, taxis, rental cars or long- and short-distance-trains (2). Frankfurt airport can be accessed via a long-distance-train station with over 170 connections daily (3). On the other hand, passengers spend much time on their way from the airport entrance to the plane, while being processed in the following steps (4). If the passenger has not checked in for his flight online, he has to visit a check-in counter or a selfservice kiosk. In case he travels with checked baggage his next station is a baggage drop-off point. The latest time of baggage drop-off and check-in is determined by the airline and often depends on the departure airport, destination and booked class. For instance at Chicago s O Hare airport, Lufthansa and United counters close 60 minutes before departure time for international travelers with checked baggage. For domestic flights with carry-on luggage only, counters remain open 30 minutes prior departure. In Munich Lufthansa s business and first class passengers need to check-in 30 minutes prior departure, regardless if they travel with checked baggage or internationally (5,6). Travelers may experience longer lines at Transportation Security Administration (TSA) checkpoints at U.S. airports. The TSA advises to arrive two hours before the flight for domestic travel and three hours before for international travel plus extra time during peak hours (7). After passing the security checkpoints, passengers need to get to their gate and wait for boarding. The aim of Optimode.net is not only to shorten this transfer time, but also to decrease the incidence of passengers missing their flight. This is done by determination of the transfer times between the checkpoints. 2

3 Framework Project Optimode.net The German Aerospace Center develops an interactive control station environment for traffic purposes, named Optimode.net. Optimode.net creates a trajectory for each passenger based on possible transport connections and preferences of the traveler. This trajectory contains the current travel chain and can be changed before or while the passenger is traveling. Therefore, the whole journey from door to door and as many transport modes as possible have to be considered. In the current stage of Optimode.net every travel chain ends with a flight departure from the Generic International Airport (GIA), a fictitious model of an international airport with approximately 13.5 million passengers and 160,000 flight movements per year (8). All data from passengers and transport connections are collected in a central data hub and used for the calculation of the trajectories. In case of delays or cancellations of connections it is possible to reroute the passengers, even to connections of other transportation modes. The aim is that every passenger reaches its destination on time. For the time being, Optimode.net uses a passenger simulation software to model passenger behavior. For the transport connections fictitious data are used. To improve the quality of the simulation, a tool FRAtoOptimode was developed, which extracts information from online data interfaces and adds them to Optimode.net. Such interfaces are called APIs (Application Programmable Interfaces). They are used to transfer data on a machine-readable basis. Along the trend of Open Data, the number of available APIs is rising (9). Interfaces for aviation can be divided into three groups by their publishers: Transportation facilities, transportation service providers and third-party services. With Frankfurt Airport and Lufthansa, the biggest German airport and airline offer APIs for flight data, which are free of charge. For railway data, Deutsche Bahn announced to extend their Open Data system as only scheduled departure and arrival times of long distance trains are published currently. 3

4 Methods The Frankfurt Airport publishes its flight data via a Web-API. The interface delivers data from flights which land or take-off in Frankfurt, formatted in the Javascript Object Notation (JSON). It is designed as a REST-ful web service and offers several functions which can be accessed via GET requests. FRAtoOptimode requests the departure and arrival flight plan of the current day, converts the flight data and inserts them into the MySQL database of Optimode.net. The data type structure is depicted in Figure 1. For the development of this console application, Visual C# was used. Program settings and information to connect to the database and APIs can be made in a XMLfile, which is located in the program folder. The file is structured self-descriptive and its contents can be changed with most common text editors. It is designed to be easily expandable with new APIs. The tool itself consists of three parts: Main, ApiHandler and Translator. In the Main part the settings file is loaded and handlers for the APIs are initialized. The class API Handler is completely independent of the APIs structure. It provides functions for reception of API data, connection and update to the Optimode.net database and conversion of API data into C# internal objects. The Translator contains API specific functions. It is supplied by the structure files of the interfaces and translates the data API-specific into the structure of the database. Some APIs require additional functions Figure 1: Data types of FRAtoOptimode 4

5 for example for requesting additional data or getting access to more datasets. These functions are also implemented in the Translator. Figure 2 shows the program structure. This structure allows an implementation of additional APIs to the tool without changes in the API Handler. The API-specific structure files can be created automatically, changes are only necessary in the Translator, Main class and the settings file. Figure 2: Program structure of FRAtoOptimode 5

6 Conclusion The tool FRAtoOptimode was successfully tested in a simulation environment at the German Aerospace Center. It uses APIs to enlarge the data sources with real-time data from the Frankfurt Airport and scheduled arrival and departure times for long distance trains of the German railway network. More interfaces are planned to be added to the software in the future. To gain independence from the APIs accessibility, example datasets, extracted from the interface, are saved locally and can be used as soon as the API is inaccessible or reuse them for different simulation scenarios e.g. a bad weather day. Problems resulted from the quality of the APIs. There have to be available APIs which include the data needed for the simulation. Occasionally, incorrect or doubled data were delivered by the interfaces. For doubled data a filter mechanism was implemented which only implements the first data entry into the simulation database. Structural changes of the interfaces can cause the necessity of a change of the program code of FRAtoOptimode. Web-APIs offer a way to implement data into a transport simulation. Without the integration of real-time data, an application of the simulation environment Optimode.net to the reality is not possible. The integration of real-time flight and scheduled train departures and arrivals via FRAtoOptimode is a first step to gain applicability. With the combination of multiple APIs, the representation of more complex traffic models will be achieved. 6

7 References 1 : ACARE; 2011; Flightpath 2050, Europe s Vision for Aviation. 2 : FRAPORT AG; 2016; Frankfurt Airport Air Traffic Statistics 2015; http: // raffic-figures/traffic-figures-more-information/air-traffic-statistics- 2015/jcr:content.file/air-traffic-statistics-2015.pdf 3 : FRAPORT AG; 2015; Zahlen, Daten, Fakten 2015 zum Flughafen Frankfurt; ht tp:// /2015/zahlen--daten--fakten-2015/jcr:content.file/zahlen-daten-fakten pdf 4 : Mensen, H.; 2013; Planung, Anlage und Betrieb von Flugplätzen; Springer; Berlin Heidelberg. 5 : Lufthansa Homepage; Check-in Annahmeschlusszeiten und Gepäckabgabefristen; accesed ; tionservice/checkin/checkininformation/!ut/p/c5/pzdlcomweew_pv-qvg1cl0k ax6aiyay6eqtfld66kc39-yz07vdozpjwl5ddwmj_6z_j0d_gdeknupowdaryh6syfooqsyqk KcNcVVIb3_KGdYKa4hBFqgSIAyr8Ks1MqKU-eS69QSHi3zTdOEF_SW9sy3jwx3LXjqdT0g7Te rggzs4z0srqrlokc-fqccwsutvderzynfupebzov9kq-wwa9dsky3ljl7h7aicaqrm!/dl3/d 3/L3dPQSEvUUt3QS9vQmch/?l=de&cid=18002&p=LH&s=DE 6 : United Homepage; Check-in and airport processing times; accessed ; 7 : TSA homepage; Frequently Asked Questions; accessed ; ww.tsa.gov/travel/frequently-asked-questions 8 : Milbredt, O., Rudolph, F. and Grunewald, E.; 2016; Passenger-centric Intermodal Traffic Management involving Airports and Railways; Canadian Transportation Research Foundation; Toronto. 9 : Mork-Ulnes, N.; 2016; Beyond;

New Technologies and Digital Transformation of the Passenger Process in Airport Terminals

New Technologies and Digital Transformation of the Passenger Process in Airport Terminals RELIABLE BUILDING OPERATION AT AIRPORTS Gateway Gardens at Frankfurt Airport Sept 27-28, 2018 New Technologies and Digital Transformation of the Passenger Process in Airport Terminals Jens Grabeleu Fraport

More information

Modern airport management fostering individual door-to-door travel

Modern airport management fostering individual door-to-door travel Available online at www.sciencedirect.com ScienceDirect Transportation Research Procedia 25 (2017) 63 76 www.elsevier.com/locate/procedia World Conference on Transport Research - WCTR 2016 Shanghai. 10-15

More information

Measure 67: Intermodality for people First page:

Measure 67: Intermodality for people First page: Measure 67: Intermodality for people First page: Policy package: 5: Intermodal package Measure 69: Intermodality for people: the principle of subsidiarity notwithstanding, priority should be given in the

More information

Facts and figures Zahlen und Fakten 2016

Facts and figures Zahlen und Fakten 2016 Facts and figures 2016 Zahlen und Fakten 2016 Texcare International: The meeting place for a global audience. Texcare International is the world s leading trade fair for the laundry, dry cleaning and textile

More information

De-peaking Lufthansa Hub Operations at Frankfurt Airport

De-peaking Lufthansa Hub Operations at Frankfurt Airport Advances in Simulation for Production and Logistics Applications Markus Rabe (ed.) Stuttgart, Fraunhofer IRB Verlag 2008 De-peaking Lufthansa Hub Operations at Frankfurt Airport De-peaking des Lufthansa-Hub-Betriebs

More information

Study on Self Bag Drop System for Airport Baggage Handling System Simulation

Study on Self Bag Drop System for Airport Baggage Handling System Simulation , pp.22-27 http://dx.doi.org/10.14257/astl.2018.149.06 Study on Self Bag Drop System for Airport Baggage Handling System Simulation Kang-Seok Lee 1, Seung-Hun Kim 2 and Won-Hyuck Choi 3* 1 Department of

More information

Step into the digital reality

Step into the digital reality Step into the digital reality Visitor Information 25 TH INTERNATIONAL SHEET METAL WORKING TECHNOLOGY EXHIBITION 23 26 OCTOBER 2018 HANOVER, GERMANY Key Facts about EuroBLECH Step into the digital reality

More information

Airline network optimization. Lufthansa Consulting s approach

Airline network optimization. Lufthansa Consulting s approach Airline network optimization Lufthansa Consulting s approach A thorough market potential analysis lays the basis for Lufthansa Consulting s network optimization approach The understanding of the relevant

More information

A Multi-Agent Microsimulation Model of Toronto Pearson International Airport

A Multi-Agent Microsimulation Model of Toronto Pearson International Airport A Multi-Agent Microsimulation Model of Toronto Pearson International Airport Gregory Hoy 1 1 MASc Student, Department of Civil Engineering, University of Toronto 35 St. George Street, Toronto, Ontario

More information

Aircraft Noise. Why Aircraft Noise Calculations? Aircraft Noise. SoundPLAN s Aircraft Noise Module

Aircraft Noise. Why Aircraft Noise Calculations? Aircraft Noise. SoundPLAN s Aircraft Noise Module Aircraft Noise Why Aircraft Noise Calculations? Aircraft Noise Aircraft noise can be measured and simulated with specialized software like SoundPLAN. Noise monitoring and measurement can only measure the

More information

Depeaking Optimization of Air Traffic Systems

Depeaking Optimization of Air Traffic Systems Depeaking Optimization of Air Traffic Systems B.Stolz, T. Hanschke Technische Universität Clausthal, Institut für Mathematik, Erzstr. 1, 38678 Clausthal-Zellerfeld M. Frank, M. Mederer Deutsche Lufthansa

More information

Furthermore, both our Flight API and our WebFare Engine have improved largely and have been supplemented with new features.

Furthermore, both our Flight API and our WebFare Engine have improved largely and have been supplemented with new features. HitchHiker ITB PreView 2011 Dear Readers, again, it s time for the ITB and our first newsletter of the year. As every year, we are looking forward to presenting you our well-known products and innovations.

More information

Follow-the-Greens: The Controllers Point of View Results from a SESAR Real Time Simulation with Controllers

Follow-the-Greens: The Controllers Point of View Results from a SESAR Real Time Simulation with Controllers Follow-the-Greens: The Controllers Point of View Results from a SESAR Real Time Simulation with Controllers AHFE 2016, Human Factors in Transportation Orlando 30th July 2016 Karsten Straube 1, Marcus Roßbach

More information

Atennea Air. The most comprehensive ERP software for operating & financial management of your airline

Atennea Air. The most comprehensive ERP software for operating & financial management of your airline Atennea Air The most comprehensive ERP software for operating & financial management of your airline Atennea Air is an advanced and comprehensive software solution for airlines management, based on Microsoft

More information

MODAIR: Measure and development of intermodality at AIRport. INO WORKSHOP EEC, December 6 h 2005

MODAIR: Measure and development of intermodality at AIRport. INO WORKSHOP EEC, December 6 h 2005 MODAIR: Measure and development of intermodality at AIRport INO WORKSHOP EEC, December 6 h 2005 What is intermodality? The use of different and coordinated modes of transports for one trip High Speed train

More information

Research and Innovation Management. HALS / DTOP High Approach Landing System / Dual Threshold Operation

Research and Innovation Management. HALS / DTOP High Approach Landing System / Dual Threshold Operation Research and Innovation Management HALS / DTOP High Approach Landing System / Dual Threshold Operation HALS / DTOP 2 Table of contents HALS / DTOP High Approach Landing System / Dual Threshold Operation

More information

SIMULATION MODELING AND ANALYSIS OF A NEW INTERNATIONAL TERMINAL

SIMULATION MODELING AND ANALYSIS OF A NEW INTERNATIONAL TERMINAL Proceedings of the 2000 Winter Simulation Conference J. A. Joines, R. R. Barton, K. Kang, and P. A. Fishwick, eds. SIMULATION MODELING AND ANALYSIS OF A NEW INTERNATIONAL TERMINAL Ali S. Kiran Tekin Cetinkaya

More information

Minimum Travel Times between European Regions. An assessment of the ACARE 4h-Goal

Minimum Travel Times between European Regions. An assessment of the ACARE 4h-Goal DLR.de Chart 1 > ATRS 2014 > Nieße/Grimme ACARE Goal > 18 th July 2014 Minimum Travel Times between European Regions An assessment of the ACARE 4h-Goal Hendrik Nieße Wolfgang Grimme Institute of Air Transport

More information

ultimate traffic Live User Guide

ultimate traffic Live User Guide ultimate traffic Live User Guide Welcome to ultimate traffic Live This manual has been prepared to aid you in learning about utlive. ultimate traffic Live is an AI traffic generation and management program

More information

Total Airport Management (TAM)

Total Airport Management (TAM) www.dlr.de/fl Chart 1 > DLR Inst of Flight Guidance @ ECTL A-CDM Exchange 2016 > K.-H. Keller >2016-09-21 Total Airport Management (TAM) Eurocontrol A-CDM Exchange ECTL-HQ Brussels, 21st September 2016

More information

EXPERIENCES WITH AIR-RAIL PASSENGER INTERMODALITY THE CASE OF GERMANY

EXPERIENCES WITH AIR-RAIL PASSENGER INTERMODALITY THE CASE OF GERMANY EXPERIENCES WITH AIR-RAIL PASSENGER INTERMODALITY THE CASE OF GERMANY Intermodality Seminar University Castilla La Mancha, Ciudad Real 10th November 2009 Wolfgang Grimme German Aerospace Center (DLR) Air

More information

ASDA Session 3: Airport Performance More Punctuality. 11-November-2016 Chris Schneider

ASDA Session 3: Airport Performance More Punctuality. 11-November-2016 Chris Schneider ASDA Session 3: Airport Performance More Punctuality 11-November-2016 Chris Schneider Content: ACARE Mobility challenge The aviation environment The punctuality (and predictability) challenge ACARE Mobility

More information

Entry of Low-Cost-Airlines in Germany - Some Lessons for the Economics of Railroads and Intermodal Competition -

Entry of Low-Cost-Airlines in Germany - Some Lessons for the Economics of Railroads and Intermodal Competition - Entry of Low-Cost-Airlines in Germany - Some Lessons for the Economics of Railroads and Intermodal Competition - Juergen Antes Deutsche Bahn Strategic Network Management Guido Friebel University of Toulouse

More information

Travel Policy. This policy should be read in conjunction with the Travel Procedure & Guidelines and Travel Expense Procedure & Guidelines documents

Travel Policy. This policy should be read in conjunction with the Travel Procedure & Guidelines and Travel Expense Procedure & Guidelines documents Policy Purpose The aim of this policy is to provide all employees with a clear understanding of the Travel Policy when travelling on Club business. The Club is committed to providing a travel service that

More information

Optimizing trajectories over the 4DWeatherCube

Optimizing trajectories over the 4DWeatherCube Optimizing trajectories over the 4DWeatherCube Detailed Proposal - SES Awards 2016 Airbus Defence and Space : dirk.schindler@airbus.com Luciad : robin.houtmeyers@luciad.com Eumetnet : kamel.rebai@meteo.fr

More information

MODAIR. Measure and development of intermodality at AIRport

MODAIR. Measure and development of intermodality at AIRport MODAIR Measure and development of intermodality at AIRport M3SYSTEM ANA ENAC GISMEDIA Eurocontrol CARE INO II programme Airports are, by nature, interchange nodes, with connections at least to the road

More information

Corporate Productivity Case Study

Corporate Productivity Case Study BOMBARDIER BUSINESS AIRCRAFT Corporate Productivity Case Study April 2009 Marketing Executive Summary» In today's environment it is critical to have the right tools to demonstrate the contribution of business

More information

Simplifying the Business

Simplifying the Business Simplifying the Business Five ways air transport is getting better Philippe Bruyère Program Director - StB To represent, lead and serve the airline industry Welcome everyone. My name is Philippe Bruyère,

More information

Special edition paper Development of a Crew Schedule Data Transfer System

Special edition paper Development of a Crew Schedule Data Transfer System Development of a Crew Schedule Data Transfer System Hideto Murakami* Takashi Matsumoto* Kazuya Yumikura* Akira Nomura* We developed a crew schedule data transfer system where crew schedule data is transferred

More information

Materna Integrated Passenger Services (Materna ips)

Materna Integrated Passenger Services (Materna ips) Materna Integrated Passenger Services (Materna ips) Materna ips accompanies airline passengers throughout their whole journey: from web check-in at home, through all the handling points at their departure

More information

AIRPORT OPERATIONS TABLE OF CONTENTS

AIRPORT OPERATIONS TABLE OF CONTENTS AIRPORT OPERATIONS TABLE OF CONTENTS Module 1 Understanding the Airport... 3 1.0 Understanding the Airport...5 1.1 Overview of the Air Transport System...6 1.1.1 The Importance of the Air Transportation

More information

Press Release Mérignac, Tuesday June 28 th 2016

Press Release Mérignac, Tuesday June 28 th 2016 Press Release Mérignac, Tuesday June 28 th 2016 Bordeaux Airport: An ambitious modernisation plan for Halls A & B and new access points planned for 2019/2020 Bordeaux Airport Monitoring Committee adopted

More information

Larry Leung. Anthony Loui

Larry Leung. Anthony Loui Larry Leung Director Experience The Skies Anthony Loui Community Planner Federal Transit Administration, United States Department of Transportation Improving Intermodal Connectivity and Access at Airports

More information

AERONAUTICAL INFORMATION DIGITAL DATBASES INTERGATION AND QUALITY MANAGED MIGRATION

AERONAUTICAL INFORMATION DIGITAL DATBASES INTERGATION AND QUALITY MANAGED MIGRATION AIM SG/5 (Egypt, Cairo, 22 24 January 2019) AERONAUTICAL INFORMATION DIGITAL DATBASES INTERGATION AND QUALITY MANAGED MIGRATION Presentation contents : 1. NG Aviation company overview 2. New documentation

More information

I n t e r m o d a l i t y

I n t e r m o d a l i t y Innovative Research Workshop 2005 I n t e r m o d a l i t y from Passenger Perspective PASSENGER MOVEMENT SIMULATION PhD Candidate EUROCONTROL Experimental Centre (France) and University of ZILINA (Slovakia)

More information

FLIGHT PATH FOR THE FUTURE OF MOBILITY

FLIGHT PATH FOR THE FUTURE OF MOBILITY FLIGHT PATH FOR THE FUTURE OF MOBILITY Building the flight path for the future of mobility takes more than imagination. Success relies on the proven ability to transform vision into reality for the betterment

More information

AIRPORT- RAIL INTERCONNECTIVITY THE MODAIR PROJECT

AIRPORT- RAIL INTERCONNECTIVITY THE MODAIR PROJECT AIRPORT- RAIL INTERCONNECTIVITY THE MODAIR PROJECT Adriaan de Graaff Director, AD Cuenta, the Netherlands Session 3A: Intermodality Content 2 Part 1 Introduction Part 2 Business cases Part 3 A European

More information

Digital14 FC-M / 2018

Digital14 FC-M / 2018 Digital14 FC-M / 2018 Digital take-off for your advertising Everyone is talking about digital signage, and it s at the top of the wishlist for our customers. At the end of the day, digital signs combine

More information

Deutsche Bahn (DB) The national railway company of Germany

Deutsche Bahn (DB) The national railway company of Germany Printing Guide Deutsche Bahn (DB) The national railway company of Germany What is a Print at Station ticket? A Print at Station ticket is an electronic ticket which you must retrieve from a self-service

More information

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA SIMULATION ANALYSIS OF PASSENGER CHECK IN AND BAGGAGE SCREENING AREA AT CHICAGO-ROCKFORD INTERNATIONAL AIRPORT PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University

More information

Airport Simulation Technology in Airport Planning, Design and Operating Management

Airport Simulation Technology in Airport Planning, Design and Operating Management Applied and Computational Mathematics 2018; 7(3): 130-138 http://www.sciencepublishinggroup.com/j/acm doi: 10.11648/j.acm.20180703.18 ISSN: 2328-5605 (Print); ISSN: 2328-5613 (Online) Airport Simulation

More information

Federal GIS Conference February 10 11, 2014 Washington DC. ArcGIS for Aviation. David Wickliffe

Federal GIS Conference February 10 11, 2014 Washington DC. ArcGIS for Aviation. David Wickliffe Federal GIS Conference 2014 February 10 11, 2014 Washington DC ArcGIS for Aviation David Wickliffe What is ArcGIS for Aviation? Part of a complete system for managing data, products, workflows, and quality

More information

Quantitative Analysis of Automobile Parking at Airports

Quantitative Analysis of Automobile Parking at Airports Quantitative Analysis of Automobile Parking at Airports Jiajun Li, M.Sc. Candidate Dr. Richard Tay, Professor, AMA/CTEP chair Dr. Alexandre de Barros, Assistant Professor University of Calgary Abstract

More information

TERMINAL DEVELOPMENT PLAN

TERMINAL DEVELOPMENT PLAN 5.0 TERMINAL DEVELOPMENT PLAN 5.0 TERMINAL DEVELOPMENT PLAN Key points The development plan in the Master Plan includes the expansion of terminal infrastructure, creating integrated terminals for international,

More information

Airport IT Are you ready for the future

Airport IT Are you ready for the future Airport IT Are you ready for the future Life was simple Trends Affecting Airports in the next 20 years It s all about me! I can travel the world (virtually) I am the new (middle class) passenger Shifting

More information

UK Rail with Rail Europe. Last Update: 25 Apr 2016

UK Rail with Rail Europe. Last Update: 25 Apr 2016 UK Rail with Rail Europe Last Update: 25 Apr 2016 Summary Reminders on UK rail products Integration of ATOC range in Euronet Quotation / Search process Solution / Fare details Passenger assignment TOD

More information

FRA CDM. Airport Collaborative Decision Making (A-CDM) Flight Crew Briefing FRANKFURT AIRPORT. German Harmonisation

FRA CDM. Airport Collaborative Decision Making (A-CDM) Flight Crew Briefing FRANKFURT AIRPORT. German Harmonisation Airport Collaborative Decision Making (A-CDM) CDM Airport @ FRA Flight Crew FRANKFURT AIRPORT Table of contents: 1. General... 3 2. Target Off Block Time (TOBT)... 4 2.1 Automatically generated TOBT...

More information

Fraport Ground Services Consulting. World-Class Competence Customized Solutions Consistent Performance

Fraport Ground Services Consulting. World-Class Competence Customized Solutions Consistent Performance Fraport Ground Services Consulting World-Class Competence Customized Solutions Consistent Performance Fraport Ground Services at a glance Fraport AG has successfully operated the international Frankfurt

More information

SPADE-2 - Supporting Platform for Airport Decision-making and Efficiency Analysis Phase 2

SPADE-2 - Supporting Platform for Airport Decision-making and Efficiency Analysis Phase 2 - Supporting Platform for Airport Decision-making and Efficiency Analysis Phase 2 2 nd User Group Meeting Overview of the Platform List of Use Cases UC1: Airport Capacity Management UC2: Match Capacity

More information

Baggage Handling. Hosted Service

Baggage Handling. Hosted Service Company MATERNA s Overview Business Integrated Unit Passenger Communications Services Agenda Situation Check-in Baggage Handling SecureGate Hosted Service Current situation at airports Strenghts Millions

More information

Air Traffic Management and Space Transportation System Wide Information Management and Integration into European Airspace

Air Traffic Management and Space Transportation System Wide Information Management and Integration into European Airspace www.dlr.de/fl Chart 1 > ATM and Space - SWIM and Airspace Integration > Sven Kaltenhäuser> 19-03-2015 Air Traffic Management and Space Transportation System Wide Information Management and Integration

More information

Navitaire GoNow Day-of-departure services

Navitaire GoNow Day-of-departure services Navitaire GoNow: Day-of-Departure Made Smarter GoNow is Navitaire s advanced day-of-departure suite offering today s evolving airlines a comprehensive, scalable solution to support efficient, cost-effective

More information

National Air Transport Facilitation Program Kingdom of Bahrain

National Air Transport Facilitation Program Kingdom of Bahrain National Air Transport Facilitation Program Kingdom of Bahrain Introduction: Speed is the comparative advantage of air transport on all other modes of transportation. The success of state depends on the

More information

LUFTHANSA GROUP. August 2018 Thomas Dionisius

LUFTHANSA GROUP. August 2018 Thomas Dionisius MULTI-BRAND @ LUFTHANSA GROUP August 2018 Thomas Dionisius Lufthansa Group development: we have added European airlines with long standing histories to our portfolio Premium Network Airlines Value Airlines

More information

Selected first results of the 48th Reiseanalyse for ITB 2018

Selected first results of the 48th Reiseanalyse for ITB 2018 Selected first results of the 48th Reiseanalyse for ITB 2018 FUR Forschungsgemeinschaft Urlaub und Reisen e.v. Fleethörn 23 D - 24103 Kiel Germany Tel.: +49 (0) 431-88 88 800 Fax: +49 (0) 431-88 88 679

More information

City of Chicago Department of Aviation

City of Chicago Department of Aviation City of Chicago Department of Aviation Commercial Filming and Photography Policy at Chicago O Hare and Midway International Airports Applicability: This Policy applies to all commercial filming and photography

More information

Airport analyses informing new mobility shifts: Opportunities to adapt energyefficient mobility services and infrastructure

Airport analyses informing new mobility shifts: Opportunities to adapt energyefficient mobility services and infrastructure Airport analyses informing new mobility shifts: Opportunities to adapt energyefficient mobility services and infrastructure Alejandro Henao, Josh Sperling, Venu Garikapati, Yi Hou, Stan Young National

More information

FUTURE PASSENGER PROCESSING. ACRP New Concepts for Airport Terminal Landside Facilities

FUTURE PASSENGER PROCESSING. ACRP New Concepts for Airport Terminal Landside Facilities FUTURE PASSENGER PROCESSING ACRP 07-01 New Concepts for Airport Terminal Landside Facilities In association with: Ricondo & Associates, TransSolutions, TranSecure RESEARCH Background Research Objective

More information

MATERNA AVIATION FORUM The Way to Smart Baggage Services 4.0 Integrated baggage door-to-door services based on a digital twin

MATERNA AVIATION FORUM The Way to Smart Baggage Services 4.0 Integrated baggage door-to-door services based on a digital twin MATERNA AVIATION FORUM The Way to Smart Baggage Services 4.0 Integrated baggage door-to-door services based on a digital twin Fraunhofer IML, Aviation Logistics Frankfurt am Main, 22 nd of November 2017

More information

Saudi Arabia booking information system

Saudi Arabia booking information system International Journal of Academic Research and Development ISSN: 2455-4197 Impact Factor: RJIF 5.22 www.academicsjournal.com Volume 3; Issue 3; May 2018; Page No. 61-65 Saudi Arabia booking information

More information

Automated Border Control. AFI-SECFAL meeting 24 May 2017, Gaborone (Botswana)

Automated Border Control. AFI-SECFAL meeting 24 May 2017, Gaborone (Botswana) Automated Border Control AFI-SECFAL meeting 24 May 2017, Gaborone (Botswana) Background The need to facilitate smooth and secure border crossings will continue to rise significantly, especially at airports.

More information

Frequent Traveller. Miles & More Welcome to an exclusive company

Frequent Traveller. Miles & More Welcome to an exclusive company Frequent Traveller Miles & More Welcome to an exclusive company Frequent Traveller welcome to a world full of benefits You have earned it! You flew a lot last year and often chose the Austrian Airlines

More information

Simulator Architecture for Training Needs of Modern Aircraft. Philippe Perey Technology Director & A350 Program Director

Simulator Architecture for Training Needs of Modern Aircraft. Philippe Perey Technology Director & A350 Program Director Simulator Architecture for Training Needs of Modern Aircraft Philippe Perey Technology Director & A350 Program Director European Airline Training Symposium (EATS) Istanbul November 10, 2010 Agenda The

More information

SIRENA-TRAVEL PROFILE

SIRENA-TRAVEL PROFILE SIRENA-TRAVEL PROFILE Founded in 2001, Sirena-Travel is one of the leading providers in the field of next generation Passenger Service Systems (PSS). Sirena-Travel is an IATA Strategic Partner, and an

More information

Todsanai Chumwatana, and Ichayaporn Chuaychoo Rangsit University, Thailand, {todsanai.c;

Todsanai Chumwatana, and Ichayaporn Chuaychoo Rangsit University, Thailand, {todsanai.c; Using Hybrid Technique: the Integration of Data Analytics and Queuing Theory for Average Service Time Estimation at Immigration Service, Suvarnabhumi Airport Todsanai Chumwatana, and Ichayaporn Chuaychoo

More information

Final Rule, Enhancing Airline Passenger Protections

Final Rule, Enhancing Airline Passenger Protections Final Rule, Enhancing Airline Passenger Protections Blane Workie Office of Aviation Enforcement and Proceedings U.S. Department of Transportation May 2, 2011 INTRODUCTION Role of DOT s Office of the Assistant

More information

Baggage Check Weighing Machines. Service Overview. Prepare for Check In

Baggage Check Weighing Machines. Service Overview. Prepare for Check In Baggage Check Weighing Machines Service Overview Prepare for Check In Introduction The business model for air travel is continually evolving. In recent years a number of budget airlines have cut airfares

More information

Non-Reimbursable Expenses 5. Reimbursable Misc. Expenses 5

Non-Reimbursable Expenses 5. Reimbursable Misc. Expenses 5 Table of Contents Overview 1 Corporate Card Overview 1 Concur Travel & Expense 1 Contact Information 1 Air Travel 2 Spousal Travel 2 Loyalty Programs 2 Lodging 3 Ground Transportation 3 Meals and Entertainment

More information

Predicting Flight Delays Using Data Mining Techniques

Predicting Flight Delays Using Data Mining Techniques Todd Keech CSC 600 Project Report Background Predicting Flight Delays Using Data Mining Techniques According to the FAA, air carriers operating in the US in 2012 carried 837.2 million passengers and the

More information

OVERVIEW. Eurowings boosts tour operator sales across international markets PEAKWORK CASE STUDY: EUROWINGS

OVERVIEW. Eurowings boosts tour operator sales across international markets PEAKWORK CASE STUDY: EUROWINGS PEAKWORK CASE STUDY: EUROWINGS Eurowings boosts tour operator sales across international markets Distribution diversification with Peakwork technology State: July 2018 BACKGROUND Eurowings is Lufthansa

More information

SIAMOS Put your airport ahead through innovation. Siemens AG All rights reserved.

SIAMOS Put your airport ahead through innovation. Siemens AG All rights reserved. SIAMOS Put your airport ahead through innovation Siemens AG 2012. All rights reserved. SIAMOS The airports operations challenges and, additionally, EuroControl's Collaborative decision making CDM targets

More information

Frequent Traveller. Miles & More Welcome to an exclusive society

Frequent Traveller. Miles & More Welcome to an exclusive society Frequent Traveller Miles & More Welcome to an exclusive society Frequent Traveller a world full of rewards You ve earned it! You ve flown a lot in the past year and have often chosen Miles & More and Lufthansa

More information

The Transforming Airport

The Transforming Airport DAY 2 FOUR PATHWAYS The Transforming Airport Distributed Airport Infrastructure Airport infrastructure; Creating greater choice and convenience for passengers is driving the trend for off-airport facilities.

More information

7 Ways Face Recognition Can Unlock A Secure, Frictionless and Personalized Travel Experience COURTESY OF A SINGLE, UNIFIED BIOMETRIC KEY

7 Ways Face Recognition Can Unlock A Secure, Frictionless and Personalized Travel Experience COURTESY OF A SINGLE, UNIFIED BIOMETRIC KEY 7 Ways Face Recognition Can Unlock A Secure, Frictionless and Personalized Travel Experience COURTESY OF A SINGLE, UNIFIED BIOMETRIC KEY INTRODUCTION Boarding a plane used to be the exciting start to any

More information

PASSUR Aerospace Annual Shareholder Meeting, April 5, 2017

PASSUR Aerospace Annual Shareholder Meeting, April 5, 2017 PASSUR Aerospace Annual Shareholder Meeting, April 5, 2017 1 Revenue Core-Non-Core, 2001-2016 2 3 Our Core and our Plan 1 PREDICT every aircraft trajectory and constraint.» We constantly probe the future,

More information

Service excellence You make the difference

Service excellence You make the difference Service Agents 39 Service Agents: Service excellence Service excellence You make the difference You move people every day Service excellence at Lufthansa is part of our corporate culture and concentrates

More information

ACI-NA Winter and Irregular Operations Management April 23, Rose Agnew

ACI-NA Winter and Irregular Operations Management April 23, Rose Agnew ACI-NA Winter and Irregular Operations Management April 23, 2014 Rose Agnew Agenda IROPS Causes & Effects Overview Actions HUB Airports ACRP Reports Regional Coordination GTAA Expert Panel (Peer Review)

More information

FORECASTING FUTURE ACTIVITY

FORECASTING FUTURE ACTIVITY EXECUTIVE SUMMARY The Eagle County Regional Airport (EGE) is known as a gateway into the heart of the Colorado Rocky Mountains, providing access to some of the nation s top ski resort towns (Vail, Beaver

More information

American Airlines Next Top Model

American Airlines Next Top Model Page 1 of 12 American Airlines Next Top Model Introduction Airlines employ several distinct strategies for the boarding and deboarding of airplanes in an attempt to minimize the time each plane spends

More information

The Improvement of Airline Tickets Selling Process

The Improvement of Airline Tickets Selling Process The Improvement of Airline Tickets Selling Process Duran Li (103034466) Department of Industrial Engineering and Engineering Management, National Tsing Hua University, Taiwan Abstract. The process of a

More information

FLEXIBILITY IN FLIGHT

FLEXIBILITY IN FLIGHT FLEXIBILITY IN FLIGHT THE SKEDFLEX AIR OPERATIONS SUITE is designed to be a seamless fit for tier-thee and tier-four air carriers Flight Operations Management Systems. ett Aviation has chosen to support

More information

If you are searched for the ebook Hamburg City Map in pdf form, then you have come on to the loyal site. We furnish the full variation of this ebook

If you are searched for the ebook Hamburg City Map in pdf form, then you have come on to the loyal site. We furnish the full variation of this ebook Hamburg City Map If you are searched for the ebook Hamburg City Map in pdf form, then you have come on to the loyal site. We furnish the full variation of this ebook in txt, doc, PDF, epub, DjVu forms.

More information

Semantic Representation and Scale-up of Integrated Air Traffic Management Data

Semantic Representation and Scale-up of Integrated Air Traffic Management Data Semantic Representation and Scale-up of Integrated Air Traffic Management Data Rich Keller, Ph.D. * Mei Wei * Shubha Ranjan + Michelle Eshow *Intelligent Systems Division / Aviation Systems Division +

More information

Supports full integration with Apollo, Galileo and Worldspan GDS.

Supports full integration with Apollo, Galileo and Worldspan GDS. FEATURES GENERAL Web-based Solution ALL TRAVELPORT GDS Supports full integration with Apollo, Galileo and Worldspan GDS. GRAPHICAL INTUITIVE WEB EXPERIENCE Intuitive web experience for both GDS expert

More information

Enhance your arrival services and shape with us the future of Lost & Found

Enhance your arrival services and shape with us the future of Lost & Found Enhance your arrival services and shape with us the future of Lost & Found Around 20 million bags With today s technologies, productivity can be increased by 50 % while improving passengers / airlines

More information

Preface. An initiative of:

Preface. An initiative of: Preface The following document is the result of a round-table discussion held by European air travel executives at Munich Airport on 11 and 12 July 2017 and organised by Baggage-as-a-Service (BaaS). The

More information

FACILITATION PANEL (FALP)

FACILITATION PANEL (FALP) International Civil Aviation Organization WORKING PAPER 23/3/16 English only FACILITATION PANEL (FALP) NINTH MEETING Montréal, 4-7 April 2016 Agenda Item 3: Amendments to Annex 9 AIRPORT TRAFFIC FLOW ARRANGEMENTS

More information

STRC. STRC 8 th Swiss Transport Research Conference. Analysis of Depeaking Effects for Zurich Airport s Ground Handler

STRC. STRC 8 th Swiss Transport Research Conference. Analysis of Depeaking Effects for Zurich Airport s Ground Handler Analysis of Depeaking Effects for Zurich Airport s Ground Handler Beat Kisseleff, Emch + Berger AG Zürich Marco Lüthi, ETH Zürich Conference paper STRC 2008 STRC STRC 8 th Swiss Transport Research Conference

More information

General Terms and Conditions and Cancellation Policy for the Service Webshop of Fraport AG

General Terms and Conditions and Cancellation Policy for the Service Webshop of Fraport AG General Terms and Conditions and Cancellation Policy for the Service Webshop of Fraport AG 1. Premium Home-to-Gate Service from Fraport AG 1.1 Home-to-Gate Service Fraport AG offers air travelers departing

More information

International Civil Aviation Organization HIGH-LEVEL CONFERENCE ON AVIATION SECURITY (HLCAS) Montréal, 12 to 14 September 2012

International Civil Aviation Organization HIGH-LEVEL CONFERENCE ON AVIATION SECURITY (HLCAS) Montréal, 12 to 14 September 2012 International Civil Aviation Organization HLCAS-WP/5 4/6/12 WORKING PAPER HIGH-LEVEL CONFERENCE ON AVIATION SECURITY (HLCAS) Montréal, 12 to 14 September 2012 Agenda Item 7: The role of the Machine Readable

More information

WHERE SHOULD WE EXPAND AIRPORT CAPACITY IN METRO LA? December 11, Jacki Murdock, Transportation and Environmental Planner

WHERE SHOULD WE EXPAND AIRPORT CAPACITY IN METRO LA? December 11, Jacki Murdock, Transportation and Environmental Planner WHERE SHOULD WE EXPAND AIRPORT December 11, 2012 CAPACITY IN METRO LA? Jacki Murdock, Transportation and Environmental Planner OVERVIEW Trends in Air Travel Air Travel in SCAG Region Why Airport Expansion?

More information

AirNav Systems LLC. See aircraft on your computer screen just like on a real radar display

AirNav Systems LLC.   See aircraft on your computer screen just like on a real radar display AirNav Systems LLC www.airnavsystems.com See aircraft on your computer screen just like on a real radar display AirNav Systems What is RadarBox? See aircraft all over the world, displayed on your computer

More information

Integrated SWIM. Federal Aviation Administration Presented to: Interregional APAC/EUR/MID Workshop>

Integrated SWIM. Federal Aviation Administration Presented to: Interregional APAC/EUR/MID Workshop> Integrated SWIM Administration Services Presented to: Interregional APAC/EUR/MID Workshop> By: Jeri Groce; SWIM Program Manager Date: 4 October, 2017 Agenda Introduction Business Services SWIM Services

More information

Annual Report 2017 KPI

Annual Report 2017 KPI Annual Report 2017 KPI Version History: Version Date Remark Author 0.1 16/02/18 Initial Draft Barboff 0.2 22/02/18 Data analysis, first conclusions Editorial Board 0.3 23/02/18 Inserted first charts Barboff

More information

Customer Perspectives in Aviation A Process Oriented View

Customer Perspectives in Aviation A Process Oriented View Customer Perspectives in Aviation A Process Oriented View Hamburg Aviation Conference 22-24. February 2012 Prof. Dr. Volker Gollnick Institute for Air Transportation Systems German Aerospace Center Folie

More information

FLEXIBILITY IN FLIGHT

FLEXIBILITY IN FLIGHT FLEXIBILITY IN FLIGHT Solutions taking flight WHEN YOUR AIRLINE DEMANDS an automated flight and crew management system choose SkedFlex, the full-featured, affordable, innovative, expertly supported air

More information

7 Ways Facial Recognition Can Unlock A Secure, Frictionless and Personalized Travel Experience COURTESY OF A SINGLE, UNIFIED BIOMETRIC KEY

7 Ways Facial Recognition Can Unlock A Secure, Frictionless and Personalized Travel Experience COURTESY OF A SINGLE, UNIFIED BIOMETRIC KEY 7 Ways Facial Recognition Can Unlock A Secure, Frictionless and Personalized Travel Experience COURTESY OF A SINGLE, UNIFIED BIOMETRIC KEY INTRODUCTION Boarding a plane used to be the exciting start to

More information

2013 IATA GLOBAL PASSENGER SURVEY HIGHLIGHTS

2013 IATA GLOBAL PASSENGER SURVEY HIGHLIGHTS 2013 IATA GLOBAL PASSENGER SURVEY HIGHLIGHTS * The information contained in our databases and used in this presentation has been assembled from many sources, and whilst reasonable care has been taken to

More information

Landside Safety Programs

Landside Safety Programs Landside Safety Programs Ali Ousmane Mahamane AVN 1160- Aviation Safety Spring 2013 The paper is about the landside safety programs. Landside facilities are facilities related to ground access, vehicle

More information

Customer Complaints Spike at Lufthansa, Decrease at British Airways and Air France

Customer Complaints Spike at Lufthansa, Decrease at British Airways and Air France Customer Complaints Spike at Lufthansa, Decrease at British Airways and Air France Analysis of U.S. Department of Transportation complaint data shows that the German flag-carrier is moving in the opposite

More information