Using the FlightInfo API version 2.0 from Swedavia

Size: px
Start display at page:

Download "Using the FlightInfo API version 2.0 from Swedavia"

Transcription

1 INFORMATION (26) Using the FlightInfo API version 2.0 from Swedavia Table of contents 1 APIS AT SWEDAVIA REST based APIs XML and JSON Latest-Modified and If-Modified-Since The developer portal THE FLIGHTINFO API Date and time values Airline and airport codes IATA and ICAO codes for Swedavias airports Arrivals Departures Queries Supported fields Supported operations Examples: Continuationtoken THE DATA MODEL FOR FLIGHTINFO Arrivals data model Departures data model FlightLegStatus values APPENDIX A JSON EXAMPLES Arrivals data json example Departures data json example...19

2 INFORMATION (26) 1 APIS AT SWEDAVIA Swedavia have strategically chosen to develop APIs as a means of exchanging information with others. 1.1 REST based APIs To ensure that a wide audience, irrespective of technological choices, able to consume Swedavias APIs they are exposed as REST interfaces. This means that any technological stack that can make http-calls and process text and preferably XML or JSON - can make good use of these APIs XML and JSON All Swedavias APIs can accept and return data in XML and JSON formats. To ensure that the messages you get have the kind of formatting that best suits your needs, e.g. XML because you have better technology for using XML or JSON because you want to have faster responses with less overhead, be sure to add a header to all your requests. In the example below the request asks for a JSON response by specifying the Accept header, and the response states in the Content- Type header that JSON is returned: Request Accept: application/json Response Content-Type: application/json Latest-Modified and If-Modified-Since This feature is currently not supported in version 2.0 of the flightinfo API. 1.2 The developer portal Swedavia uses the Azure API Management service to manage all APIs. As a part of this service the Azure API Developer Portal is available for all consumers. In this portal users can see what APIs are offered, see message structures, test the APIs and even get some sample code developed. Swedavias API Developer Portal can be found here: 2 THE FLIGHTINFO API The FlightInfo API offers information about arriving and departing flights to and from Swedavias 10 airports. Read more here about Swedavias airports here:

