Management System for Flight Information

Size: px
Start display at page:

Download "Management System for Flight Information"

Transcription

1 Management System for Flight Information COP 5611 Chantelle Erasmus Page 1 of 9

2 Project Phases Design Phase (100 percent complete)... 3 Initial Implementation and Testing Phase (0 percent complete)... 8 Final Implementation and Completion Phase (0 percent complete)... 9 Page 2 of 9

3 General Design Phase The general design phase is split into the architecture specification and the design specification. These two phases describe the overall details of the application to be developed. These details may then be developed upon as the project progresses. 1 Architecture Specification The architecture specification contains information about what the application will look like. Figure 1 shows the overall design of the 3-tier structure of the application including the presentation layer, the application layer, and the database layer. The presentation and the application layers are encompassed in a container. Figure Presentation Layer The presentation layer of the application is the actual client application. Functionally, the client will present a screen or screens to the user that displays information. The screen also contains input fields in order to collect information from the user. When a user exercises a need for information, the client will also generate an HQL query based on the input from the user and the information needed by the user. This HQL query will then be sent to the application layer. Page 3 of 9

4 1.2 Application Layer The application layer of the application is the application server used to perform all of the logic. The function of the application layer (application server) is to take the input that is provided by the user and/or the HQL query provided by the presentation layer and to propagate the information to the database or other entities. The application server will also take the information obtained from the presentation layer and retrieve or aggregate the information it needs by converting the HQL query obtained into an SQL query that can be understood by the database layer. 1.3 Database Layer The database layer of the application is the database that contains all of the information that needs to be stored for future reference. It is a repository of all of the data, but it can also contain views in case the retrieval of the data needs to be optimized for any reason. The role authorization for this application will be done in this layer. Each user is assigned a certain role and each role has information that is visible in that role. This ensures that a user cannot access unauthorized information. 1.4 Package Information The application will be packaged as a jar file that can be run in the Java Virtual Machine. This format was selected so that the application can be run on any platform. 1.5 Use Case Format The table below displays the format to be used when each use case is described in the section below. Collects input from user Processes information Retrieves information Outputs Information Table 1 2 Design Specification The design specification contains information about what specifically the application will do. These details may change as the application is developed. 2.1 Users This application will have three types of users passengers, pilots, and administration. Each type of user will have different information that they are interested in and will also have different authorization levels Passenger Users The passenger users will have read-only access to certain kinds of information. This information includes arrival gate locations, departure gate locations, arrival baggage belt locations, arrival dates and times, and departure dates and times. Page 4 of 9

5 2.1.2 Passenger Use Cases Below are several tentative use cases for passenger users. These use cases may be added, modified, or removed as the application is developed in the following phases. A table is added to further clarify what information is used by each of the three layers Query Flight Number for Specific Date and/or Airline In this use case, the passenger user will enter a date and/or an airline and expects to receive a list of flight numbers for that specific date and/or airline in return. Collects date and/or Creates query with Retrieves information Outputs flight numbers airline date/or airline where conditions Table Query Arrival/Departure Gate for Specific Flight Number In this use case, the passenger user will enter a flight number and expects to receive a gate location in return. Collects flight number Creates query with Retrieves information Outputs gate location condition Table 3 Figure 2 shows a sample dialog to be used in this use case. Figure 2 Page 5 of 9

6 Query Arrival Baggage Belt for Specific Flight Number In this use case, the passenger user will enter a flight number and expects to receive a baggage belt location in return. Collects flight number Creates query with Retrieves information Outputs arrival baggage belt location condition Table Query Arrival/Departure Date and Time for Specific Flight Number In this use case, the passenger user will enter a flight number and expects to receive a datetime in return. Collects flight number Creates query with Retrieves information Outputs datetime condition Table Pilot Users The pilot users will have read-only access to certain kinds of information. This information includes arrival gate locations, departure gate locations, arrival baggage belt locations, aircraft types, runway location, arrival dates and times, and departure dates and times Pilot Use Cases Below are several tentative use cases for pilot users. These use cases may be added, modified, or removed as the application is developed in the following phases. A table is added to further clarify what information is used by each of the three layers Query Flight Number for Specific Date and/or Airline In this use case, the pilot user will enter a date and/or an airline and expects to receive a list of flight numbers for that specific date and/or airline in return. Collects date and/or Creates query with Retrieves information Outputs flight numbers airline date/or airline where conditions Table Query Arrival/Departure Gate for Specific Flight Number In this use case, the pilot user will enter a flight number and expects to receive a gate location in return. Collects flight number Creates query with Retrieves information Outputs gate location Page 6 of 9

7 condition Table 7 Figure 3 shows a sample dialog to be used in this use case. MSFI Gate Information Please enter a flight number or a date: Flight Number: Date: February 12 M T W T F S S Find Gate Information Figure Query Arrival Baggage Belt for Specific Flight Number In this use case, the pilot user will enter a flight number and expects to receive a baggage belt location in return. Collects flight number Creates query with Retrieves information Outputs arrival baggage belt location clause Table Query Aircraft Type for Specific Flight Number In this use case, the pilot user will enter a flight number and expects to receive an aircraft type in return. Collects flight number Creates query with Retrieves information Outputs aircraft type clause Table 9 Page 7 of 9

