Seasonal Adjustment with the R packages x12 and x12gui

Size: px
Start display at page:

Download "Seasonal Adjustment with the R packages x12 and x12gui"

Transcription

1 Alexander Kowarik 1,Angelika Meraner 1 and Matthias Templ 1,2 1. Statistics Austria 2. Vienna University of Technology user 2015 Aalborg, July 2015 Seasonal Adjustment with the R packages x12 and x12gu Kowarik, Meraner, Templ (STAT, TU) 1/ 20 Aalborg, 2015

2 Motivation X12-ARMA is widely used and state-of-the-art in many statistical o ces Statistical o ces (we) have to apply seasonal adjustment frequently and to many di erent time series Graphical analysis should always be included in the process Results should be reproducable and easy to modify (X-13-ARMA-SEATS is the successor if X12-ARMA, SEATS not yet implemented) æ R-packages x12 and x12gu Kowarik, Meraner, Templ (STAT, TU) 2/ 20 Aalborg, 2015

3 Features Access to X12-ARMA directly from within R (no spc, out,... files) Class oriented command line interface Change tracking for the X12-ARMA parameters and output Batch processing of multiple time series at once (in parallel) Easy generation of graphical output mport the parameter settings from spc files to R Kowarik, Meraner, Templ (STAT, TU) 3/ 20 Aalborg, 2015

4 Class x12single Objects of class x12single contain the following information ts - The original time serie x12parameter - The current X12-ARMA parameter setting x12output - The current X12-ARMA results x12oldparameter - All previous X12-ARMA parameter settings x12oldoutput - All previous X12-ARMA results Kowarik, Meraner, Templ (STAT, TU) 4/ 20 Aalborg, 2015

5 Methods x12single Methods for this class are: x12 - (Re)Run X12-ARMA setp,getp - Change/View parameters prev,cleanhistory - Revert to a previous X12 parameter setting and output plot,plotrsdacf,plotspec,plotseasfac - Plot methods s <- new("x12single", ts = AirPassengers, tsname = "air") s <- x12(s) forecast <- s@x12output@forecast Kowarik, Meraner, Templ (STAT, TU) 5/ 20 Aalborg, 2015