3 INFORMATION (26) 2.1 Date and time values It is common practice in the airport business to always use date values in the UTC time zone, unless otherwise specified in technical standards like the Last- Modified header (see above). This makes translating date values to all other time zones easy and predictable. To remind our consumers about this we usually add a Utc suffix to our date fields, e.g. scheduledutc. 2.2 Airline and airport codes In the FlightInfo API some codes that are specific to airline and airports are used. These codes are maintained by IATA ( and ICAO ( As an example the flightid field will contain a two letter IATA code that designates the airline that operates the flight, followed by a flight number and sometimes an operational suffix. The links below shows a lot of such codes. IATA and ICAO codes specifically for Swedavias airports are presented separately below IATA and ICAO codes for Swedavias airports Airport IATA code ICAO code ARN ESSA Bromma Stockholm Airport BMA ESSB Göteborg Landvetter Airport GOT ESGG Malmö Airport MMX ESMS Luleå Airport LLA ESPA Umeå Airport UME ESNU Åre Östersund Airport OSD ESNZ Visby Airport VBY ESSV Ronneby Airport RNB ESDF Kiruna Airport KRN ESNQ

4 INFORMATION (26) 2.3 Arrivals 2.4 Departures The API allows for the consumer to fetch a list of flights that arrives at a specified Swedavia airport at a specified date. Please note that this date also is a UTC date. To get this list of flights issue a get request to the specified url with the iata code of the airport and the date of interest embedded in the url, e.g. GET From this request the API will produce a list of flights arriving at Stockholm Arlanda Airport during the 30th of June The API generally saves flight info for a time span between 7 days back in time to 90 days into the future. Adding a value to the If-Modified-Since header will ensure that only the flight information that was updated is returned to the consumer. For more details about the arrivals REST resources see the developer portal. See the data model section below for more details on the information fields of the flights. The API allows for the consumer to fetch a list of flights that departs at a specified Swedavia airport at a specified date. Please note that this date also is a UTC date. To get this list of flights issue a get request to the specified url with the iata code of the airport and the date of interest embedded in the url, e.g. GET From this request the API will produce a list of flights departing at Stockholm Arlanda Airport during the 30th of June The API generally saves flight info for a time span between 7 days back in time to 90 days into the future. Adding a value to the If-Modified-Since header will ensure that only the flight information that was updated is returned to the consumer. For more details about the departures REST resources see the developer portal. See the data model section below for more details on the information fields of the flights.

5 INFORMATION (26) 2.5 Queries The API allows for the consumer to use Odata syntax in the Query endpoint and offers the usage of a continuationtoken. GET Supported fields Field airport flighttype scheduled estimated flightstatus flightid Description IATA code for any Swedavia airport A for arrival and D for Departure Local swedish date for departure or arrival Utc date and time for estimated departure or arrival See documentation or response for status codes Operator code and flight number Supported operations Examples: The supported odata operators for the query endpoint are and, or, eq, ne, gt, ge, lt, le Get departures from Arlanda for airport eq 'ARN' and scheduled eq '180209' and flighttype eq 'D' Get arrivals from Arlanda and Visby for (airport eq 'ARN' or airport eq 'VBY') and flighttype eq 'A' and scheduled eq '180209' Get single flight airport eq 'ARN' and scheduled eq '180209' and flighttype eq 'D' and flightid eq 'SK007' To get all flights, leave the filter parameter empty 2.6 Continuationtoken Used for getting next set of flights. Use the value from your last result to get updated flights. If no flights have been updated, you will get a result without flights. You can store your continuationtoken locally and reuse it in a later call. The token is base64 encoded and needs to be escaped client side. In.NET a client would call

6 INFORMATION (26) "token = Uri.EscapeDataString(token); 3 THE DATA MODEL FOR FLIGHTINFO 3.1 Arrivals data model Field Description Example to Arriving to arrivalairportiata MMX arrivalairporticao ESMS arrivalairportswedish Arrival airport name in Swedish Malmö arrivalairportenglish Arrival airport name in English Malmö flightarrivaldateutc Arrival date in UTC nrofflights Number of flights in response 60 flights [] A list with one or more flights flightid Flight number HP025 departureairportswedish Departure airport name in Swedish Stockholm ARN departureairportenglish Departure airport name in English Stockholm ARN arrivaltime Arrival time information scheduledutc Scheduled time of arrival in UTC T00:35:00Z estimatedutc Estimated time of arrival in UTC T00:08:00Z actualutc Actual time of arrival in UTC T00:06:00Z locationandstatus terminal Terminal identifier A1 flightlegstatus The status of a FlightLeg. LAN flightlegstatusswedish Status text in Swedish Landat 2030 flightlegstatusenglish Status text in English Landed 2030 baggage Information about where bags can be found. baggageclaimunit Baggage belt 3 firstbagutc UTC time for first bag on baggage belt T00:47:14Z lastbagutc UTC time for last bag on baggage belt T00:54:52Z codesharedata [] Zero or more alternate flight id s. See code share section. codeshareflightid Alternate flightid W63439 flightlegidentifier A set of fields that uniquely identifies a FlightLeg ifplid Initial Flight plan Identifier XX callsign Uniquely identifies an aircraft using the airspace around an airport APF025 aircraftregistration Unique aircraft identifier SELFS ssrcode Secondary Surveillance Radar Code 7056 flightid Flight number HP025 flightdeparturedateutc Departure date in Utc T00:00:00Z departureairportiata Departure airport Iata code ARN

7 INFORMATION (26) arrivalairportiata Arrival airport Iata code MMX departureairporticao Departure airport Icao ESSA arrivalairporticao Arrival airport Icao ESMS 3.2 Departures data model Field Description Example from Departure from departureairportiata Iata code for depature airport UME departureairporticao Icao code for departure airport ESNU departuresairportswedish Departure airport in swedish Umeå departuresairportenglish Departure airport in english Umeå flightdeparturedateutc Departure date in UTC nrofflights 26 flights [] A list with one or more flights flightid Flight number arrivalairportswedish Arrival airport in Swedish. arrivalairportenglish Arrival airport in Swedish. departuretime scheduledutc Scheduled time of departure in UTC T02:45:00Z estimatedutc Estimated time of departure in UTC T02:45:00Z actualutc Actual time of departure in UTC locationandstatus terminal Terminal identifier 5 gate Uniquely defines one gate at the airport. F65 gateaction The stage in the boarding C gateactionswedish Gate stage in Swedish Utgång stängd gateactionenglish Gate stage in English Gate closed gateopenutc The UTC time at which the gate is opened for passenger processing gatecloseutc The UTC time at which the gate is closed for passenger processing. flightlegstatus The status of a FlightLeg ACT flightlegstatusswedish Status in Swedish Startat flightlegstatusenglish Status in English Departed checkin checkinstatus The check in status C checkinstatusswedish Check in status in Swedish. Stängd checkinstatusenglish Check in status in English. Closed checkindeskfrom The first check in desk code 54 checkindeskto The last check in desk code 55 codesharedata [] codeshareflightid Alternate flightid W63439 flightlegidentifier ifplid Initial Flight plan Identifier XX callsign Uniquely identifies an aircraft using the airspace around an airport APF025 aircraftregistration Unique aircraft identifier ssrcode Secondary Surveillance Radar Code.

8 INFORMATION (26) flightid Flight number HP108 flightdeparturedateutc Scheduled time of departure in UTC T00:00:00Z departureairportiata Departure airport IATA code UME arrivalairportiata Arrival airport IATA code KRN departureairporticao Departure airport ICAO code ESNU arrivalairporticao Arrival airport ICAO code ESNQ Field explanations Name Arrivals Departures Description flightid Yes Yes The flightid together with the airport and the arrival or departure time uniquely identifies a flight. The flightid is what passengers usually see on their tickets. It consists of an IATA code for the airline that operates the flight, a flight number and sometimes an operational suffix. It is a string and these are some sample values: JD343, 8Q453E codesharedata Yes Yes Code share data contains information about alternate flightids for a flight. This is common when multiple airlines cooperates. So, a traveler might see the flightid or any of the code share flight ids on his or her ticket. numberofflights Yes Yes The number of flights included in this message arrivaltime Yes No The time in UTC that the flight arrives, Three different times are provided: the scheduled time that passengers see on their tickets, the estimated time if Swedavia has reason to think that the scheduled time will differ from the actual time, and the actual arrival time. departuretime No Yes The time in UTC that the flight departs, Three different times are provided: the scheduled time that passengers see on their tickets, the estimated time

9 INFORMATION (26) if Swedavia has reason to think that the scheduled time will differ from the actual time, and the actual departure time. locationandstatus Yes Yes The terminal and gate of the flight, as well as a status e.g. Gate closed or Landed. Baggage Yes No Information about where bags can be found, e.g. Belt 1 and when it arrives on that belt. checkin No Yes Information about check in disks (a range) as well as the status e.g. Open. 3.3 FlightLegStatus values Value SCH FPL FLS SEQ ACT CAN LAN RER DIV DEL Description Scheduled The initial state for scheduled flights. A known FlightLeg that is expected to depart and land according to the available information. Can transition to: FPL, ACT, CAN Flight Plan Initial state for flights that aren't scheduled. The flight plan has been filed and is registered by ATM. Can transition to: FLS, SEQ, ACT, CAN Flight Suspended The flight has been suspended by ATM, but can be activated at any time. Can transition to: FPL, CAN, Sequenced The flight has been sequenced by ATM. Can transition to: ACT, CAN Active The aircraft is off block, and might be airborne. Can transition to: LAN, RER Cancelled The FlightLeg has been cancelled. End state Landed The aircraft has landed on the scheduled airport. End state. Rerouted The aircraft is in the air, but the destination airport has been changed. After landing the state will change to DIV. Can transition to: DIV Diverted The aircraft has landed on an unscheduled airport. End state. Deleted The FlightLeg appears to have been deleted/removed. This is probably the result of

10 INFORMATION (26) missing schedule change information or some other data errors. End state.

11 INFORMATION (26) 4 APPENDIX A JSON EXAMPLES 4.1 Arrivals data json example "numberofflights": 17, "to": "arrivalairportenglish": "Stockholm ARN", "arrivalairportswedish": "Stockholm ARN", "flightarrivaldate": " " "flights": [ "arrivaltime": "scheduledutc": " T17:45:00Z" "baggage": "baggageclaimunit": "4", "estimatedfirstbagutc": " T17:57:30Z" "departureairportenglish": "Riga", "departureairportswedish": "Riga", "flightid": "BT109", "flightlegidentifier": "callsign": "BTI1X9", "departureairportiata": "RIX", "departureairporticao": "EVRA", "flightid": "BT109" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T17:45:00Z" "baggage": "baggageclaimunit": "2", "estimatedfirstbagutc": " T18:06:15Z" "departureairportenglish": "Warsaw", "departureairportswedish": "Warszawa", "flightid": "LO457", "flightlegidentifier": "callsign": "LOT4CE", "departureairportiata": "WAW", "departureairporticao": "EPWA", "flightid": "LO457" "locationandstatus":

12 INFORMATION (26) "terminal": "5" "arrivaltime": "scheduledutc": " T17:55:00Z" "baggage": "baggageclaimunit": "6", "estimatedfirstbagutc": " T18:22:30Z" "codesharedata": [ "SK3510" ], "departureairportenglish": "Zürich", "departureairportswedish": "Zürich", "flightid": "LX1254", "flightlegidentifier": "callsign": "SWR125R", "departureairportiata": "ZRH", "departureairporticao": "LSZH", "flightid": "LX1254" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T18:25:00Z" "baggage": "baggageclaimunit": "5", "estimatedfirstbagutc": " T18:38:45Z" "departureairportenglish": "Hamburg", "departureairportswedish": "Hamburg", "flightid": "EW7218", "flightlegidentifier": "callsign": "EWG2VP", "departureairportiata": "HAM", "departureairporticao": "EDDH", "flightid": "EW7218" "locationandstatus": "terminal": "5"

13 INFORMATION (26) "arrivaltime": "estimatedutc": " T18:00:00Z", "scheduledutc": " T18:00:00Z" "baggage": "baggageclaimunit": "5", "estimatedfirstbagutc": " T18:16:15Z" "departureairportenglish": "Riga", "departureairportswedish": "Riga", "flightid": "SK1765", "flightlegidentifier": "aircraftregistration": "GECOO", "callsign": "SAS1765", "departureairportiata": "RIX", "departureairporticao": "EVRA", "flightid": "SK1765" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T18:55:00Z" "baggage": "baggageclaimunit": "5", "estimatedfirstbagutc": " T19:11:15Z" "departureairportenglish": "Düsseldorf", "departureairportswedish": "Düsseldorf", "flightid": "EW9212", "flightlegidentifier": "callsign": "EWG6AF", "departureairportiata": "DUS", "departureairporticao": "EDDL", "flightid": "EW9212" "locationandstatus": "terminal": "5" "arrivaltime":

14 INFORMATION (26) "scheduledutc": " T19:30:00Z" "baggage": "baggageclaimunit": "6", "estimatedfirstbagutc": " T19:53:45Z" "departureairportenglish": "Doha", "departureairportswedish": "Doha", "flightid": "QR171", "flightlegidentifier": "callsign": "QTR171", "departureairportiata": "DOH", "departureairporticao": "OTHH", "flightid": "QR171" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T21:55:00Z" "baggage": "estimatedfirstbagutc": " T22:08:45Z" "codesharedata": [ "AM6544", "AZ2908", "CZ7663", "EY7317", "G38619", "KE6421", "KQ1121" ], "departureairportenglish": "Amsterdam", "departureairportswedish": "Amsterdam", "flightid": "KL1121", "flightlegidentifier": "callsign": "KLM17C", "departureairportiata": "AMS", "departureairporticao": "EHAM", "flightid": "KL1121" "locationandstatus": "terminal": "2" "arrivaltime":

15 INFORMATION (26) "scheduledutc": " T22:30:00Z" "baggage": "estimatedfirstbagutc": " T22:41:15Z" "codesharedata": [ "AY5936", "IB4788" ], "departureairportenglish": "London LHR", "departureairportswedish": "London LHR", "flightid": "BA786", "flightlegidentifier": "callsign": "BAW786F", "departureairportiata": "LHR", "departureairporticao": "EGLL", "flightid": "BA786" "locationandstatus": "terminal": "2" "arrivaltime": "scheduledutc": " T22:35:00Z" "baggage": "baggageclaimunit": "5", "estimatedfirstbagutc": " T22:50:00Z" "codesharedata": [ "SK3610" ], "departureairportenglish": "Frankfurt", "departureairportswedish": "Frankfurt", "flightid": "LH808", "flightlegidentifier": "callsign": "DLH2VC", "departureairportiata": "FRA", "departureairporticao": "EDDF", "flightid": "LH808" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T20:05:00Z" "baggage":

16 INFORMATION (26) "baggageclaimunit": "2", "estimatedfirstbagutc": " T20:38:45Z" "departureairportenglish": "Moscow", "departureairportswedish": "Moskva", "flightid": "SU2386", "flightlegidentifier": "callsign": "AFL2386", "departureairportiata": "SVO", "departureairporticao": "UUEE", "flightid": "SU2386" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T22:45:00Z" "baggage": "estimatedfirstbagutc": " T22:55:00Z" "departureairportenglish": "Helsinki", "departureairportswedish": "Helsingfors", "flightid": "AY825", "flightlegidentifier": "callsign": "FIN2MX", "departureairportiata": "HEL", "departureairporticao": "EFHK", "flightid": "AY825" "locationandstatus": "terminal": "2" "arrivaltime": "scheduledutc": " T19:55:00Z" "baggage": "baggageclaimunit": "2", "estimatedfirstbagutc": " T20:12:30Z" "departureairportenglish": "Kiev", "departureairportswedish": "Kiev", "flightid": "PS173", "flightlegidentifier":

17 INFORMATION (26) "callsign": "AUI173", "departureairportiata": "KBP", "departureairporticao": "UKBB", "flightid": "PS173" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T22:10:00Z" "baggage": "baggageclaimunit": "5", "estimatedfirstbagutc": " T22:26:15Z" "codesharedata": [ "SK3654" ], "departureairportenglish": "Munich", "departureairportswedish": "München", "flightid": "LH2420", "flightlegidentifier": "callsign": "DLH5XL", "departureairportiata": "MUC", "departureairporticao": "EDDM", "flightid": "LH2420" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T20:30:00Z" "baggage": "baggageclaimunit": "4", "estimatedfirstbagutc": " T20:47:30Z" "departureairportenglish": "Warsaw", "departureairportswedish": "Warszawa", "flightid": "LO455", "flightlegidentifier": "callsign": "LOT455", "departureairportiata": "WAW", "departureairporticao": "EPWA",

18 INFORMATION (26) "flightid": "LO455" "locationandstatus": "terminal": "5" "arrivaltime": "scheduledutc": " T18:15:00Z" "baggage": "estimatedfirstbagutc": " T18:26:15Z" "codesharedata": [ "JL7151", "IB4784", "AY5932", "AA6454" ], "departureairportenglish": "London LHR", "departureairportswedish": "London LHR", "flightid": "BA782", "flightlegidentifier": "callsign": "BAW782F", "departureairportiata": "LHR", "departureairporticao": "EGLL", "flightid": "BA782" "locationandstatus": "terminal": "2" "arrivaltime": "scheduledutc": " T18:25:00Z" "baggage": "baggageclaimunit": "1", "estimatedfirstbagutc": " T18:38:45Z" "departureairportenglish": "Agadir", "departureairportswedish": "Agadir", "flightid": "3O501", "flightlegidentifier": "arriv alairporticao": "ESSA", "callsign": "MAC501", "departureairportiata": "AGA", "departureairporticao": "GMAD", "flightid": "3O501" "locationandstatus":

19 INFORMATION (26) ], } "terminal": "5" } 4.2 Departures data json example "from": "departureairportswedish": "Stockholm ARN", "departureairportenglish": "Stockholm ARN", "flightdeparturedate": " " "numberofflights": 13, "flights": [ "flightid": "XL9998", "arrivalairportswedish": "Amsterdam", "arrivalairportenglish": "Amsterdam", "departuretime": "scheduledutc": " T09:00:00Z", "estimatedutc": " T09:00:00Z" "locationandstatus": "terminal": "RS", "flightlegstatusenglish": "Scheduled" "checkin": "flightlegidentifier": "callsign": "XXX9998", "flightid": "XL9998", "arrivalairportiata": "AMS", "arrivalairporticao": "EHAM" "flightid": "LH2419", "arrivalairportswedish": "München", "arrivalairportenglish": "Munich", "departuretime": "scheduledutc": " T17:25:00Z", "estimatedutc": " T17:25:00Z" "locationandstatus": "terminal": "5",

20 INFORMATION (26) "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 71, "checkindeskto": 90 "codesharedata": [ "SK3635" ], "flightlegidentifier": "callsign": "DLH7FP", "flightid": "LH2419", "arrivalairportiata": "MUC", "arrivalairporticao": "EDDM" "flightid": "LO458", "arrivalairportswedish": "Warszawa", "arrivalairportenglish": "Warsaw", "departuretime": "scheduledutc": " T18:25:00Z", "estimatedutc": " T18:25:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 71, "checkindeskto": 90 "flightlegidentifier": "callsign": "LOT4MB", "flightid": "LO458", "arrivalairportiata": "WAW", "arrivalairporticao": "EPWA" "flightid": "EW9213", "arrivalairportswedish": "Düsseldorf", "arrivalairportenglish": "Düsseldorf", "departuretime": "scheduledutc": " T19:30:00Z",

21 INFORMATION (26) "estimatedutc": " T19:30:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 46, "checkindeskto": 49 "flightlegidentifier": "callsign": "EWG9213", "flightid": "EW9213", "arrivalairportiata": "DUS", "arrivalairporticao": "EDDL" "flightid": "EW7219", "arrivalairportswedish": "Hamburg", "arrivalairportenglish": "Hamburg", "departuretime": "scheduledutc": " T19:00:00Z", "estimatedutc": " T19:00:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 46, "checkindeskto": 49 "flightlegidentifier": "callsign": "EWG7219", "flightid": "EW7219", "arrivalairportiata": "HAM", "arrivalairporticao": "EDDH" "flightid": "LX1255", "arrivalairportswedish": "Zürich",

22 INFORMATION (26) "arrivalairportenglish": "Zürich", "departuretime": "scheduledutc": " T18:35:00Z", "estimatedutc": " T18:35:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 71, "checkindeskto": 90 "codesharedata": [ "SK3511" ], "flightlegidentifier": "callsign": "SWR122W", "flightid": "LX1255", "arrivalairportiata": "ZRH", "arrivalairporticao": "LSZH" "flightid": "AY820", "arrivalairportswedish": "Helsingfors", "arrivalairportenglish": "Helsinki", "departuretime": "scheduledutc": " T19:45:00Z", "estimatedutc": " T19:45:00Z" "locationandstatus": "terminal": "2", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 51, "checkindeskto": 54 "flightlegidentifier": "callsign": "FIN820", "flightid": "AY820", "arrivalairportiata": "HEL", "arrivalairporticao": "EFHK"

23 INFORMATION (26) "flightid": "EZS1146", "arrivalairportswedish": "Basel", "arrivalairportenglish": "Basel", "departuretime": "scheduledutc": " T18:10:00Z", "estimatedutc": " T18:10:00Z" "locationandstatus": "terminal": "2", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 12, "checkindeskto": 15 "flightlegidentifier": "callsign": "EZS1146", "aircraftregistration": "HBJYL", "flightid": "EZS1146", "arrivalairportiata": "BSL", "arrivalairporticao": "LFSB" "flightid": "LO8120", "arrivalairportswedish": "Tallinn", "arrivalairportenglish": "Tallinn", "departuretime": "scheduledutc": " T21:10:00Z", "estimatedutc": " T21:10:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 71, "checkindeskto": 90 "flightlegidentifier": "callsign": "LOT8120", "flightid": "LO8120",

24 INFORMATION (26) "arrivalairportiata": "TLL", "arrivalairporticao": "EETN" "flightid": "RO332", "arrivalairportswedish": "Bukarest", "arrivalairportenglish": "Bucharest", "departuretime": "scheduledutc": " T17:50:00Z", "estimatedutc": " T17:50:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 20 "flightlegidentifier": "callsign": "ROT332", "flightid": "RO332", "arrivalairportiata": "OTP", "arrivalairporticao": "LROP" "flightid": "DY821", "arrivalairportswedish": "Oslo", "arrivalairportenglish": "Oslo", "departuretime": "scheduledutc": " T17:30:00Z", "estimatedutc": " T17:30:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 1, "checkindeskto": 12 "flightlegidentifier": "callsign": "NAX1RA", "aircraftregistration": "LNNGN",

25 INFORMATION (26) "flightid": "DY821", "arrivalairportiata": "OSL", "arrivalairporticao": "ENGM" "flightid": "D82859", "arrivalairportswedish": "London LGW", "arrivalairportenglish": "London LGW", "departuretime": "scheduledutc": " T20:00:00Z", "estimatedutc": " T20:00:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 1, "checkindeskto": 12 "flightlegidentifier": "callsign": "IBK9LT", "aircraftregistration": "EIFHM", "flightid": "D82859", "arrivalairportiata": "LGW", "arrivalairporticao": "EGKK" "flightid": "D83213", "arrivalairportswedish": "Köpenhamn", "arrivalairportenglish": "Copenhagen", "departuretime": "scheduledutc": " T17:40:00Z", "estimatedutc": " T17:40:00Z" "locationandstatus": "terminal": "5", "flightlegstatusenglish": "Scheduled" "checkin": "checkinstatus": "C", "checkinstatusswedish": "Stängd", "checkinstatusenglish": "Closed", "checkindeskfrom": 1, "checkindeskto": 12

26 INFORMATION (26) ] } } "flightlegidentifier": "callsign": "IBK3213", "aircraftregistration": "EIFJJ", "flightid": "D83213", "arrivalairportiata": "CPH", "arrivalairporticao": "EKCH"