8 Query Runway Location for Specific Flight Number In this use case, the pilot user will enter flight number and expects to receive a runway location in return. Collects flight number Creates query with Retrieves information Outputs runway location clause Table Query Arrival/Departure Date and Time for Specific Flight Number In this use case, the pilot user will enter a flight number and expects to receive a datetime in return. Collects flight number Creates query with Retrieves information Outputs datetime condition Table Administrator Use Cases Below are several tentative use cases for administrator users. These use cases may be added, modified, or removed as the application is developed in the following phases. A table is added to further clarify what information is used by each of the three layers Query Flight Number for Specific Date and/or Airline In this use case, the administrator user will enter a date and/or an airline and expects to receive a list of flight numbers for that specific date and/or airline in return. Collects date and/or airline Creates query with date/or airline where conditions Retrieves information Outputs flight numbers Table 12 3 Summary Based on the elements described in this document, the general design phase of this project has been completed and the initial implementation phase can begin. Initial Implementation and Testing Phase During the Initial Implementation and Testing Phase, the functionality discussed in the General Design Phase will be implemented. Once this initial implementation has been complete, the initial testing for the application will begin. This process will be repeated as necessary. The results from this testing will be used for the next phase of the project. Page 8 of 9

9 Final Implementation and Completion Phase In the Final Implementation and Completion Phase, the results from the testing of the previous phase will be used to finalize the implementation. Once the implementation has been completed, the project has been completed and can be delivered to the end user. Page 9 of 9

Management System for Flight Information

Management System for Flight Information Management System for Flight Information COP 5611 Chantelle Erasmus Page 1 of 17 Project Phases Design Phase (100 percent complete)... 3 Initial Implementation and Testing Phase (90 percent complete)...

More information

INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE. (Dakar, Senegal, 20 22nd July 2011)

INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE. (Dakar, Senegal, 20 22nd July 2011) IP-5 INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE (Dakar, Senegal, 20 22nd July 2011) Agenda item: Presented by: Implementation of a African Regional Centralised Aeronautical

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

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

E: W: avinet.com.au. Air Maestro Training Guide Flight Records Module Page 1

E: W: avinet.com.au. Air Maestro Training Guide Flight Records Module Page 1 E: help@avinet.com.au W: avinet.com.au Air Maestro Training Guide Flight Records Module Page 1 Contents Assigning Access Levels... 3 Setting Up Flight Records... 4 Editing the Flight Records Setup... 10

More information

STAIRWAY IDS ATC SIMULATION ENVIRONMENT - SWIM COMPATIBLE SYSTEM

STAIRWAY IDS ATC SIMULATION ENVIRONMENT - SWIM COMPATIBLE SYSTEM STAIRWAY IDS ATC SIMULATION ENVIRONMENT - SWIM COMPATIBLE SYSTEM Content The problem Simulation Platform Problem Statements The solution Use Case Application Description The benefits and next steps 2 IDS

More information

TIMS to PowerSchool Transportation Data Import

TIMS to PowerSchool Transportation Data Import TIMS to PowerSchool Transportation Data Import Extracting and Formatting TIMS Data Creating the TIMS Extract(s) for PowerSchool Extracting Student Transportation Data from TIMS Formatting TIMS Transportation

More information

Airport Runway Location and Orientation. CEE 4674 Airport Planning and Design

Airport Runway Location and Orientation. CEE 4674 Airport Planning and Design Airport Runway Location and Orientation CEE 4674 Airport Planning and Design Dr. Antonio A. Trani Professor of Civil Engineering Virginia Tech Virginia Tech 1 of 24 Runway Location Considerations The following

More information

Course Project. 1. Let staff make entries when a passenger makes reservations on a flight.

Course Project. 1. Let staff make entries when a passenger makes reservations on a flight. CMSC 461: Database Management Systems Due July 7, 2005 Course Project 1 Purpose To analyze the requirements, design, implement, document and test a database application to automate an airline database

More information

Paperless Aircraft Operations - IATA s Vision and Actions - Chris MARKOU IATA Operational Costs Management

Paperless Aircraft Operations - IATA s Vision and Actions - Chris MARKOU IATA Operational Costs Management Paperless Aircraft Operations - IATA s Vision and Actions - Chris MARKOU IATA Operational Costs Management IATA s Paperless Initiatives Passenger Reservations, Ticketing and Airport Processes e-ticketing

More information

Price-Setting Auctions for Airport Slot Allocation: a Multi-Airport Case Study

Price-Setting Auctions for Airport Slot Allocation: a Multi-Airport Case Study Price-Setting Auctions for Airport Slot Allocation: a Multi-Airport Case Study An Agent-Based Computational Economics Approach to Strategic Slot Allocation SESAR Innovation Days Bologna, 2 nd December

More information

COP 4540 Database Management