6 Class x12batch Objects of class x12batch Combination of multiple objects of class x12single nherit the methods from class x12single xb <- new("x12batch", list(airpassengers, AirPassengers, AirPassengers )) xb <- setp(xb, list(estimate = TRUE, outlier.types = "all") xb <- setp(xb, list(outlier.types = "LS", index=1) # options( x12.parallel=2) xb <- x12(xb) Kowarik, Meraner, Templ (STAT, TU) 6/ 20 Aalborg, 2015

7 Real example Batch - Tourism > dat <- read.csv2(" > tsobject <- lapply(split(dat[,5], list(dat[,2], dat[,3])), + # by state and country of origin + ts,start = c(1973,11), frequency = 12) > length(tsobject) [1] 774 > xb <- new("x12batch", tsobject[1:3]) > xb <- setp(xb,list(forecast_years=3)) The parameters for all objects are changed. > xb <- x12(xb) Time difference of secs Kowarik, Meraner, Templ (STAT, TU) 7/ 20 Aalborg, 2015

8 Real example Batch - Tourism > plot(xb@x12list[[1]], forecast = TRUE, + span = c(2008,4,2018,4), ylab = "Nights spend") Time Series with Forecasts Nights spend Date Kowarik, Meraner, Templ (STAT, TU) 8/ 20 Aalborg, 2015

9 Plot functions Output of the plot() method showing trend and forecasts with prediction intervals as well as the seasonally adjusted series. Time Series with Forecasts Value Date Original Seasonally Adjusted Trend Kowarik, Meraner, Templ (STAT, TU) 9/ 20 Aalborg, 2015

10 Plot functions Output of the plotrsdacf() function from the R package x12, showing the autocorrelations of the squared residuals from the regarma model. Autocorrelations of the Squared Residuals ACF Lag Kowarik, Meraner, Templ (STAT, TU) 10 / 20 Aalborg, 2015

11 Plot functions Output of the plotspec() function, showing the spectrum of the seasonally adjusted series. Spectrum of the Seasonally Adjusted Series Decibels Frequency Spectrum Seasonal Frequencies Trading Day Frequencies Kowarik, Meraner, Templ (STAT, TU) 11 / 20 Aalborg, 2015

12 Plot functions V Output of the seasonal factor plot (plotseasfac()). Seasonal Factors by period and S Ratios Value Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Seasonal Factors Mean S Ratio Replaced S Ratio Kowarik, Meraner, Templ (STAT, TU) 12 / 20 Aalborg, 2015

13 Plot functions V Output of the plot() method showing outliers in the RegARMA model. Original Series and Trend Value Date Original AO Trend LS TC Kowarik, Meraner, Templ (STAT, TU) 13 / 20 Aalborg, 2015

14 Features x12gu Overview of all (implemented) X12-ARMA parameters nteractive adjustment of the parameters nteractive graphics Visualisation of the automatically detected outliers Easy addition, removal of manually selected outliers Kowarik, Meraner, Templ (STAT, TU) 14 / 20 Aalborg, 2015

15 Main View x12gu > xbn <- x12gu(xb) Kowarik, Meraner, Templ (STAT, TU) 15 / 20 Aalborg, 2015

16 Main View x12gu Kowarik, Meraner, Templ (STAT, TU) 16 / 20 Aalborg, 2015

17 Graphics x12gu Kowarik, Meraner, Templ (STAT, TU) 17 / 20 Aalborg, 2015

18 nteractive Plots x12gu Kowarik, Meraner, Templ (STAT, TU) 18 / 20 Aalborg, 2015

19 nteractive Plots x12gu Kowarik, Meraner, Templ (STAT, TU) 19 / 20 Aalborg, 2015

20 Details and contact JSS paper Seasonal Adjustment with the R packages x12 and x12gu Contact: Alexander Kowarik alexander.kowarik@statistik.gv.at Kowarik, Meraner, Templ (STAT, TU) 20 / 20 Aalborg, 2015

January 2018 Air Traffic Activity Summary

January 2018 Air Traffic Activity Summary January 2018 Air Traffic Activity Summary Jan-2018 Jan-2017 CY-2018 CY-2017 Passengers 528,947 505,421 4.7% 528,947 505,421 4.7% Passengers 537,332 515,787 4.2% 537,332 515,787 4.2% Passengers 1,066,279

More information

DTTAS Quarterly Aviation Statistics Snapshot Quarter Report

DTTAS Quarterly Aviation Statistics Snapshot Quarter Report Contents DTTAS Quarterly Aviation Statistics Snapshot Quarter 4 2015 Report 1.1 Dublin Airport Key Statistics... 1 1.2 Cork Airport Key Statistics... 3 1.3 Shannon Airport Key Statistics... 5 1.4 Total

More information

DTTAS Quarterly Aviation Statistics Snapshot Quarter Report

DTTAS Quarterly Aviation Statistics Snapshot Quarter Report Contents DTTAS Quarterly Aviation Statistics Snapshot Quarter 3 2018 Report 1.1 Dublin Airport Key Statistics... 1 1.2 Cork Airport Key Statistics... 3 1.3 Shannon Airport Key Statistics... 5 1.4 Total

More information

DTTAS Quarterly Aviation Statistics Snapshot Quarter Report

DTTAS Quarterly Aviation Statistics Snapshot Quarter Report Contents DTTAS Quarterly Aviation Statistics Snapshot Quarter 1 2018 Report 1.1 Dublin Airport Key Statistics... 1 1.2 Cork Airport Key Statistics... 3 1.3 Shannon Airport Key Statistics... 5 1.4 Total

More information

Number of tourism trips of residents increased namely for leisure

Number of tourism trips of residents increased namely for leisure Tourism Demand of Residents 1 st Quarter 2018 25 July 2018 Number of tourism trips of residents increased namely for leisure In the 1 st quarter 2018, residents in Portugal took a total of 4.5 million

More information

AFTA Travel Trends. June 2017

AFTA Travel Trends. June 2017 AFTA Travel Trends June 2017 AFTA Travel Trends Report 2017 Inbound and Outbound overview Introduction This snapshot provides an overview of the balance of trade between Inbound and Outbound Travel for

More information

AUCKLAND DESTINATION OVERVIEW

AUCKLAND DESTINATION OVERVIEW AUCKLAND DESTINATION OVERVIEW JULY 218 An in-depth overview of Auckland s visitor economy from the latest arrival, accommodation, spend and cruise data through to past five-year commentary. Prepared August

More information

tourism in figures 2010

tourism in figures 2010 tourism in figures 2010 the Russian market in Flanders Sept. 2011 toerisme vlaanderen TABLE OF CONTENT A. THE RUSSIAN MARKET IN FLANDERS 5 1. Key figures 5 2. Distribution within Flanders 5 3. Trends

More information

AUCKLAND DESTINATION OVERVIEW

AUCKLAND DESTINATION OVERVIEW AUCKLAND DESTINATION OVERVIEW JUNE 218 An in-depth overview of Auckland s visitor economy from the latest arrival, accommodation, spend and cruise data through to past five-year commentary. Prepared July

More information

Oct-17 Nov-17. Travel is expected to grow over the coming 6 months; at a slower rate

Oct-17 Nov-17. Travel is expected to grow over the coming 6 months; at a slower rate Analysis provided by TRAVEL TRENDS INDEX OCTOBER 2018 CTI reading of 51.6 in October 2018 indicates that travel to or within the U.S. grew 3.2% in October 2018 compared to October 2017. LTI predicts travel

More information

49 May-17. Jun-17. Travel is expected to grow over the coming 6 months; at a slower rate

49 May-17. Jun-17. Travel is expected to grow over the coming 6 months; at a slower rate Analysis provided by TRAVEL TRENDS INDEX MAY 2018 CTI reading of 51.7 in May 2018 shows that travel to or within the U.S. grew 3.4% in May 2018 compared to May 2017. LTI predicts moderating travel growth

More information

Oct-17 Nov-17. Sep-17. Travel is expected to grow over the coming 6 months; at a slightly faster rate

Oct-17 Nov-17. Sep-17. Travel is expected to grow over the coming 6 months; at a slightly faster rate Analysis provided by TRAVEL TRENDS INDEX SEPTEMBER 2018 CTI reading of.8 in September 2018 indicates that travel to or within the U.S. grew 1.6% in September 2018 compared to September 2017. LTI predicts

More information

Jan-18. Dec-17. Travel is expected to grow over the coming 6 months; at a slower rate

Jan-18. Dec-17. Travel is expected to grow over the coming 6 months; at a slower rate Analysis provided by TRAVEL TRENDS INDEX DECEMBER 2018 CTI reading of 51.8 in December 2018 indicates that travel to or within the U.S. grew 3.6% in December 2018 compared to December 2017. LTI predicts

More information

AFTA Travel Trends. July 2017

AFTA Travel Trends. July 2017 AFTA Travel Trends July 2017 AFTA Travel Trends Report 2017 Inbound and Outbound overview Introduction This snapshot provides an overview of the balance of trade between Inbound and Outbound Travel for

More information

LOUIS ARMSTRONG NEW ORLEANS INTERNATIONAL AIRPORT For the Period Ending September 30, Enplaned Passengers by Airline

LOUIS ARMSTRONG NEW ORLEANS INTERNATIONAL AIRPORT For the Period Ending September 30, Enplaned Passengers by Airline Domestic Scheduled Enplaned Passengers by Airline Alaska Airlines 7,070 4,331 63.2% 59,552 42,265 40.9% 1.2% 1.0% Virgin America 0 803-100.0% 12,231 803 1423.2% 0.3% 0.0% Allegiant Air 1,333 2,063-35.4%

More information

NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT OCTOBER - DECEMBER 2012

NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT OCTOBER - DECEMBER 2012 NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT OCTOBER - DECEMBER 212 Date Version Comments Page 2 Foreword Airservices Australia has established a Noise and Flight Path Monitoring

More information

SSP progress in Latvia. Overview

SSP progress in Latvia. Overview SSP progress in Latvia CAA of Latvia: Ms. Ērika Neimane, Head of the ATM Section, ANS Division LGS: Mr. Jānis Lapiņš, Head of Safety, Quality, Security and Audit Management airbaltic: Mr. Lauris Miķelsons,

More information

Yukon Tourism Indicators Year-End Report 2013

Yukon Tourism Indicators Year-End Report 2013 Yukon Tourism Indicators Yukon Tourism Indicators Overview This document is intended to provide a snapshot of tourism indicators for Yukon for 2013 (January to December). Contents 2013 Tourism Review 3

More information

Report for Jan-Nov-2006 pdf. General Statistics

Report for Jan-Nov-2006 pdf. General Statistics Report for Jan-Nov-006 pdf Time range: /8/006 07:3:37 - /3/006 3:50:6 Generated on Mon Jan 0, 007-9:3:5 General Statistics Summary Summary Hits Total Hits 97,06 Average Hits per Day 89 Average Hits per

More information

ATM Network Performance Report

ATM Network Performance Report ATM Network Performance Report 2018. Page 1 of 16 Table of contents Summary... 3 Network Wide Performance... 4 Airborne delay... 4 Sydney... 6 Airborne delay... 6 Notable events... 6 Melbourne... 9 Airborne

More information

NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT JULY - SEPTEMBER 2011

NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT JULY - SEPTEMBER 2011 NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT JULY - SEPTEMBER 211 Date Version Comments Page 2 Foreword Airservices Australia has established a Noise and Flight Path Monitoring System

More information

AUCKLAND DESTINATION OVERVIEW

AUCKLAND DESTINATION OVERVIEW AUCKLAND DESTINATION OVERVIEW AUGUST 218 An in-depth overview of Auckland s visitor economy from the latest arrival, accommodation, spend and cruise data through to past five- commentary. Prepared September

More information

12/10/2012 8:17 PM

12/10/2012 8:17 PM Login Enter a search item FIND: Local Association Builders & Remodelers About NAHB Newsroom Builders' Show Publications & Subscriptions Awards Housing Topics Housing Policy Housing Data Tools Community

More information

NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT OCTOBER - DECEMBER 2013

NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT OCTOBER - DECEMBER 2013 NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT OCTOBER - DECEMBER 213 Date Version Comments Page 2 Foreword Airservices Australia has established a Noise and Flight Path Monitoring System

More information

U.S. DOMESTIC INDUSTRY OVERVIEW FOR MARCH

U.S. DOMESTIC INDUSTRY OVERVIEW FOR MARCH Inter-Office Memo Reno-Tahoe Airport Authority Date: April 30, 2009 To: Statistics Recipients From: Krys T. Bart, A.A.E., President/CEO Subject: RENO-TAHOE INTERNATIONAL AIRPORT PASSENGER STATISTICS U.S.

More information

AIRSERVICES AUSTRALI A

AIRSERVICES AUSTRALI A AIRSERVICES AUSTRALI A NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT JANUARY - MARCH 211 Page 2 Foreword Airservices Australia has established a Noise and Flight Path Monitoring System

More information

NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT JULY - SEPTEMBER 2011

NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT JULY - SEPTEMBER 2011 NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT JULY - SEPTEMBER 211 Date Version Comments Page 2 Foreword Airservices Australia has established a Noise and Flight Path Monitoring System

More information

Airport Capacity, Airport Delay, and Airline Service Supply: The Case of DFW

Airport Capacity, Airport Delay, and Airline Service Supply: The Case of DFW Airport Capacity, Airport Delay, and Airline Service Supply: The Case of DFW Faculty and Staff: D. Gillen, M. Hansen, A. Kanafani, J. Tsao Visiting Scholar: G. Nero and Students: S. A. Huang and W. Wei

More information

NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT JULY - SEPTEMBER 2013

NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT JULY - SEPTEMBER 2013 NOISE AND FLIGHT PATH MONITORING SYSTEM MELBOURNE QUARTERLY REPORT JULY - SEPTEMBER 213 Date Version Comments Page 2 Foreword Airservices Australia has established a Noise and Flight Path Monitoring System

More information

Visit Phoenix Market Update January Eric Kerr Director of Research & Business Analysis

Visit Phoenix Market Update January Eric Kerr Director of Research & Business Analysis Visit Phoenix Market Update January 2019 Eric Kerr Director of Research & Business Analysis Visitation totals 2012-2017 & Spending trends Hotel Market Overview YTD - November Chain scales, Submarkets,

More information

With the completion of this project, we would like to follow-up on the projections as well as highlight a few other items:

With the completion of this project, we would like to follow-up on the projections as well as highlight a few other items: TO: FROM: Mayor and Council Interim City Manager Rebecca Underhill, Director of Finance DATE: February 28, 2014 SUBJECT: Water Meter Project Analysis On March 28, 2012, Acting City Manager Mike Loftin

More information

Metra Board of Directors. Board Meeting November 11, 2011

Metra Board of Directors. Board Meeting November 11, 2011 Metra Board of Directors Board Meeting November 11, 2011 State of Metra Operations Metra Board of Directors November 11, 2011 Presented by George Hardwidge Deputy Executive Director Operations System On-Time

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF SUMMARY * ANNUAL (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR ON

More information

Measures & Projections October 31, GoToBermuda.com

Measures & Projections October 31, GoToBermuda.com Measures & Projections October 31, 2015 GoToBermuda.com October Total Vacation Visitor Arrivals Vacation Arrivals Oct-14 Oct-15 2015 Air Vacation 9,203 10,344 1,141 12.40 126,842 127,044 202 0.16 Cruise

More information

Airline industry outlook remains fragile

Airline industry outlook remains fragile Airline industry outlook remains fragile June 2009 www.iata.org/economics To represent, lead and serve the airline industry Airline industry outlook remains fragile Green shoots starting to appear Recovery

More information

Passenger Traffic Achieves Strong Growth of 4.8% for the Month of August

Passenger Traffic Achieves Strong Growth of 4.8% for the Month of August Passenger Traffic Achieves Strong Growth of 4.8% for the Month of August Montréal, 7 October Passenger traffic experienced a slight surge in growth to almost +5% for August compared to previous months

More information

Keflavik International Airport Passenger forecast 2018

Keflavik International Airport Passenger forecast 2018 Keflavik International Airport Passenger forecast 2018 2 Keflavik International Airport Passenger forecast Keflavik International Airport 2018 3 Passenger Forecast 2018 Forecast 2018 6,409,312 3,971,969

More information

The Geography of Climate

The Geography of Climate The Geography of Climate Objective for Today: Today we will examine ways that latitude and landforms influence climate The focus of our study will be the South American Continent in the Formal Region known

More information

Tourism Snapshot A focus on the markets in which the CTC and its partners are active

Tourism Snapshot A focus on the markets in which the CTC and its partners are active Tourism Snapshot A focus on the markets in which the CTC and its partners are active www.canada.travel/corporate January 214 Volume 1, Issue 1 Key highlights Total arrivals from CTC s international markets

More information

Annex/FANS 17. ADS/CPDLC Report EUR/SAM Corridor: Index. Systems Direction Navigation and Surveillance Division. 2. Traffic Data Summary

Annex/FANS 17. ADS/CPDLC Report EUR/SAM Corridor: Index. Systems Direction Navigation and Surveillance Division. 2. Traffic Data Summary Annex/FANS 17 ADS/CPDLC Report EUR/SAM Corridor: 2017 Systems Direction Navigation and Surveillance Division Index 2. Traffic Data Summary 3. Airlines Aircraft types 4. CRM 2017 results 5. Conclusions

More information

LOUIS ARMSTRONG NEW ORLEANS INTERNATIONAL AIRPORT For the Period Ending August 31, Enplaned Passengers by Airline

LOUIS ARMSTRONG NEW ORLEANS INTERNATIONAL AIRPORT For the Period Ending August 31, Enplaned Passengers by Airline Enplaned Passengers by Airline Domestic Scheduled Alaska Airlines 3,797 4,077-6.9% 36,538 35,188 3.8% 1.0% 1.0% Allegiant Air 5,698 743 666.9% 41,738 14,843 181.2% 1.1% 0.4% American Airlines (US Air)

More information

Tourism in South Africa A statistical overview

Tourism in South Africa A statistical overview Tourism in South Africa A statistical overview Purpose of presentation Purpose of the presentation is to present different tourism statistics produced by Stats SA People like to travel we are a country

More information

EU banana sector Sarolta IDEI / Daniel VANDERELST / Lucie ZOLICHOVA

EU banana sector Sarolta IDEI / Daniel VANDERELST / Lucie ZOLICHOVA EU banana sector Sarolta IDEI / Daniel VANDERELST / Lucie ZOLICHOVA European Commission DG Agriculture and Rural Development Unit C.2. Wine, spirits, horticultural products, specialised crops September

More information

Belgium. Belgian Visitors in Finland Statistical Trends and Profile

Belgium. Belgian Visitors in Finland Statistical Trends and Profile Belgium M A R K E T R E V I E W 2 0 1 5 Belgian Visitors in Finland Statistical Trends and Profile 24.10.2016 STATISTICS ON BELGIAN TOURISM IN FINLAND STATISTICAL TRENDS 3 Registered overnights 4 Number

More information

ANGUILLA TOURISM HIGHLIGHTS FOR 2006 VISITOR ARRIVALS 72, % 60.1% Same Day Visitors 94,283. Tourist Arrivals I ( Winter ( Summer

ANGUILLA TOURISM HIGHLIGHTS FOR 2006 VISITOR ARRIVALS 72, % 60.1% Same Day Visitors 94,283. Tourist Arrivals I ( Winter ( Summer ANGUILLA TOURISM HIGHLIGHTS FOR 2006 VISITOR ARRIVALS Tourist Arrivals I ( Winter ( Summer 72,962 39.9% 60.1% Same Day Visitors 94,283 VISITOR PROFILE Average Length of Stay (nights) I 8.0 Tourist Arrivals

More information

AUCKLAND DESTINATION OVERVIEW

AUCKLAND DESTINATION OVERVIEW AUCKLAND DESTINATION OVERVIEW September 218 An in-depth overview of Auckland s visitor economy from the latest arrival, accommodation, spend, cruise and event data through to past five- commentary. Prepared

More information

TOURISM PERFORMANCE 2017

TOURISM PERFORMANCE 2017 4 th QUARTER TOURISM PERFORMANCE 2017 TOTAL STAYOVER ARRIVALS 105,658 TOTAL CRUISE ARRIVALS 224,212 TOTAL VISITOR NIGHTS AVERAGE HOTEL OCCUPANCY 935,402 71.7% ECONOMIC IMPACT $142.6 million HOW WAS OUR

More information

The Economic Impact of Poole s Visitor Economy 2015

The Economic Impact of Poole s Visitor Economy 2015 The Economic Impact of Poole s Visitor Economy 2015 Produced By The South West Research Company Ltd October 2016 Contents Page Introduction 3 Poole data 4 Dorset data 17 Introduction This report examines

More information

AIRSERVICES AUSTRALI A

AIRSERVICES AUSTRALI A AIRSERVICES AUSTRALI A NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT APRIL - JUNE 211 Date Version Comments Page 2 Foreword Airservices Australia has established a Noise and Flight

More information

Exhibit 4 Page 1 of 9

Exhibit 4 Page 1 of 9 % Page 1 of 9 Prior Contract No. X1054111B1 Awarded 2/12/13 (Schindler Elevator Corp.) Union Rates for Local 71 NEBA 2018 Agreement with IUEC Miami-Dade County Contract No. E9946-0/18 Awarded 12/18/17

More information

APA NOISE REPORT. January 2018

APA NOISE REPORT. January 2018 January 2018 [Grab your reader s attention with a great quote from the document or use this space to emphasize a key point. To place this text box anywhere on the page, just drag it.] APA NOISE REPORT

More information

APA NOISE REPORT. August 2018

APA NOISE REPORT. August 2018 August 2018 [Grab your reader s attention with a great quote from the document or use this space to emphasize a key point. To place this text box anywhere on the page, just drag it.] APA NOISE REPORT 1

More information

PERFORMANCE MEASURE INFORMATION SHEET #16

PERFORMANCE MEASURE INFORMATION SHEET #16 PERFORMANCE MEASURE INFORMATION SHEET #16 ARROW LAKES RESERVOIR: RECREATION Objective / Location Recreation/Arrow Lakes Reservoir Performance Measure Access Days Units Description MSIC 1) # Access Days

More information

ST. EUSTATIUS. Sea Arrivals ( Summer ( Winter Yacht Arrivals 11, % 32.1%

ST. EUSTATIUS. Sea Arrivals ( Summer ( Winter Yacht Arrivals 11, % 32.1% ST. EUSTATIUS TOURISM HIGHLIGHTS FOR 2007 VISITOR ARRIVALS Tourist Arrivals I ( Summer* ( Winter* 11,568 67.9% 32.1% Sea Arrivals ( Summer ( Winter Yacht Arrivals 5,858 48.5% 51.5% 707 ACCOMMODATION STATISTICS

More information

PRELIMINARY WEB DOCUMENT

PRELIMINARY WEB DOCUMENT APA NOISE REPORT May 2018 [Grab your reader s attention with a great quote from the document or use this space to emphasize a key point. To place this text box anywhere on the page, just drag it.] 1 TABLE

More information

SAMPLE CLIENT. PPC Performance Report. Google AdWords Performance Detail Text Ad Performance Comparisons & Trend Analysis Revenue Tracking Data

SAMPLE CLIENT. PPC Performance Report. Google AdWords Performance Detail Text Ad Performance Comparisons & Trend Analysis Revenue Tracking Data SAMPLE CLIENT PPC Performance Report Included in this report: Google AdWords Performance Detail Text Ad Performance Comparisons & Trend Analysis Revenue Tracking Data SUGAR AND SPICE - AUGUST 213 2 4 8

More information

International Visitation to the Northern Territory. Year ending December 2017

International Visitation to the Northern Territory. Year ending December 2017 International Visitation to the Northern Territory Year ending December 2017 The following is a summary of information relevant to the Northern Territory (NT) tourism industry including visitation results

More information

International Visitation to the Northern Territory. Year ending June 2017

International Visitation to the Northern Territory. Year ending June 2017 International Visitation to the Northern Territory Year ending June 217 The following is a summary of information relevant to the Northern Territory tourism industry including visitation results from Tourism

More information

Yukon Bureau of Statistics

Yukon Bureau of Statistics Yukon Bureau of Statistics 2 9 # 1 $ > 0-2 + 6 & ± 8 < 3 π 7 5 9 1 ^ 1 Retail Motor Fuel Prices in the Yukon Average prices as of May 20 th, 2009 Self-serve regular premium diesel Whitehorse 99.5 105.9

More information

APA NOISE REPORT. August 2017

APA NOISE REPORT. August 2017 August 2017 [Grab your reader s attention with a great quote from the document or use this space to emphasize a key point. To place this text box anywhere on the page, just drag it.] APA NOISE REPORT 1

More information

International Visitation to the Northern Territory. Year ending September 2017

International Visitation to the Northern Territory. Year ending September 2017 International Visitation to the Northern Territory Year ending September 2017 The following is a summary of information relevant to the Northern Territory (NT) tourism industry including visitation results

More information

Supreme Court records, (bulk , )

Supreme Court records, (bulk , ) Supreme Court records, 1793 1974 (bulk 1847 1862, 1870 1966) Ontario County Records and Archives Center Overview of the Records: Creator: Ontario County Court Clerk Extent: 48 volumes, 8 indexes, 25.53

More information

MARKET NEWSLETTER No 57 January 2012

MARKET NEWSLETTER No 57 January 2012 OVERVIEW OF INTRA-EUROPEAN UNION TRADING BETWEEN 2007/08 AND 2010/11 The data on intra-eu trade reported in this month s newsletter have been taken from the EUROSTAT database. However, it is important

More information

How Russians Spend Abroad 2010

How Russians Spend Abroad 2010 Russia Consumer research How Russians Spend Abroad Citibank s Annual Research of Credit Card Transactions Abroad August Spend Abroad Dynamics Share of spend abroad (as % of total spend over one year) 20%

More information

The Economic Impact of Gloucestershire s Visitor Economy Forest of Dean district

The Economic Impact of Gloucestershire s Visitor Economy Forest of Dean district The Economic Impact of Gloucestershire s Visitor Economy 201 Forest of Dean district Produced on behalf of the Wye Valley and Forest of Dean Tourism Association By The South West Research Company Ltd January

More information

The Economic Impact of Gloucestershire s Visitor Economy Forest of Dean district

The Economic Impact of Gloucestershire s Visitor Economy Forest of Dean district The Economic Impact of Gloucestershire s Visitor Economy 2014 Forest of Dean district Produced on behalf of the Wye Valley and Forest of Dean Tourism Association By The South West Research Company Ltd

More information

Hotel Association of North Texas. Karrie Keen Director, Destination and Trend Operations

Hotel Association of North Texas. Karrie Keen Director, Destination and Trend Operations Hotel Association of North Texas Karrie Keen Director, Destination and Trend Operations To view this presentation, go to HotelNewsNow.com and click on Industry Analysis then Hotel data presentations. Agenda

More information

Hokitika Gorge, West Coast. newzealand.com INDIA. Market information about our Visitors and our Active Considerers

Hokitika Gorge, West Coast. newzealand.com INDIA. Market information about our Visitors and our Active Considerers Hokitika Gorge, West Coast INDIA Market information about our Visitors and our Active Considerers newzealand.com PAST VISITORS HISTORIC VIEW TOTAL ARRIVALS YE MARCH 2018 AUS 1,495K 39% INDIA 63K 2% USA

More information

August 2014 Passenger and Cargo Traffic Statistics Reno-Tahoe International Airport

August 2014 Passenger and Cargo Traffic Statistics Reno-Tahoe International Airport August 2014 Passenger and Cargo Traffic Statistics Reno-Tahoe International Airport October 8, 2014 U.S. DOMESTIC INDUSTRY OVERVIEW FOR AUGUST 2014 All RNO Carriers Domestic Systemwide year over year comparison

More information

Board Box. October Item # Item Staff Page 1. Key Performance Indicators Sep 2018 M. Mungia Financial Report Aug 2018 H.

Board Box. October Item # Item Staff Page 1. Key Performance Indicators Sep 2018 M. Mungia Financial Report Aug 2018 H. Board Box October 2018 Item # Item Staff Page 1. Key Performance Indicators Sep 2018 M. Mungia 2-10 2. Financial Report Aug 2018 H. Rodriguez 11-15 ITEM 1 October 31, 2018 TO: FROM: RE: BOARD OF DIRECTORS

More information

Latest market insights and marketing plans from VisitBritain/VisitEngland. Anke Monestel, VisitEngland 8 th February 2018

Latest market insights and marketing plans from VisitBritain/VisitEngland. Anke Monestel, VisitEngland 8 th February 2018 Latest market insights and marketing plans from VisitBritain/VisitEngland Anke Monestel, VisitEngland 8 th February 2018 1 Inbound tourism trends 2 Friday, February 9, 2018 2003 2004 2005 2006 2007 2008

More information

Table of Contents PAGE

Table of Contents PAGE April 2015 EL PASO INTERNATIONAL AIRPORT MONTHLY ACTIVITY REPORT April 2015 Table of Contents PAGE AIRPORT ACTIVITY OVERVIEW 1 NONSTOP DESTINATION ANALYSIS 2 MAP OF NONSTOP DESTINATIONS 3 FLIGHT SCHEDULE

More information

Sound Transit Operations December 2014 Service Performance Report. Ridership

Sound Transit Operations December 2014 Service Performance Report. Ridership Ridership Total Boardings by Mode Mode Dec-13 Dec-14 % YTD-13 YTD-14 % ST Express 1,266,130 1,396,787 10.3% 16,605,299 17,661,976 6.4% Sounder 248,710 285,016 14.6% 3,035,735 3,361,317 10.7% Tacoma Link

More information

CRYSTAL RIVER CRUISES VALUE SAVINGS

CRYSTAL RIVER CRUISES VALUE SAVINGS 2018 & 2019 CRYSTAL RIVER CRUISES VALUE SAVINGS PASSAU, GERMANY THE DEFINITIVE CHOICE IN RIVER CRUISING Discover an entirely new standard of travel along Europe s majestic waterways as we transport you

More information

Rotorua. newzealand.com. argentina. Market information about our Visitors and our Active Considerers

Rotorua. newzealand.com. argentina. Market information about our Visitors and our Active Considerers Rotorua argentina Market information about our Visitors and our Active Considerers newzealand.com PAST VISITORS HISTORIC VIEW TOTAL ARRIVALS YE MARCH 2018 AUS 1,495K 39% INDIA 63K 2% USA 340K 9% GERMAN

More information

AUCKLAND DESTINATION OVERVIEW

AUCKLAND DESTINATION OVERVIEW AUCKLAND DESTINATION OVERVIEW October 218 An in-depth overview of Auckland s visitor economy from the latest arrival, accommodation, spend, cruise and event data through to past five- commentary. Prepared

More information

METRO OPERATIONS COMMITTEE

METRO OPERATIONS COMMITTEE Los Angeles County Metropolitan Transportation Authority Item 1 CHIEF OPERATIONS OFFICER S S REPORT METRO OPERATIONS COMMITTEE Lonnie Mitchell Chief Operations Officer May 19, 20 1 Employee Recognition

More information

FIXED ROUTE DASHBOARD JULY 2018

FIXED ROUTE DASHBOARD JULY 2018 FIXED ROUTE DASHBOARD JULY 2018 Safety Max Target Goal Preventable Collisions per 100k Miles Non-Preventable Collisions per 100k Miles Total Incidents per 10,000 Boardings 1.6 1.3 0.8 2.63 2.1 2.0 1.60

More information

Measuring Ground Delay Program Effectiveness Using the Rate Control Index. March 29, 2000

Measuring Ground Delay Program Effectiveness Using the Rate Control Index. March 29, 2000 Measuring Ground Delay Program Effectiveness Using the Rate Control Index Robert L. Hoffman Metron Scientific Consultants 11911 Freedom Drive Reston VA 20190 hoff@metsci.com 703-787-8700 Michael O. Ball

More information

Recommendations for Northbound Aircraft Departure Concerns over South Minneapolis

Recommendations for Northbound Aircraft Departure Concerns over South Minneapolis Recommendations for Northbound Aircraft Departure Concerns over South Minneapolis March 21, 2012 Noise Oversight Committee Agenda Item #4 Minneapolis Council Member John Quincy Background Summer of 2011

More information

U.S. DOMESTIC INDUSTRY OVERVIEW FOR OCTOBER 2010 All RNO Carriers Systemwide year over year comparison

U.S. DOMESTIC INDUSTRY OVERVIEW FOR OCTOBER 2010 All RNO Carriers Systemwide year over year comparison Inter-Office Memo Reno-Tahoe Airport Authority Date: November 22, 2010 To: Chairman and Board of Trustees From: Krys T. Bart, A.A.E., President/CEO Subject: RENO-TAHOE INTERNATIONAL AIRPORT OCTOBER 2010

More information

Table of Contents PAGE

Table of Contents PAGE FEBRUARY 2018 EL PASO INTERNATIONAL AIRPORT MONTHLY ACTIVITY REPORT February 2018 Table of Contents PAGE AIRPORT ACTIVITY OVERVIEW 1 NONSTOP DESTINATION ANALYSIS 2 MAP OF NONSTOP DESTINATIONS 3 FLIGHT

More information

CAPACITY PLANNING. CALENDAR OF MILESTONE DATES DECEMBER 2019 and MAY 2020 TIMETABLES (PRODUCTION SCHEDULE)

CAPACITY PLANNING. CALENDAR OF MILESTONE DATES DECEMBER 2019 and MAY 2020 TIMETABLES (PRODUCTION SCHEDULE) CAPACITY PLANNING CALENDAR OF MILESTONE DATES DECEMBER 2019 and MAY 2020 TIMETABLES (PRODUCTION SCHEDULE) Published on behalf of:- Capacity Planning Quadrant: MK Elder Gate Milton Keynes Central MK9 1EN

More information

HOTEL INDUSTRY OVERVIEW. Texas

HOTEL INDUSTRY OVERVIEW. Texas HOTEL INDUSTRY OVERVIEW Texas DEMAND GROWTH STRONG BALANCED OCC & ADR GROWTH % Change Room Supply* 149M 1.3% Room Demand* 92M 5.6% Occupancy 61.6% 4.3% A.D.R. $90 4.4% RevPAR $55 8.9% Room Revenue* $8.3B

More information

Annual Weather Book RECORDED BY NW RESEARCH & OUTREACH CTR. By: Michael Leiseth

Annual Weather Book RECORDED BY NW RESEARCH & OUTREACH CTR. By: Michael Leiseth Annual Weather Book RECORDED BY NW RESEARCH & OUTREACH CTR. By: Michael Leiseth Table I II 1 2 3 4 5 6 7 8 9, 10 11, 12 13, 14 15, 16 17 18 An average year in Crookston, MN. Seasonal extremes in Crookston,

More information

Existing Services, Ridership, and Standards Report. June 2018

Existing Services, Ridership, and Standards Report. June 2018 Existing Services, Ridership, and Standards Report June 2018 Prepared for: Prepared by: Contents Overview of Existing Conditions... 1 Fixed Route Service... 1 Mobility Bus... 34 Market Analysis... 41 Identification/Description

More information

International Visitation to the Northern Territory. Year ending March 2017

International Visitation to the Northern Territory. Year ending March 2017 International Visitation to the Northern Territory Year ending March 217 The following is a summary of information relevant to the Northern Territory tourism industry including visitation results from

More information

West Somerset 2015 Local data version

West Somerset 2015 Local data version West Somerset 2015 Local data version Introduction This report examines the volume and value of tourism and the impact of visitor expenditure on the local economy in West Somerset and Somerset county in

More information

SJC North and South Flow

SJC North and South Flow SJC North and South Flow Pre and Post OAPM Date: January 2018 Phases of Flight ATCC ARTCC ATCC 2 AviationTerms VFR- Visual Flight Rules. Pilots must maneuver to avoid clouds and are responsible for their

More information

Asheville Metro Economic Report 2014 Second Quarter

Asheville Metro Economic Report 2014 Second Quarter Asheville Metro Economic Report Johnson Price Sprinkle PA HIGHLIGHTS: ASHEVILLE METRO The Asheville metro area gained 2,400 more jobs than one year earlier, averaging a growth rate of 1.4 percent, continuing

More information

CAPACITY PLANNING. CALENDAR OF MILESTONE DATES DECEMBER 2018 and MAY 2019 TIMETABLES (PRODUCTION SCHEDULE)

CAPACITY PLANNING. CALENDAR OF MILESTONE DATES DECEMBER 2018 and MAY 2019 TIMETABLES (PRODUCTION SCHEDULE) CAPACITY PLANNING CALENDAR OF MILESTONE DATES DECEMBER 2018 and MAY 2019 TIMETABLES (PRODUCTION SCHEDULE) Published on behalf of:- Capacity Planning Quadrant: MK Elder Gate Milton Keynes Central MK9 1EN

More information

The Role of Modeling in the Innovation of Sustainable Cassava Production. Department of Agriculture and Chiangmai University

The Role of Modeling in the Innovation of Sustainable Cassava Production. Department of Agriculture and Chiangmai University The Role of Modeling in the Innovation of Sustainable Cassava Production Department of Agriculture and Chiangmai University Radiation YIELD HYPOTHESIS Precipitation CO 2 + O 2 Temperature Soil Nutrient

More information

THE DEFINITIVE CHOICE IN RIVER CRUISING 2018 & 2019 CRYSTAL RIVER CRUISES VA LUE SAVIN GS. The All-Inclusive CRYSTAL EXPERIENCE

THE DEFINITIVE CHOICE IN RIVER CRUISING 2018 & 2019 CRYSTAL RIVER CRUISES VA LUE SAVIN GS. The All-Inclusive CRYSTAL EXPERIENCE 2018 & 2019 CRYSTAL RIVER CRUISES VA LUE SAVIN GS BUDAPEST, HUNGARY THE DEFINITIVE CHOICE IN RIVER CRUISING There is a world out there. A world that calls to you. Join us as we journey to its furthest

More information

Long Distance Travel Data: Challenges and Opportunities

Long Distance Travel Data: Challenges and Opportunities Long Distance Travel Data: Challenges and Opportunities Outline Difference Between Long- Distance and Daily Travel Source: McGuckin s analysis of ATS/NHTS Incidence Rate and Purpose Differences Incidence

More information

The NESCAUM Method of Estimating Aircraft Emissions

The NESCAUM Method of Estimating Aircraft Emissions The NESCAUM Method of Estimating Aircraft Emissions Presentation to the OTC Mobile Source Committee December 5, 2001 Baltimore-Washington International Airport Ingrid Ulbrich Environmental Analyst NESCAUM

More information

Opioid Surveillance Jun 2017

Opioid Surveillance Jun 2017 Opioid Surveillance Jun 217 Medical Examiner Source: Ingham County Medical Examiner Data is current as of Jun 13, 217 22 total drug-related Ingham resident deaths occurred in Ingham County 17 deaths were

More information

TOURISM NEW ZEALAND OUR VISITORS UNDERSTANDING <1% <1% <1% HISTORIC VIEW TOTAL ARRIVALS YE APRIL 2017

TOURISM NEW ZEALAND OUR VISITORS UNDERSTANDING <1% <1% <1% HISTORIC VIEW TOTAL ARRIVALS YE APRIL 2017 TOURISM JAPAN 102K 3% NEW ZEALAND UNDERSTANDING OUR VISITORS Our market infographics are drawn from two different sources. HISTORIC VIEW: Past Visitor Research This is information collected about those

More information

Performance Metrics for Oceanic Air Traffic Management. Moving Metrics Conference Pacific Grove, California January 29, 2004 Oceanic Metrics Team

Performance Metrics for Oceanic Air Traffic Management. Moving Metrics Conference Pacific Grove, California January 29, 2004 Oceanic Metrics Team Performance Metrics for Oceanic Air Traffic Management Moving Metrics Conference Pacific Grove, California January 29, 2004 Oceanic Metrics Team Agenda Metrics Team Michele Merkle, FAA AUA-600 Lynne Hamrick,

More information

*FB Pamphlet DEPARTMENT OF THE ARMY US ARMY GARRISON FORT BELVOIR Fort Belvoir, Virginia FB Pamphlet October 2002

*FB Pamphlet DEPARTMENT OF THE ARMY US ARMY GARRISON FORT BELVOIR Fort Belvoir, Virginia FB Pamphlet October 2002 DEPARTMENT OF THE ARMY US ARMY GARRISON FORT BELVOIR Fort Belvoir, Virginia 22060-5928 *FB Pamphlet 25-31 FB Pamphlet 25-31 10 October 2002 Military Publications INDEX OF FORT BELVOIR COMMAND S, POSTERS

More information

March 2014 Passenger and Cargo Traffic Statistics Reno-Tahoe International Airport

March 2014 Passenger and Cargo Traffic Statistics Reno-Tahoe International Airport March 2014 Passenger and Cargo Traffic Statistics Reno-Tahoe International Airport April 25, 2014 U.S. DOMESTIC INDUSTRY OVERVIEW FOR MARCH 2014 All RNO Carriers Domestic Systemwide year over year comparison

More information