Name Required Description Parameter Type Data Type. airportiata True path string. date True path string

Name Required Description Parameter Type Data Type. airportiata True path string. date True path string Version: 1.0.0 Generated: 2018-05-31 v1/flights/airportiata/arrivals/date Parameters Name Required Description Parameter Type Data Type airportiata True path string date True path string v1/flights/airportiata/departures/date

More information

Name Required Description Parameter Type Data Type. airportiata True path string. date True path string

Name Required Description Parameter Type Data Type. airportiata True path string. date True path string Version: 1.0.0 Generated: 2018-12-05 flights/{airportiata}/arrivals/{date} Parameters Name Required Description Parameter Type Data Type airportiata True path string date True path string flights/{airportiata}/departures/{date}

More information

Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels

Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels Source: Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Airports London

More information

Airport Advertising Almedalen Week

Airport Advertising Almedalen Week Airport Advertising Almedalen Week Content Swedavia - a sustainable airport group Sweden and the Gotland region Airport Advertising Almedalen Week Almedalen Week Statistics and demography Plan Visby

More information

Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels

Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels Source: Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels European passenger traffic down -12.4% during Q1 2009 The 'ACI EUROPE Airport Traffic

More information

Press release. For immediate release 10 September European airport passenger traffic up 8.3% in July

Press release. For immediate release 10 September European airport passenger traffic up 8.3% in July Press release ACI EUROPE 6 square de Meeûs 1000 Brussels, Belgium www.aci-europe.org For immediate release 10 September European airport passenger traffic up 8.3 in ACI EUROPE Airport Traffic Report -