COP 4540 Database Management COP 4540 Database Management MICROSOFT ACCESS TUTORIAL Hsin-Yu Ha Create Database Create Table Set up attribute type, primary key, foreign key Query SQL Language SQL Template Tables Example: Library Database

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

Regional Seminar/Workshop on CMA and SAST

Regional Seminar/Workshop on CMA and SAST International Civil Aviation Organization Regional Seminar/Workshop on CMA and SAST September 2011 ICAO Electronic Safety Tools Module 7 1 Contents 7.1 Introduction 7.2 ICAO online safety framework 7.3

More information

Monitoring & Control Tim Stevenson Yogesh Wadadekar

Monitoring & Control Tim Stevenson Yogesh Wadadekar Monitoring & Control Tim Stevenson Yogesh Wadadekar Monitoring & Control M&C is not recognised as an SPDO Domain However the volume of work carried out in 2011 justifies a Concept Design Review M&C is

More information

Bel-Track Manual V /06/2015

Bel-Track Manual V /06/2015 Bel-Track Manual V1.03 25/06/2015 Hello pilot and welcome to our Virtual Airliner. You are steps away from logging your first flight for Brussels Airlines VA. Here you will find some instructions to complete

More information

The D-AIM Project and Trials. Roger Li, D-AIM Project Manager LFV AIXM/WXXM Conference Washington DC, May 13, 2009

The D-AIM Project and Trials. Roger Li, D-AIM Project Manager LFV AIXM/WXXM Conference Washington DC, May 13, 2009 The D-AIM Project and Trials Roger Li, D-AIM Project Manager LFV AIXM/WXXM Conference Washington DC, May 13, 2009 D-AIM Background Cooperation between LFV (Swedish Airports and Air Navigation Services)

More information

User Forum AIM/EAD Evolutions. Thanos PAPAVRAMIDIS, Head of Airspace and AIS Data Management EUROCONTROL Network Management

User Forum AIM/EAD Evolutions. Thanos PAPAVRAMIDIS, Head of Airspace and AIS Data Management EUROCONTROL Network Management User Forum 2011 AIM/EAD Evolutions Thanos PAPAVRAMIDIS, Head of Airspace and AIS Data Management EUROCONTROL Network Management The European Organisation for the Safety of Air Navigation EAD General Concept

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

UVACARS User Guide Version 1.0

UVACARS User Guide Version 1.0 UVACARS User Guide Version 1.0 Effective 1 February 2015 Table of Contents List of Revisions... 3 Credits... 4 Introduction... 5 Installation... 6 Using UVACARS... 8 Getting Started... 8 Preparing UVACARS

More information

THE NEW Agency Sales July 2016

THE NEW  Agency Sales July 2016 THE NEW WWW.AIRCANADA.COM/AGENTS Agency Sales July 2016 WELCOME! SEE WHAT S NEW We are pleased to introduce a newly redesigned www.aircanada.com/agents that is more engaging and designed with your needs

More information

SWIM. Demonstrations and products. Giovanna Ono Koroishi

SWIM. Demonstrations and products. Giovanna Ono Koroishi SWIM Demonstrations and products Giovanna Ono Koroishi gkoroishi@atech.com.br SWIM and XML/GML messages Workshop Lima, Perú, 31 October 2017 to 03 November 2017 Agenda Demonstrations Mini Global II SESAR

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

In-Service Data Program Helps Boeing Design, Build, and Support Airplanes

In-Service Data Program Helps Boeing Design, Build, and Support Airplanes In-Service Data Program Helps Boeing Design, Build, and Support Airplanes By John Kneuer Team Leader, In-Service Data Program The Boeing In-Service Data Program (ISDP) allows airlines and suppliers to

More information

COMMUNICATIONS PANEL. WG-I 20 Meeting

COMMUNICATIONS PANEL. WG-I 20 Meeting International Civil Aviation Organization CP/WG-I20/WP-04 29/02/2016 WORKING PAPER COMMUNICATIONS PANEL WG-I 20 Meeting Montreal, Canada 29 Feb 4 Mar, 2016 Agenda Item xx: Title: IP Environment for UAS

More information

Presentation at Aviation DWG. Johannes Echterhoff

Presentation at Aviation DWG. Johannes Echterhoff Sponsored and hosted by United Nations Environment Programme, with support from UN-SPIDER Bonn Office Co-sponsored by FAA SAA Dissemination Pilot Presentation at Aviation DWG OGC TC meeting in Bonn, 2011

More information

AIRPORTS AUTHORITY OF INDIA S AIRPORT COLLABORATIVE DECISION MAKING SYSTEM. (Presented by Airports Authority of India) SUMMARY

AIRPORTS AUTHORITY OF INDIA S AIRPORT COLLABORATIVE DECISION MAKING SYSTEM. (Presented by Airports Authority of India) SUMMARY 12 th Meeting of Arabian Sea-Indian Ocean ATS Coordination Group ASIOACG/12) & 8 th Meeting of Indian Ocean Strategic Partnership to Reduce Emissions (INSPIRE/8) New Delhi, India, 20-21 September 2017