More information

AIA Passenger Traffic Highlights

AIA Passenger Traffic Highlights AIA Passenger Traffic Highlights A U G U S T 2016 Overall Passenger Traffic Development The airport s passenger traffic during August 16 reached 2.37 million passengers, exceeding the respective month

More information

CEM: KPIs used for the joint work between Traffic control, Airports and Airline companies

CEM: KPIs used for the joint work between Traffic control, Airports and Airline companies 1 CEM: KPIs used for the joint work between Traffic control, Airports and Airline companies ARC, Oslo, 2015-06-11 Elisabeth Celsing, Swedavia, Stockholm Arlanda Airport The company Swedavia s task To create

More information

Airport Advertising Stockholm Arlanda Airport

Airport Advertising Stockholm Arlanda Airport Airport Advertising Stockholm Arlanda Airport Content Swedavia a sustainable airport group Sweden and the Stockholm region Airport Advertising Stockholm Arlanda Airport The airport Statistics and demography

More information

Intra-European Seat Capacity. January February March April May June July August September October November December. Intra-European Sectors Flown

Intra-European Seat Capacity. January February March April May June July August September October November December. Intra-European Sectors Flown ASK's (Million) Sectors Departing Seats 80,000,000 Intra-European Seat Capacity 70,000,000 60,000,000 50,000,000 40,000,000 30,000,000 20,000,000 10,000,000 0 January February March April May June July

More information

Traffic at smaller airports up 11% in November

Traffic at smaller airports up 11% in November Traffic at smaller airports up 11 in ACI EUROPE 6 square de Meeûs 1000 Brussels, Belgium www.aci-europe.org For immediate release 14 January 2005 ACI EUROPE Airport Traffic Report - Brussels, 14 January

More information

Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels

Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels Source: Airports Council International, Geneva, Switzerland Airports Council International, European Region, Brussels European passenger traffic up 3.9 during first half of 2008 The 'ACI EUROPE Airport

More information

Smaller airports again post massive growth

Smaller airports again post massive growth Smaller airports again post massive growth ACI EUROPE 6 square de Meeûs 1000 Brussels, Belgium www.aci-europe.org For immediate release 17 December ACI EUROPE Airport Traffic Report - Brussels, 17 December

More information

European passenger traffic up 7.5% in 2004

European passenger traffic up 7.5% in 2004 European passenger traffic up 7.5 in ACI EUROPE 6 square de Meeûs 1000 Brussels, Belgium www.aci-europe.org For immediate release 11 February 2005 ACI EUROPE Airport Traffic Report - Brussels, 11 February

More information

Global Seat Capacity July. May. June. Global Sectors Flown July. May. June %

Global Seat Capacity July. May. June. Global Sectors Flown July. May. June % Jan-14 Feb-14 Mar-14 Apr-14 May-14 Jun-14 Jul-14 Aug-14 Sep-14 Oct-14 Nov-14 Dec-14 Jan-15 Feb-15 Mar-15 Apr-15 May-15 Low cost Oneworld Skyteam Star Alliance Other Billion ASKs - YTD January February

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

Global September 2014

Global September 2014 Jan-13 Feb-13 Mar-13 Apr-13 May-13 Jun-13 Jul-13 Aug-13 Sep-13 Oct-13 Nov-13 Dec-13 Jan-14 Feb-14 Mar-14 Apr-14 May-14 Jun-14 Jul-14 Aug-14 Sep-14 Low cost Oneworld Skyteam Star Alliance Other Billion

More information

Reconstruction for 2+ million passengers

Reconstruction for 2+ million passengers Reconstruction for 2+ million passengers Airport is currently under construction with the aim of accommodating + 2 million passengers. The reconstruction is planned to be finished till the year of 2011.

More information

InterFAB Cooperation: XMAN Implementing Extended Cross-Border Arrival Management. World ATM Congress Madrid, 8 March 2016

InterFAB Cooperation: XMAN Implementing Extended Cross-Border Arrival Management. World ATM Congress Madrid, 8 March 2016 InterFAB Cooperation: XMAN Implementing Extended Cross-Border Arrival Management World ATM Congress Madrid, 8 March 2016 FABEC XMAN Project Dr Frank Zetsche, DFS Agenda Overview Traffic Flows XMAN Roadmap

More information

e-airportslots Tutorial

e-airportslots Tutorial e-airportslots Tutorial 2017 by IACS (International Airport Coordination Support) page 1 Table of contents 1 Browser compatibility... 4 2 Welcome Screen... 4 3 Show Flights:... 4 4 Coordination... 7 4.1

More information

airbaltic Ambient Media 2015 More ways of reaching the most desirable audience!

airbaltic Ambient Media 2015 More ways of reaching the most desirable audience! airbaltic 2015 More ways of reaching the most desirable audience! Table of contents 3 4 5 6 7 8 9 10 15 16 AirBaltic was founded in 1995. Core values are safety, punctuality, service and good price. AirBaltic

More information

European passenger traffic up 5.6% during Q1 2005

European passenger traffic up 5.6% during Q1 2005 European passenger traffic up 5.6 during Q1 ACI EUROPE 6 square de Meeûs 1000 Brussels, Belgium www.aci-europe.org For immediate release 9 May ACI EUROPE Airport Traffic Report - Brussels, 9 May : Q1 passenger

More information

Global Seat Capacity July. May. June. Global Sectors Flown July. May. June %

Global Seat Capacity July. May. June. Global Sectors Flown July. May. June % Jan-14 Feb-14 Mar-14 Apr-14 May-14 Jun-14 Jul-14 Aug-14 Sep-14 Oct-14 Nov-14 Dec-14 Jan-15 Low cost Oneworld Skyteam Star Alliance Other Billion ASKs - YTD January February March April May June July August

More information

Global Seat Capacity May. June. July. Global Sectors Flown May. June. July

Global Seat Capacity May. June. July. Global Sectors Flown May. June. July Global Departing Seats (Millions) 5 45 4 35 3 25 2 15 5 4.6% 5.4% 6.3% 5.6% 5.4% 6.2% 6.8% 6.1% Global Seat Capacity 214 215 January February March April May June July August September October November

More information

Daily Traffic Survey (DTS) File formats XLS, XLSX, CSV

Daily Traffic Survey (DTS) File formats XLS, XLSX, CSV Daily Traffic Survey (DTS) File formats XLS, XLSX, CSV Below is a description of the fields in Avinor s DTS reporting format. The DTS is regarded by Avinor as the operator s confirmation of the number

More information

July JULY 2011 ACI EUROPE

July JULY 2011 ACI EUROPE JULY 2011 Source: ACI WORLD ACI EUROPE European airport traffic contrast continues during Summer traffic figures for Europe s airports released today reveal an ongoing contrast between European airport

More information

Timetables and Availability

Timetables and Availability Objectives After completing this unit, you should be able to do the following: 1. Display timetables for a specific departure date and city pair. 2. Input follow-up and alternative timetable entries. 3.

More information

Brussels Airport Airline Issues & Route Development Breakout session 18 June

Brussels Airport Airline Issues & Route Development Breakout session 18 June Brussels Airport Airline Issues & Route Development Breakout session 18 June Léon Verhallen, Head of Aviation Marketing Geert Van Dessel, manager Aviation Marketing Brussels Airport: The Heart of Europe

More information

The Group Management for Swedavia, as the managing body 1 of the common charging system for Swedavia s Airport Network, has decided;

The Group Management for Swedavia, as the managing body 1 of the common charging system for Swedavia s Airport Network, has decided; 31 October 2018 1(16) SWEDAVIA S AIRPORT CHARGES 2019 Swedavia s decision The Group Management for Swedavia, as the managing body 1 of the common charging system for Swedavia s Airport Network, has decided;

More information

Airport Advertising Åre Östersund Airport

Airport Advertising Åre Östersund Airport Airport Advertising Åre Östersund Airport Content Swedavia a sustainable airport group The midsweden region Airport Advertising Åre Östersund Airport The airport Statistics and demography Plan Terminal

More information

Airport Advertising Umeå Airport

Airport Advertising Umeå Airport Airport Advertising Umeå Airport Content Swedavia a sustainable airport group Sweden and the Västerbotten region Airport Advertising Umeå Airport The airport Statistics and demography Plan Terminal Plan

More information

Performance Planning Environment. Bernhard Mayr, CM Financial and Performance Committee, 23 May 2014

Performance Planning Environment. Bernhard Mayr, CM Financial and Performance Committee, 23 May 2014 Performance Planning Environment Bernhard Mayr, CM Financial and Performance Committee, 23 May 2014 0 Agenda Report Performance Environment RP 1 Environment KPI #1 RP 2 FABEC Target RP 2 FABEC Airspace

More information

ACI EUROPE. Airport Traffic Report. January 2013 ACI EUROPE

ACI EUROPE. Airport Traffic Report. January 2013 ACI EUROPE ACI EUROPE Airport Traffic Report 2013 Source: ACI WORLD ACI EUROPE airport traffic points to grim outlook for 2013 For immediate release 6 March 2013 Brussels, 6 March 2013: European airport trade body,

More information

Description of Airport Charges. Swedavia AB Appendix 3 to Conditions of Services, Swedavia AB

Description of Airport Charges. Swedavia AB Appendix 3 to Conditions of Services, Swedavia AB Description of Airport Charges Swedavia AB 2016 Appendix 3 to Conditions of Services, Swedavia AB Contents 1 Swedavias Charges... 3 2 Aircraft Related Charges... 4 2.1 Take-Off Charge... 4 2.2 Emission

More information

Performance Planning Operations: Environment. Bernhard Mayr, CM TF Performance, MoT Germany 20 May 2011

Performance Planning Operations: Environment. Bernhard Mayr, CM TF Performance, MoT Germany 20 May 2011 Performance Planning Operations: Environment Bernhard Mayr, CM TF Performance, MoT Germany 20 May 2011 1 Environment: Overview EU-wide KPI FABEC KPI/PI To Be Developed Average horizontal en-route flight

More information

Airport Advertising Malmö Airport

Airport Advertising Malmö Airport Airport Advertising Malmö Airport Content Swedavia a sustainable airport group Sweden and the Stockholm region Airport Advertising Malmö Airport The airport Statistics and demography Plan Pricelist Departing

More information

August AUGUST Source: ACI WORLD ACI EUROPE

August AUGUST Source: ACI WORLD ACI EUROPE AUGUST 2011 Source: ACI WORLD ACI EUROPE European passenger traffic up, but freight falls for third month in a row Brussels, 6 October 2011: A persistent trend has emerged in European airport traffic over

More information

Appendix 8 Fast-time Simulation