More information

Flexible Pavement Design

Flexible Pavement Design Flexible Pavement Design FAARFIELD 1.3 Workshop Starting Screen No Job Files Created Click on New Job Presented to: VI ALACPA Airport Pavements Seminar & IV FAA Workshop By: David R. Brill, P.E., Ph.D.

More information

Operations Manual. FS Airlines Client User Guide Supplement A. Flight Operations Department

Operations Manual. FS Airlines Client User Guide Supplement A. Flight Operations Department Restricted Circulation Edition 1.0 For use by KORYO Air & KORYO Connect Pi Operations Manual FS Airlines Client User Guide Supplement 1. 1022 14A This manual has been approved by and issued on behalf of:

More information

Internet Check-in. Entering last name combined with confirmed booking reference or electronic ticket number then click Continue.

Internet Check-in. Entering last name combined with confirmed booking reference or electronic ticket number then click Continue. Internet Check-in 1. Access to www.thaiairways.com then click icheck-in. 2. Passenger Identification Entering last name combined with confirmed booking reference or electronic ticket number then click

More information

10+ years of EAD: picking the low-hanging fruit. guido HAESEVOETS EAD Customer Management 29/01/2015

10+ years of EAD: picking the low-hanging fruit. guido HAESEVOETS EAD Customer Management 29/01/2015 10+ years of EAD: picking the low-hanging fruit guido HAESEVOETS EAD Customer Management 29/01/2015 10+ years of EAD Principles EUROCONTROL operates and manages the EAD on behalf of its Member States,

More information

Gogo Connected Aircraft Services

Gogo Connected Aircraft Services Gogo Connected Aircraft Services Connected Aircraft Services The power of a connected fleet These benefits are made possible through Gogo Inflight Services, the Gogo FLEX Inflight System, the Gogo Inflight

More information

General Aviation Economic Footprint Measurement

General Aviation Economic Footprint Measurement General Aviation Economic Footprint Measurement Round Table Discussions ATAC, Ottawa Thursday, March 1 st, 2007 Presentation Outline Electronic Collection of Air Transportation Statistics (ECATS) at Transport

More information

ARIS/SL schedule loader

ARIS/SL schedule loader ARIS/SL schedule loader Ascent Technology, Inc. 695 Atlantic Avenue, 9th Floor Boston, MA 02111-2758 USA Telephone: +1.617.395.4800 email: sales@ascent.com www.ascent.com Load and store SSIM flight-schedule

More information

FOR SMALL AND MEDIUM SIZED AIRPORTS Velocity FIDS

FOR SMALL AND MEDIUM SIZED AIRPORTS Velocity FIDS is a FIDS solution for small and medium sized airports. It is available as an installed and as a cloud solution and it is multi airport solution. The package contains many use full features like a flight

More information

Fly at the speed of ingenuity on your Learjet 85

Fly at the speed of ingenuity on your Learjet 85 rockwell collins Pro Line Fusion Avionics Fly at the speed of ingenuity on your Learjet 85 Image courtesy of Bombardier. Experience the most advanced avionics system ever offered on a mid-size jet. Achieve

More information

SWIM Flight Data Publication Service (SFDPS): Integrating SWIM Apps to Visualize Aviation Data. Federal Aviation Administration

SWIM Flight Data Publication Service (SFDPS): Integrating SWIM Apps to Visualize Aviation Data. Federal Aviation Administration SWIM Flight Data Publication Service (SFDPS): Administration Integrating SWIM Apps to Visualize Aviation Data By: Melissa Matthews Administration Date: September 21, 2016 Air Traffic Information Exchange

More information

Using Mountain Air's Website

Using Mountain Air's Website Using Mountain Air's Website Version 1.1 January 3, 2013 2013 Mountain Air Virtual Airlines Help-Tip for learning the Website: While exploring Mountain Air's website, you will see your mouse arrow cursor

More information

RAAS Fleet Status Reporting and Defect Management Overview. January 13, of 1