Appendix 8 Fast-time Simulation NUAC Programme Appendix 8 Fast-time Simulation Simulation analysis for optimisation of Swedish and Danish airspace FEBRUARY 2007 Version: 01.00 / 21.02.2007 Appendix 8 - Fast-time Simulation Page 1 of

More information

Athens International Airport. The 2007 market performance

Athens International Airport. The 2007 market performance Athens International Airport The 2007 market performance Great overall performance 70 Airlines 15 New Aer Lingus Air Baltic Air China Carpatair Centralwings Clickair Continental Airlines Finnair Ilyich-Avia

More information

Airport Advertising Luleå Airport

Airport Advertising Luleå Airport Airport Advertising Luleå Airport Content Swedavia a sustainable airport group Sweden and the Lapland region Airport Advertising Luleå Airport The airport Statistics and demography Plan Terminal Plan

More information

HEATHROW AIRPORT LHR Summer 2014 (S14) Start of Season

HEATHROW AIRPORT LHR Summer 2014 (S14) Start of Season HEATHROW AIRPORT LHR Summer 214 (S14) Start of Season KEY STATISTICS Summer 214 vs Summer 213 Air Transport Movements Allocated 282,172.6% Passenger Air Transport Movements Allocated 28,726.6% Total Seats

More information

5 th Airline Marketing Workshop. Zoom in 2004 Zoom out 2005

5 th Airline Marketing Workshop. Zoom in 2004 Zoom out 2005 5 th Airline Marketing Workshop Zoom in 2004 Zoom out 2005 Key Market Developments & Prospects What we will discuss: 2004: a year of records Passengers Travelling Patterns What will the future bring? Key

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

ACI EUROPE. Airport Traffic Report. August 2012 ACI EUROPE

ACI EUROPE. Airport Traffic Report. August 2012 ACI EUROPE ACI EUROPE Airport Traffic Report 2012 Source: ACI WORLD ACI EUROPE EU airports see weak summer traffic, while non-eu enjoy strong growth For immediate release 2 October 2012 Brussels, 2 October 2012:

More information

Heathrow Airport LHR Winter 2012 START OF SEASON REPORT

Heathrow Airport LHR Winter 2012 START OF SEASON REPORT Heathrow Airport LHR Winter 212 START OF SEASON REPORT KEY STATISTICS Winter 212 vs Winter 211 Start vs Winter 211 End Air Transport Movements 194,486-2.%.1% Total Seats (m) 4.1.1% 3.4% Seats per Passenger

More information

RECOMMENDED GUIDANCE FOR FPL AND RELATED ATS MESSAGES

RECOMMENDED GUIDANCE FOR FPL AND RELATED ATS MESSAGES RECOMMENDED GUIDANCE FOR FPL AND RELATED ATS MESSAGES Abbreviations ACI ADS ADS-B ADS-C AFTN AIDC AIP ANSP AMHS APAC APANPIRG ASBU ASIOACG ATFM ATM ATS AUSEP CHG CNL CPDLC CPL DARP DLA EOBT FAA FIR FIRBX

More information

Airport Advertising Bromma Stockholm Airport

Airport Advertising Bromma Stockholm Airport Airport Advertising Bromma Stockholm Airport Content Swedavia a sustainable airport group Sweden and the Stockholm region Airport Advertising Bromma Stockholm Airport The airport Statistics and demography

More information

Airport Advertising Visby Airport

Airport Advertising Visby Airport Airport Advertising Visby Airport Content Swedavia a sustainable airport group Sweden and the Gotland region Airport Advertising Visby Airport The airport Statistics and demography Plan Terminal Plan

More information

Airport Advertising Göteborg Landvetter Airport

Airport Advertising Göteborg Landvetter Airport Airport Advertising Göteborg Landvetter Airport Content Swedavia a sustainable airport group Sweden and the Stockholm region Airport Advertising Göteborg Landvetter Airport The airport Statistics and

More information

WELCOME CCRA International Martha Nielsen October 2017

WELCOME CCRA International Martha Nielsen October 2017 WELCOME CCRA International Martha Nielsen October 2017 Patricia Viola 1 October, 24th, 2018 SAS joins the TSA Pre program. Program eligibility and description: The program is available for US citizens

More information

John Gulding Manager, Strategic Analysis and Benchmarking, FAA. Hartmut Koelman Senior Expert, Performance review Unit, EUROCONTROL

John Gulding Manager, Strategic Analysis and Benchmarking, FAA. Hartmut Koelman Senior Expert, Performance review Unit, EUROCONTROL Global Challenges to Improve Air Navigation Performance February 11 13, 2015, Asilomar Conference Grounds, Pacific Grove, CA Session 5.1 US-European Joint Performance Analysis John Gulding Manager, Strategic

More information

ATC Global 2014 航空运输业的可持续发展. The Sustainable Development of the Air Transport Industry. Robin Deransy

ATC Global 2014 航空运输业的可持续发展. The Sustainable Development of the Air Transport Industry. Robin Deransy The Sustainable Development of the Air Transport Industry 航空运输业的可持续发展 Robin Deransy Senior Expert Environment and Climate Change 17/09/2014 World Airline Route Map June 2009 traffic Source: Wiki-media

More information

First quarter even weaker than expected. Major steps of change implemented so far. SAS Group weakest Quarter ever

First quarter even weaker than expected. Major steps of change implemented so far. SAS Group weakest Quarter ever 6 7 8 9 1 11 12 13 14 1 16 17 18 19 2 21 22 23 24 Time S 3 W2 S 2 AES TRD ALC TOS ALF SV G AMS NCE ARN MX P BDU MAN BG O LHR KRS KK N HA U ST N SFJ SEA PRG POZ PMI GO T SV G ST R PE K OSL ORD FRA TRD TLV

More information

Airport Advertising Ronneby Airport

Airport Advertising Ronneby Airport Airport Advertising Ronneby Airport Content Swedavia a sustainable airport group Sweden and the Lapland region Airport Advertising Ronneby Airport The airport Statistics and demography Plan Terminal

More information

EUROCONTROL. Eric MIART Manager - Airport Operations Programme (APR)

EUROCONTROL. Eric MIART Manager - Airport Operations Programme (APR) Traffic Forecast for 20 Years Resulting Challenges for Airports Potential Solutions AIRNETH, The Hague 12 th of April 2007 EUROCONTROL Eric MIART Manager - Airport Operations Programme (APR) www.eurocontrol.int/airports

More information

March MARCH & Q Source: ACI WORLD ACI EUROPE

March MARCH & Q Source: ACI WORLD ACI EUROPE MARCH & Q1 2011 Source: ACI WORLD ACI EUROPE European passenger traffic up 5.4% during Q1 2011 Brussels, 11 May 2011: The overall passenger traffic at European airports increased by +5.4% in Q1 2011 compared

More information

Airport Charges & Conditions of Services