RAAS Fleet Status Reporting and Defect Management Overview. January 13, of 1 RAAS Fleet Status Reporting and Defect Management Overview January 13, 2017 1 of 1 RAAS Fleet Status Reporting and Defect Management Overview RAAS Fleet Status View (A larger standalone jpeg graphic accompanies

More information

Experience with Digital NOTAM

Experience with Digital NOTAM Experience with Digital NOTAM Richard Rombouts Senior Consultant Snowflake Software Digital NOTAM in our Products Support for Digital NOTAM (v1.0 & v2.0) in GO Loader v1.7.4 GO Publisher v3.0 ATM Viewer

More information

Angel Flight Information Database System AFIDS

Angel Flight Information Database System AFIDS Pilot s Getting Started Guide Angel Flight Information Database System AFIDS Contents Login Instructions... 3 If you already have a username and password... 3 If you do not yet have a username and password...

More information

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1 DFT Database API Prepared by: Toby Wicks, Software Engineer Version 1.1 19 November 2010 Table of Contents Overview 3 Document Overview 3 Contact Details 3 Database Overview 4 DFT Packages 4 File Structures

More information

FAST FERRY RESERVATION SYSTEM

FAST FERRY RESERVATION SYSTEM FAST FERRY RESERVATION SYSTEM KITSAP TRANSIT RESPONSES TO CONSULTANT FOUR NINES RECOMMENDATIONS March 5, 2019 Board of Commissioners Meeting Retain Current System Retain current reservation system Seek

More information

Module description: Traffic Sample. Pim van Leeuwen, NLR Second Demonstration Workshop Braunschweig, Germany June 25 th, 2013

Module description: Traffic Sample. Pim van Leeuwen, NLR Second Demonstration Workshop Braunschweig, Germany June 25 th, 2013 Module description: Traffic Sample Pim van Leeuwen, NLR Second Demonstration Workshop Braunschweig, Germany June 25 th, 2013 Structure of the presentation Scenario: traffic definition (sample) + events

More information

Airspace User Forum 2012

Airspace User Forum 2012 Airspace User Forum 2012 Better prediction: why we need your schedules Francis DECROLY Expert Quality Operational Specifications & Requirements Section Why do we need Airlines schedules? Provide the Network

More information

Microsoft Courses Schedule February December 2017

Microsoft Courses Schedule February December 2017 Training Solutions guarantee. An established hi-tech certified training Microsoft Courses Schedule February December 2017 20345-1 Administering Microsoft Exchange Server 2016 990 13 March 17 March........

More information

Brighton City Airport Brighton City Airport, Shoreham by Sea, BN43 5FF

Brighton City Airport Brighton City Airport, Shoreham by Sea, BN43 5FF Site: «JobCustom Site Address» Test date: «JobCustom PCT Test Date» Field measurements of sound insulation ANC Registration No: 117 REPORT No: «JobCustom ANC No.» Acoustic Associates Sussex Ltd Client:

More information

Frequently asked questions (FAQ)

Frequently asked questions (FAQ) Frequently asked questions (FAQ) Content 1. Subscription 2. Connectivity 3. Data (General) 4. Air carrier traffic 5. Traffic by Flight Stage (TFS) 6. Air carrier finances 7. Airport traffic 8. On-Flight

More information

ELOQUA INTEGRATION GUIDE

ELOQUA INTEGRATION GUIDE ELOQUA INTEGRATION GUIDE VERSION 2.2 APRIL 2016 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Eloqua and the WorkCast Platform and to explain the

More information

RV10 Weight and Balance

RV10 Weight and Balance RV10 Weight and Balance Author: Greg Hale -------- ghale5224@aol.com Rev. Date: 4/15/2008 11:43:34 AM The RV10 weight and balance program was designed for the Van's RV10 aircraft. The program includes

More information

Incorporates passenger management, fleet management and revenue/cost reporting

Incorporates passenger management, fleet management and revenue/cost reporting 1 Web based business system providing comprehensive functionality for domestic and international airline operations Incorporates passenger management, fleet management and revenue/cost reporting Comprehensive

More information

API Gateway Version September Authentication and Authorization Integration Guide

API Gateway Version September Authentication and Authorization Integration Guide API Gateway Version 7.5.2 15 September 2017 Authentication and Authorization Integration Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway

More information

PILOT PORTAL. User s Manual for registered users. of the COMSOFT Aeronautical Data Access System (CADAS) ARO Tallinn

PILOT PORTAL. User s Manual for registered users. of the COMSOFT Aeronautical Data Access System (CADAS) ARO Tallinn PILOT PORTAL of the COMSOFT Aeronautical Data Access System (CADAS) User s Manual for registered users For assistance contact: ARO Tallinn Phone: +372 6 258 282, +372 6258 293, +372 6 058 905 Fax: +372

More information

Amtrak Enhancements Euronet Fall Release

Amtrak Enhancements Euronet Fall Release Amtrak Unstaffed Stations - New Ticketing Options: Sales from unstaffed stations previously were blocked in Euronet as travelers had no method for retrieving tickets. These locations will now be made available

More information

GROUND HANDLING COURSES Amadeus Customer Service

GROUND HANDLING COURSES Amadeus Customer Service GROUND HANDLING COURSES Amadeus Customer Service 30 April 2018 SUMMARY Altéa Administration for Ground Handlers... 3 Amadeus Altea document management for Altea Departure Control... 4 Amadeus Security

More information

SWEN502 Foundations of Databases Session 2. Victoria University of Wellington, 2017, Term 2 Markus Luczak-Roesch

SWEN502 Foundations of Databases Session 2. Victoria University of Wellington, 2017, Term 2 Markus Luczak-Roesch SWEN502 Foundations of Databases Session 2 Victoria University of Wellington, 2017, Term 2 Markus Luczak-Roesch (@mluczak) Contact Markus Luczak-Roesch markus.luczak-roesch@vuw.ac.nz @mluczak 04 463 5878

More information

Current and Forecast Demand

Current and Forecast Demand Existing Facilities Jacksonville International Airport (JIA) is served by a number of airside and landside facilities. There are two runways that serve the airport in an open V configuration. The Annual

More information

FLIGHT TAX SYSTEMS Users Guide to Features and Reporting Advanced Topics

FLIGHT TAX SYSTEMS Users Guide to Features and Reporting Advanced Topics FLIGHT TAX SYSTEMS Users Guide to Features and Reporting Advanced Topics March 10, 2016 1 Jed Wolcott, CPA, MBA President Sue Folkringa, CPA, MTax Commercial Pilot, AS/MEL, ATP, Airplane 2 Shayne Gutierrez

More information

What s New in VAX VacationAccess? VAX VacationAccess December 8, 2011 Enhancements Reference Guide

What s New in VAX VacationAccess? VAX VacationAccess December 8, 2011 Enhancements Reference Guide ? VAX VacationAccess December 8, 2011 Enhancements Reference Guide Intentionally left blank January 2013 VAX VacationAccess Page 2 Version Date: December 8, 2011 Introduction At VAX VacationAccess, we

More information

Baggage at Schiphol. Welcome to Amsterdam Airport

Baggage at Schiphol. Welcome to Amsterdam Airport Baggage at Schiphol Baggage at Schiphol Each year, Amsterdam Airport Schiphol handles over 50 million items of baggage. This can vary from day to day from around 120,000 items on a slow day to 180,000

More information

MetroAir Virtual Airlines

MetroAir Virtual Airlines MetroAir Virtual Airlines NAVIGATION BASICS V 1.0 NOT FOR REAL WORLD AVIATION GETTING STARTED 2 P a g e Having a good understanding of navigation is critical when you fly online the VATSIM network. ATC

More information

Quick Reference Guide Version

Quick Reference Guide Version Quick Reference Guide Version 2013.1 400 Minuteman Road Andover, MA 01810 USA Tel 978.983.6300 Fax 978.983.6400 Edgbaston House (15 th Floor) 3 Duchess Place, Hagley Road Birmingham, B16 8HN United Kingdom

More information

EMORAT (Evaluation & Monitoring of Operational Readiness + Airport Transfer)

EMORAT (Evaluation & Monitoring of Operational Readiness + Airport Transfer) EMORAT (Evaluation & Monitoring of Operational Readiness + Airport Transfer) Program Information presented by: Panos M. Alevras Understanding of EMORAT E = Evaluation M = Monitoring (Pushing) OR = Operational

More information

Birmingham Airport 2033

Birmingham Airport 2033 Over the next 15 years, we will expand and improve the Airport to maximise our potential as a single runway airport by investing 500 million in new development. Our plans take account of our forecasted

More information

AIRPORT MANAGEMENT AND DEVELOPMENT SYSTEM

AIRPORT MANAGEMENT AND DEVELOPMENT SYSTEM Paper No. 2259 AIRPORT MANAGEMENT AND DEVELOPMENT SYSTEM Mohamed R. Arafa, Ahmed A. Zanaty, Laila M. Hasan Presented at The 25 th ESRI User Conference July 25-29, 2005 San Diego, California ABSTRACT Part

More information

Seminar on USOAP Continuous Monitoring Approach (CMA) and State Aviation Safety Tools (SAST)

Seminar on USOAP Continuous Monitoring Approach (CMA) and State Aviation Safety Tools (SAST) International Civil Aviation Organization Seminar on USOAP Continuous Monitoring Approach (CMA) and State Aviation Safety Tools (SAST) ICAO Electronic Safety Tools Module 10 1 Contents 9.1 Introduction

More information

Request for Information No OHIO/INDIANA UAS CENTER AND TEST COMPLEX. COA and Range Management Web Application. WebUAS

Request for Information No OHIO/INDIANA UAS CENTER AND TEST COMPLEX. COA and Range Management Web Application. WebUAS OHIO/INDIANA UAS CENTER AND TEST COMPLEX COA and Range Management Web Application WebUAS Request for Information (RFI) Issuing Agency: Ohio Department of Transportation Issue Date: 12/10/2013 Respond by:

More information

Airline Operation Center s Access to Integrated Terminal Weather System (ITWS) Products

Airline Operation Center s Access to Integrated Terminal Weather System (ITWS) Products Airline Operation Center s Access to Integrated Terminal Weather System (ITWS) Products Orlando NBAA Meeting November 2005 ITWS Currently Being Deployed 11 ITWS sites, covering 19 major airports, already

More information

AOP-NOP Integration. Airports CDM Information Exchange Dr. Alexandra von Eckartsberg

AOP-NOP Integration. Airports CDM Information Exchange Dr. Alexandra von Eckartsberg AOP-NOP Integration Airports CDM Information Exchange 2016 Dr. Alexandra von Eckartsberg ACI Liaison Officer 21/10/2016 Integrating Airports with the Network Enables sharing of collected data Improves

More information

American Institute of Aeronautics and Astronautics

American Institute of Aeronautics and Astronautics Speech by Jeff Hmara to the American Institute of Aeronautics and Astronautics Tuesday April 25, 2002 FREE FLIGHT 1500 K Street, NW Suite 500 Washington, DC 20005 WHAT IS FREE FLIGHT?...3 CORE CAPABILITIES...3

More information

USER GUIDE Cruises Section

USER GUIDE Cruises Section USER GUIDE Cruises Section CONTENTS 1. WELCOME.... CRUISE RESERVATION SYSTEM... 4.1 Quotes and availability searches... 4.1.1 Search Page... 5.1. Search Results Page and Cruise Selection... 6.1. Modifying

More information

ATPCO. Intended positioning on the market

ATPCO. Intended positioning on the market Company profile Founded in 1965 Head Office address USA (Washington Dulles International Airport) Countries with offices 3 countries (USA, UK, Singapore) Main activities Number of employees Countries with

More information

SWIM Technical Infrastructure (ATC-ATC and EAD Profiles)

SWIM Technical Infrastructure (ATC-ATC and EAD Profiles) SWIM Technical Infrastructure (ATC-ATC and EAD Profiles) D. Di Crescenzo SELEX Consortium F. Pérez Alamillo Indra H. Souami Thales H. Milchrahm FREQUENTIS ATC (MUAC) NM NOP ATC (Coflight) SWIM infrastructure

More information

Impact of Equipage on Air Force Mission Effectiveness

Impact of Equipage on Air Force Mission Effectiveness Impact of Equipage on Air Force Mission Effectiveness Presentation at ICCRTS 28 September 2006 Slide 1 Background On 3 April 1996 a military version of the Boeing 737 crashed in Dubrovnik, Croatia Sec.

More information

Data Origination, Management and WGS 84. ICAO PBN Seminar Data Origination & Management and WGS 84

Data Origination, Management and WGS 84. ICAO PBN Seminar Data Origination & Management and WGS 84 Data Origination, Management and WGS 84 1 Learning Objectives Overview Understand the implication of publishing incorrect navigational data in the State s AIP Identify why it is essential to use a common

More information

Seychelles Civil Aviation Authority. Telecomm & Information Services Unit

Seychelles Civil Aviation Authority. Telecomm & Information Services Unit Seychelles Civil Aviation Authority Telecomm & Information Services Unit 12/15/2010 SCAA 1 WORKSHOP EXERCISE Workshop on the development of National Performance Framework 6 10 Dec 2010 10/12/2010 SCAA

More information

Emerging Locator & Flight Data Technology

Emerging Locator & Flight Data Technology Emerging Locator & Flight Data Technology Agenda Near term Flight Locator Solutions - ACARS AOC / ACMS - ACARS ADS-C - Inmarsat Aspire 200 - SkyConnect / Iridium Flight Data Solutions - Existing Systems

More information

Analysis of Air Transportation Systems. Airport Capacity

Analysis of Air Transportation Systems. Airport Capacity Analysis of Air Transportation Systems Airport Capacity Dr. Antonio A. Trani Associate Professor of Civil and Environmental Engineering Virginia Polytechnic Institute and State University Fall 2002 Virginia

More information

Draft Concept Alternatives Analysis for the Inaugural Airport Program September 2005

Draft Concept Alternatives Analysis for the Inaugural Airport Program September 2005 Draft Concept Alternatives Analysis for the Inaugural Airport Program September 2005 Section 1 - Introduction This report describes the development and analysis of concept alternatives that would accommodate

More information

CONNECT Events: Flight Optimization

CONNECT Events: Flight Optimization CONNECT Events: Flight Optimization Ian Britchford Director Post Flight Solutions 5 th October 2016 Data Analysis and Root Cause Evaluation for Continuous Improvement Learn about Jeppesen s next level

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

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

SASP Advisory Committee Meeting #3

SASP Advisory Committee Meeting #3 SASP Advisory Committee Meeting #3 MnDOT Office of Aeronautics #FlyMN www.minnesotago.org 1 Agenda Public Involvement Plan Update Defining the System Classification Review Minimum System Objectives Performance

More information

EMD ELECTRONIC MISCELLANEOUS DOCUMENT

EMD ELECTRONIC MISCELLANEOUS DOCUMENT EMD ELECTRONIC MISCELLANEOUS DOCUMENT INTRODUCTION The EMD is a new feature of the Electronic Miscellaneous Document (EMD) product. Its aim is to provide Amadeus travel agents with the list of airlines

More information

Airport Master Plan. Rapid City Regional Airport. October 2015 FAA Submittal

Airport Master Plan. Rapid City Regional Airport. October 2015 FAA Submittal Airport Master Plan Rapid City Regional Airport October 2015 FAA Submittal Rapid City Regional Airport Master Plan Update Table of Contents Executive Summary... i Scope & Timeline... i Forecasts... i Preferred

More information

COCESNA S FLIGHT PLAN STATISTICS. Flight Plan

COCESNA S FLIGHT PLAN STATISTICS. Flight Plan COCESNA S FLIGHT PLAN STATISTICS Flight Plan FLIGHT PLAN IN CENTRAL AMERICA In different parts of the world the problem in the flight plans is a wellknown issue, Central America is not the exception, the

More information

Module Objectives. Creating a Manual Fare Build

Module Objectives. Creating a Manual Fare Build The Galileo system is capable of quoting most fares automatically. However, there are occasions when this is not possible or when you may elect to use a non-system fare. In these situations, it is possible

More information

Unit II Clearance Delivery

Unit II Clearance Delivery Unit II Clearance Delivery 1- Introduction The function of the Clearance Delivery controller is to issue an IFR clearance to aircraft planning to depart IFR, and to gather and issue flight information

More information

6 th CAPSCA Asia Pacific Meeting. Business Continuity Management Systems: Implementation Guidelines for Airports

6 th CAPSCA Asia Pacific Meeting. Business Continuity Management Systems: Implementation Guidelines for Airports 6 th CAPSCA Asia Pacific Meeting Business Continuity Management Systems: Implementation Guidelines for Airports Manila Philippines 22-25 April 2013 Mr. Craig Bradbrook Deputy Director General Airports

More information

Tivoli/Plus for ADSM 1.0

Tivoli/Plus for ADSM 1.0 Tivoli/Plus for ADSM 1.0 8 Tivoli/Plus for??? Release Notes Tivoli/Plus for ADSM 1.0 System Requirements The Tivoli/Plus for ADSM module provides management of the ADSM version 1.2 server application and

More information

etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide

etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter

More information

MyFBO Help. Contents TRAINING ONLY

MyFBO Help. Contents TRAINING ONLY MyFBO Help Updated: July 25,2011 The online help menu works well to find most answers and explanations how to use the system. Simply click on the blue question mark symbol on the top right corner of MyFBO.com.

More information

Multi Nodal Regional ATFM/CDM Concept and Operational Trials Colombo 7 May 2014

Multi Nodal Regional ATFM/CDM Concept and Operational Trials Colombo 7 May 2014 Multi Nodal Regional ATFM/CDM Concept and Operational Trials Colombo 7 May 2014 CANSO Asia Pacific Collaborative ATM Operations Workshop, Colombo 7 May 201 Evolution of the Regional ATFM Concept Research

More information

EXHIBITORS WITH BOOTH SPACE OVER 1501 SQ. FT.

EXHIBITORS WITH BOOTH SPACE OVER 1501 SQ. FT. AAOS 2019 Housing Rules and Regulations EXHIBITORS WITH BOOTH SPACE OVER 1501 SQ. FT. In an effort to ensure that sleeping rooms are properly allocated and available to both exhibitors and meeting attendees,

More information

Project 2 Database Design and ETL

Project 2 Database Design and ETL Project 2 Database Design and ETL Out: October 4th, 2018 1 Introduction: What is this project all about? We ve now studied many techniques that help in modeling data (E-R diagrams), which can then be migrated

More information

Katya Vashchankova, Head, IATA MET Program Turbulence Impact Mitigation Workshop, 2018

Katya Vashchankova, Head, IATA MET Program Turbulence Impact Mitigation Workshop, 2018 Flight Operations Efficiency Flight Operations Efficiency Flight Operations Efficiency Katya Vashchankova, Head, IATA MET Program Turbulence Impact Mitigation Workshop, 2018 Current problem with turbulence

More information

AIRCRAFT NOISE ABATEMENT TASK FORCE FOR THE ST. PETERSBURG-CLEARWATER INTERNATIONAL AIRPORT. December 1, 2004

AIRCRAFT NOISE ABATEMENT TASK FORCE FOR THE ST. PETERSBURG-CLEARWATER INTERNATIONAL AIRPORT. December 1, 2004 AIRCRAFT NOISE ABATEMENT TASK FORCE FOR THE ST. PETERSBURG-CLEARWATER INTERNATIONAL AIRPORT The Aircraft Noise Abatement Task Force for the St. Petersburg- Clearwater International Airport (PIE) met at

More information

Simulation Analysis of Dual CRDA Arrival Streams to Runways 27 and 33L at Boston Logan International Airport

Simulation Analysis of Dual CRDA Arrival Streams to Runways 27 and 33L at Boston Logan International Airport MTR 00W0000128 MITRE TECHNICAL REPORT Simulation Analysis of Dual CRDA Arrival Streams to Runways 27 and 33L at Boston Logan International Airport November 2000 Brian Simmons Linda Boan Dr. Patricia Massimini

More information

Concur Travel: View More Air Fares

Concur Travel: View More Air Fares Concur Travel: View More Air Fares Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents View

More information

Washington Dulles International Airport (IAD) Aircraft Noise Contour Map Update. Ultimate Operations 5th Working Group Briefing 9/25/18

Washington Dulles International Airport (IAD) Aircraft Noise Contour Map Update. Ultimate Operations 5th Working Group Briefing 9/25/18 Washington Dulles International Airport (IAD) Aircraft Noise Contour Map Update Ultimate Operations 5th Working Group Briefing 9/25/18 Meeting Purpose Discuss methodology of Ultimate build scenario operations

More information