Airport Charges & Conditions of Services Airport Charges & Conditions of Services Swedavia AB Valid from 1 January 2019 1 Contents Airport Charges 3 1 General 3 2 Aircraft Related Charges 4 3 Passenger Charge 13 4 Assistance Service Charge (PRM

More information

Heathrow Airport LHR Winter 2013/14 (W13) Start of season

Heathrow Airport LHR Winter 2013/14 (W13) Start of season Heathrow Airport LHR Winter 213/14 (W13) Start of season KEY STATISTICS Winter 213/14 vs Winter 212/13 Air Transport Movements 193,618.4% Passenger Air Transport Movements Allocated 192,627.6% Total Seats

More information

MARKETO INTEGRATION GUIDE

MARKETO INTEGRATION GUIDE MARKETO INTEGRATION GUIDE VERSION 1.2 JANUARY 2016 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Marketo and the WorkCast Platform. DOCUMENT CONTROL

More information

CRISIS AIREP Guidance

CRISIS AIREP Guidance CRISIS AIREP Guidance Crisis AIREP Guidance Page 1 Content for the Guidance Release : [Release] Project : Project System : Software Category : Final Version : 1 Author : Dragica Stankovic Document Identification

More information

PSS Integrating 3 rd Party Intelligent Terminal. Application Note. Date December 15, 2009 Document number PSS5000/APNO/804680/00

PSS Integrating 3 rd Party Intelligent Terminal. Application Note. Date December 15, 2009 Document number PSS5000/APNO/804680/00 PSS 5000 Application Note Integrating 3 rd Party Intelligent Terminal Date December 15, 2009 Document number PSS5000/APNO/804680/00 Doms A/S Formervangen 28 Tel. +45 4329 9400 info@doms.dk DK-2600 Glostrup

More information

IATA EUR Airline PBN implementation requirements - March State Airport TMA/Runways Specifics. Austria VIE PRNAV SIDs/STARs

IATA EUR Airline PBN implementation requirements - March State Airport TMA/Runways Specifics. Austria VIE PRNAV SIDs/STARs IATA EUR Airline PBN implementation requirements - March 2011 PBN covers a variety of aircraft and pilot qualifications. Avionics and crew authorizations no less than RNP 0.3 for approaches and RNP 0.6

More information

A-CDM/Advanced ATC Towers and SWIM AFTN today, Web Services tomorrow Part 1- NM B2B Web Services

A-CDM/Advanced ATC Towers and SWIM AFTN today, Web Services tomorrow Part 1- NM B2B Web Services A-CDM/Advanced ATC Towers and SWIM AFTN today, Web Services tomorrow Part 1- NM B2B Web Services Sergio LUPI Senior Solution Architect 25/10/2016 Agenda What is NM B2B NM B2B web services Example use cases

More information

Linking airports with European ATM

Linking airports with European ATM Linking airports with European ATM Christian Faber ATFCM Expert - DNM Network Operations EUROCONTROL The European Organisation for the Safety of Air Navigation Overview Regulatory Framework ATM in Europe,

More information

PASSUR Aerospace. Departure Metering Program at Toronto Pearson International Airport. Training Manual

PASSUR Aerospace. Departure Metering Program at Toronto Pearson International Airport. Training Manual PASSUR Aerospace Toronto Pearson International Airport Departure Metering Program at Toronto Pearson International Airport Training Manual Name: Today s Date: Toronto Pearson Deicing Sequencing Training

More information

The Group Management for Swedavia, as the managing body 1 of the common charging system for Swedavia s Airport Network, has decided;

The Group Management for Swedavia, as the managing body 1 of the common charging system for Swedavia s Airport Network, has decided; 15 November 2017 1(23) SWEDAVIA S AIRPORT CHARGES 2018 Swedavia s decision The Group Management for Swedavia, as the managing body 1 of the common charging system for Swedavia s Airport Network, has decided;

More information

01 Pre-Travel. Passenger Facilitation / Passenger Data Harmonization & Quality

01 Pre-Travel. Passenger Facilitation / Passenger Data Harmonization & Quality 01 Pre-Travel Passenger Facilitation / Passenger Data Harmonization & Quality 1 Key Facts and Figures Advanced Passenger Information Used throughout the 14 steps Required by over 50 countries Lack of Global

More information

VATSIM.net Virtual Air Traffic Simulation. Global Ratings Policy

VATSIM.net Virtual Air Traffic Simulation. Global Ratings Policy VATSIM.net Virtual Air Traffic Simulation Global Ratings Policy VATSIM Global Ratings Policy 2 No section of this policy overrides the provisions of Sections A(1), A(2), and C(2) of the VATSIM Code of

More information

Airport Advertising Kiruna Airport

Airport Advertising Kiruna Airport Airport Advertising Kiruna Airport Content Swedavia a sustainable airport group Sweden and the Lapland region Airport Advertising Kiruna Airport The airport Statistics and demography Plan Terminal Plan

More information

Developer s Guide. to Athena Airlines NDC Platform

Developer s Guide. to Athena Airlines NDC Platform Developer s Guide to Athena Airlines NDC Platform Welcome to Athena Airlines 9A An airline flying in Europe and offering seats and services. Executive Summary Airline travel market challenges have favored

More information

WCG - World Clearance Generator Developer s Manual , Jasper Bussemaker. All rights reserved. Applies to: V3.4.

WCG - World Clearance Generator Developer s Manual , Jasper Bussemaker. All rights reserved. Applies to: V3.4. WCG - World Clearance Generator Developer s Manual www.utr-online.com/wcg 2010, Jasper Bussemaker. All rights reserved. Applies to: V3.4.3 Table of Contents Table of Contents... 2 Introduction... 3 SID

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

Ocean Stopover Cities by Itinerary

Ocean Stopover Cities by Itinerary 2018-2019 Ocean Stopover Cities by Itinerary A stopover is defined as air flights with a stop between the gateway city and the destination. This can be added on the pre-trip, post-trip or both. Below are

More information

WIN SCANDINAVIA S FREQUENT TRAVELERS

WIN SCANDINAVIA S FREQUENT TRAVELERS Strategy Win Scandinavia s frequent travelers WIN SCANDINAVIA S FREQUENT TRAVELERS One of our strategic priorities is to win Scandinavia s frequent travelers. By focusing on frequent travelers that take

More information

HUTCHISON PORTS STOCKHOLM

HUTCHISON PORTS STOCKHOLM HUTCHISON PORTS STOCKHOLM A NEW CONTAINER TERMINAL OPENING 2020 2 THE ONLY DEEP-WATER FACILITY ON THE EAST COAST OF SWEDEN 3 SCHEDULED PHASE 1 TO OPEN THE FIRST PHASE IN MAY 2020. 4 ON PHASE 1 COMPLETION:

More information

ATRS Global Airport Performance Benchmarking Report, 2003

ATRS Global Airport Performance Benchmarking Report, 2003 ATRS Global Airport Performance Benchmarking Report, 2003 Tae H. Oum UBC and Air Transport Research Society www.atrsworld.org presented at NEXTOR Conference Tuesday, January 27 Friday, January 30, 2004

More information

airbaltic Ambient Media 2010

airbaltic Ambient Media 2010 airbaltic 2010 More ways of reaching the most desirable audience! 33 on Table of contents...3...4...56...7...816 on... 1725... 2627... 28 on airbaltic was founded in 1995. Core values are safety, punctuality,

More information

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E OTP SERVER INTEGRATION MODULE NETEGRITY SITEMINDER 6 Copyright, NordicEdge, 2005 www.nordicedge.se Copyright, 2005, NordicEdge AB Page 1 of 11 1 Introduction 1.1 OTP Server Overview Nordic Edge OTP Server

More information

Airport Monthly Air Transport Movements Guidance Notes CAA Business Intelligence

Airport Monthly Air Transport Movements Guidance Notes CAA Business Intelligence General s This form is to be completed monthly by s with an annual volume of more than 150,000 terminal passengers and/or more than 30 million kilograms of cargo. Data is due 21 calendar days following

More information

LogTen Pro API. logten://method/{json_payload}

LogTen Pro API. logten://method/{json_payload} LogTen Pro API proudly presents the LogTen Pro Application Programming Interface (API) v1.1 which allows third-party applications to interact with LogTen Pro using a straight forward URL based approach

More information

AEA CONSUMER REPORT FOR 2 nd QUARTER 2007

AEA CONSUMER REPORT FOR 2 nd QUARTER 2007 Association of European Airlines Avenue Louise 350 B - 1050 Brussels Tel. +32 (0)2 639 89 89 Fax 639 89 99 E-mail aea.secretariat@aea.be Web www.aea.be 31 July 2007 AEA CONSUMER REPORT FOR 2 nd QUARTER

More information

Developer s Guide. to Kronos Airways NDC Platform

Developer s Guide. to Kronos Airways NDC Platform Developer s Guide to Kronos Airways NDC Platform Welcome to Kronos Airways C9 An airline flying in Europe and offering seats and services. Executive Summary Airline travel market challenges have favored

More information

Process Guide Version 2.5 / 2017

Process Guide Version 2.5 / 2017 Process Guide Version.5 / 07 Jettware Overview Start up Screen () After logging in to Jettware you will see the main menu on the top. () Click on one of the menu options in order to open the sub-menu:

More information

ADVERTISING SOLUTIONS. Prices for all advertising positions are indicated excluding VAT

ADVERTISING SOLUTIONS. Prices for all advertising positions are indicated excluding VAT ADVERTISING SOLUTIONS Prices for all advertising positions are indicated excluding VAT PASSENGER FLOW Annual passenger flows, milions 2016 3.8 3.3 2.9 2.66 2.2 1.71 1.37 1.31 ~ 10 605 Passengers per day

More information

AEROPORTO DI BOLOGNA FLIGHT TIMETABLE Scheduled flights

AEROPORTO DI BOLOGNA FLIGHT TIMETABLE Scheduled flights AEROPORTO DI BOLOGNA 2019 FLIGHT TIMETABLE Scheduled flights Summer 2019 Updated 08/01/2019 Valid until 26/10/2019 Flight Timetable Guide From Airline Flight No. Departure Arrival Frequency Validity 1

More information

PLANNED SCHEDULE CHANGES ICELANDAIR Update: January 2019 (update 1)

PLANNED SCHEDULE CHANGES ICELANDAIR Update: January 2019 (update 1) This policy provides guidelines and requirements for schedule changes. In Planned Schedule Changes you will receive specific guidelines on preferred airlines to be used in each case. Please note that the

More information

PRISHTINA INTERNATIONAL AIRPORT ''ADEM JASHARI'' LIMAK KOSOVO INTERNATIONAL AIRPORT J.S.C.

PRISHTINA INTERNATIONAL AIRPORT ''ADEM JASHARI'' LIMAK KOSOVO INTERNATIONAL AIRPORT J.S.C. winter season 2015 Master Schedule Version of:10/23/2015 13:03 Day 1 - Monday 1 Croatia Airlines CTN OU 313 Prishtina-Zagreb Overnight 04:30 2 Austrian Airlines AUA OS 770 Prishtina-Vienna Overnight 06:05

More information

Prestige terminals in the provinces: Is the EU over-airported?

Prestige terminals in the provinces: Is the EU over-airported? Impulse presentation ITB Aviation Day 2006 Prestige terminals in the provinces: Is the EU over-airported? Dr. Jürgen Ringbeck Berlin 8 March 2006 0 Key questions How is overall demand developing in Europe,

More information

SCHEDULING LIMITS 2 SCHEDULE ADJUSTMENT 3 TOP AIRLINES ANALYSIS 4 TOP ROUTES ANALYSIS 5 TOP 10 AIRCRAFT TYPE 6

SCHEDULING LIMITS 2 SCHEDULE ADJUSTMENT 3 TOP AIRLINES ANALYSIS 4 TOP ROUTES ANALYSIS 5 TOP 10 AIRCRAFT TYPE 6 WARSAW FREDERIC CHOPIN AIRPORT EPWA / WAW WINTER 214 START OF SEASON REPORT KEY STATISTICS Winter 214 Change from Winter 213 (Start of Season) Change from Winter 213 (End of Season ) Air Transport Movements

More information

Letter of Agreement. between. and

Letter of Agreement. between. and Munich FIR (EDMM) IVAO Germany 1 Document purpose Letter of Agreement between and Zürich FIR (LSAZ) IVAO Switzerland Effective: 02-APR-2015 Edition: 1.1 The purpose of this Letter of Agreement is to define

More information

OAG FV Flight Notifications for Business (FNB) Integration Guide

OAG FV Flight Notifications for Business (FNB) Integration Guide OAG FV Flight Notifications for Business (FNB) Integration Guide Table of Contents 1. Introduction... 3 Flight Notifications to a business customer... 3 Flight Notifications to end users... 3 2. OAG flightview

More information

IFATCA. Survey Report. When are they used?

IFATCA. Survey Report. When are they used? Survey Report IFATCA Published December 2008 Where are they used? When are they used? Who is their owner? How is their integrity as a safety tool? What procedures are in place in case they fail? Runway

More information

MODULE 4: SIDs and STARs. Slide <#> of

MODULE 4: SIDs and STARs. Slide <#> of MODULE 4: SIDs and STARs Slide of OUTLINE Objective: To understand SIDs and STARs and their applications CONTENT: WHAT ARE SIDS AND STARS COMMON ELEMENTS CHARTS PROCESSING OF SIDS AND STARS VECTORING

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

European Idle Network Capacity An Assessment of Capacity, Demand and Delay at 33 congested Airports

European Idle Network Capacity An Assessment of Capacity, Demand and Delay at 33 congested Airports European Idle Network Capacity An Assessment of Capacity, Demand and Delay at 33 congested Airports GAP pre-infraday Workshop Branko Bubalo Berlin October 9 th, 2009 Graduate of Berlin School of Economics

More information

TABLE OF CONTENTS. Coordination Summary 2. ATM Allocation 3. Scheduling Limits 4. Total Seats and Seats per Movement 5.

TABLE OF CONTENTS. Coordination Summary 2. ATM Allocation 3. Scheduling Limits 4. Total Seats and Seats per Movement 5. Summer 211 LONDON CITY SUMMER 211 Report KEY STATISTICS Air Transport Movements +23.9% Total Seats +32.9% Seats per Passenger ATM +7.2% TABLE OF CONTENTS Page Coordination Summary 2 ATM Allocation 3 Scheduling

More information

BUS TBS BATUMI AIRPORT TIBLISI AIRPORT TBS BUS

BUS TBS BATUMI AIRPORT TIBLISI AIRPORT TBS BUS BUS BATUMI AIRPORT TBS TIBLISI AIRPORT BUS TBS TBILISI & BATUMI S BACKGROUND TBS, located in the capital city Tbilisi; and BUS, located in the city of Batumi on the Black Sea coast in the south west of

More information

Enskilda Nordic Seminar 2006 Copenhagen 12 January President and CEO Jukka Hienonen

Enskilda Nordic Seminar 2006 Copenhagen 12 January President and CEO Jukka Hienonen Enskilda Nordic Seminar 2006 Copenhagen 12 January 2006 President and CEO Jukka Hienonen On blue and white wings since 1923 Over 8 million passengers/year Turnover 1.7 billion euro 9 000 employees 70 aircraft

More information

TABLE OF CONTENTS. Scheduling Limits 2. Air Transport Movements 3. Total Seats and Seats per Movement 4. Airline Analysis 5.

TABLE OF CONTENTS. Scheduling Limits 2. Air Transport Movements 3. Total Seats and Seats per Movement 4. Airline Analysis 5. HEATHROW WINTER 211/12 Start of Season Report KEY STATISTICS Air Transport Movements -.4% Total Seats -1.1% Seats per Air Transport Movement -.7% TABLE OF CONTENTS Page Scheduling Limits 2 Air Transport

More information

8 th USA/Europe Air Traffic Management R&D Seminar. US/Europe comparison of ATM-related operational performance. June 30, 2009 Napa Valley, California

8 th USA/Europe Air Traffic Management R&D Seminar. US/Europe comparison of ATM-related operational performance. June 30, 2009 Napa Valley, California 8 th USA/Europe Air Traffic Management R&D Seminar US/Europe comparison of ATM-related operational performance June 30, 2009 Napa Valley, California Objective & Scope OBJECTIVES Provide a high-level comparison

More information