D5.1 Route network and performance of merchant vessels

Size: px
Start display at page:

Download "D5.1 Route network and performance of merchant vessels"

Transcription

1 SEVENTH FRAMEWORK PROGRAMME THEME 7 Transport IceWin Innovative Icebreaking Concepts for Winter Navigation Grant no D5.1 Route network and performance of merchant vessels Work Package: Deliverable type: WP5 Report Contractual date of delivery: Actual date of delivery: Author(s): Robin Berglund, VTT Arto Nokelainen, VTT

2 List of Beneficiaries Beneficiary Number * Beneficiary name Beneficiary short name Country Date enter project Date exit project 1 (coordinator) 2 Valtion Teknillinen Tutkimuskeskus Hama Investeeringud VTT FI 1 24 HI EST TML TML BEL Aker Arctic Technology AARC FI 1 24

3 Executive Summary This report describes the work done in WP5 regarding performance of merchant vessels and route network modelling. The main data source for the work is ship speed and position data obtained from the AIS network during winter 2010 in the Gulf of Finland. The ships are grouped into classes depending on their type, machine power and ice class. Their speed is measured as a function of ice conditions obtained from corresponding ice charts. The relative position of the ships and icebreakers are identified, and situations where ships proceed behind icebreakers or other ships (in a convoy) are separately analysed. The result is an estimate of how ice conditions, as measured by the average ice thickness, do affect the performance (speed) of individual ships. Also the need for icebreaker assistance can be estimated as a function of ice thickness. This data will then be used as input to the simulation model, where the effect of different ice conditions, agreement systems, and traffic densities, will be simulated. The modelling work will be continued in WP6 to achieve a realistic model of the ship traffic and assistance need as a function of winters of different severity. 3 of 27 pages

4

5 Contents Executive Summary...3 Terminology Route network AIS data collection and preprocessing Analysis of ship states Temporal grouping Spatial grouping Output for the simulation model Interface functions Examples Simulating different ice conditions of 27 pages

6 Terminology AIS IBNet nm SOG The Automatic Identification System (AIS) is a system used by ships and Vessel Traffic Services (VTS) principally for identification and locating vessels. AIS provides a means for ships to electronically exchange ship data including: identification, position, course and speed with other nearby ships and VTS stations. Traffic information system for icebreakers. Used operationally on board all Swedish and Finnish icebreakers in the Baltic Sea. Developed and maintained by VTT. Nautical mile (1.852 km) Speed over ground 6 of 27 pages

7 1 Route network The simulation will be based on a simplified route network. The route network is designed based on previous work (ICOMOB-project) and on actual routes used by the ships. This information is available from the AIS network which collects position and speed from ships. VTT has gathered this information into a database which is then used as the basis for the analysis of ship performance in ice. Fig. 1. Route network in the Gulf of Finland. The route legs are shown in red. The map also shows how the observations are mapped to the route legs, i.e. all observations within a polygon with violet bordersare mapped to the leg in the middle of the polygon. 7 of 27 pages

8 Fig. 2. Eastern part of the route network Fig. 3. Western part of the route network 8 of 27 pages

9 Table 1. Route network nodes Leg From To Comment Lat1 long1 Lat2 Long2 Dist In km in nm of 27 pages

10 Sillamäe Vysotsk The AIS tracks shown in the following figures illustrate how the actual ship movements have been during two days taken as examples. Also the corresponding ice situation is shown as a comparison and as an illustration of how the ship tracks change as a consequence of changing ice conditions. Fig. 4. Route network with AIS tracks superimposed. The tracks are taken from data during Black lines are passenger ships, red lines tankers and violet lines cargo ships. 10 of 27 pages

11 Fig. 5. Ice chart 19 February 2010 showing ice thickness. Thin ice is seen on the Southern part of the Gulf of Finland. Fig. 6. Ice chart 19 february 2010 showing ice concentration. The concentration is 90% or above in most parts of the Gulf of Finland. (Ice concentration tells the fraction of ice cover relative to total area) 11 of 27 pages

12 Fig. 7. Route network with AIS tracks superimposed. The tracks are taken from data during March Lines are coloured according to the speed of the ship (blue is over 10 knots, red is below 1 knot) Fig. 8. Ice chart 19 March 2010 showing ice thickness. Thin ice is now seen on the northern part of the Gulf of Finland 12 of 27 pages

13 1.1 AIS data collection and preprocessing In this project the AIS data is collected from a server maintained by the Finnish Traffic Administration. The raw data is stored in files that then are converted to an ASCII-format (Comma Separated Values). The analysis process is described in Fig 8. Ice charts Ice charts Ice charts AIS AIS interface DBMS Pre analysis Correlation with ice Transit matrix Simulation model Fig. 8. Data flow of analysis part The pre analysis consists of the following steps: Fig. 9. Preanalysis steps. The interpolated positions are calculated at fixed 10 minute intervals. 13 of 27 pages

14 Before aggregating and analysing the data further, each interpolated point is complemented with information about closest fixpoint, ship and icebreaker. This calculation is performed in SQL query language. Fig. 10. Steps included in the analysis of the data The database consists of 5 tables of which the shippos10 contains the interpolated points at 10 minute intervals. Static ship information is stored in the tables REGISTEREDSHIP and AISTARGET. AISTARGET contains information gathered from AIS messages containing ship parameters such as length, breadth, ship type. REGISTEREDSHIP contains ship data gathered from the icebreaker system IBNet. This register is maintained by the Finnish and Swedish maritime authorities and contains up-to-date information of all ships that have visited Finnish or Swedish ports in wintertime up to end of May of 27 pages

15 shippos10 FK1 LegPoints LegPoint LegID LegPointLat LegPointLong SubareaID Subareas SubareaID Subareaname FK2,FK3,FK4 FK1 FK2 FK2 FK3,FK4 FK3,FK4 mmsi timestamp_utc latitude longitude sog cog head rot ibsource ibactivity length duration closestfixpoint closestfixpointdist secondstoclosestais minicethick meanicethick maxicethick iceconcentration degreeofridging closestibmmsi disttoclosestib closestibseen closestibsees iblat iblon ibsog ibcog ibhead ibrot ibsecstoclosestais inferredshiporibactivity closestshipmmsi disttoclosestship closestshipseen SOGdifftoShip ClosestLegPoint ClosestLegPointDist sogorig regionofinterest LegPoint at_rs_row at_rs_src rs_row rs_src I1 I2 I3 AISTARGET at_rs_row at_rs_src at_mmsi at_lastmsgtype at_targettype at_navigationstatus at_accuracy at_latitude at_longitude at_rot at_sog at_cog at_heading at_timestamp at_lat_binary at_long_binary at_timestamp1 at_year at_month at_day at_hour at_minute at_second at_localtime at_timestamp4 at_callsign at_imo at_name at_draught at_length at_width at_shiptype at_destination at_etatime at_eta_binary at_ref_binary at_timestamp5 at_state at_eta at_eta_precision at_dest_po_row at_dest_po_src at_plottarea at_automatched at_usermatched at_loadtime at_hidden at_hidetime at_deactivation_area at_deactivation_time at_sog_max at_source PK PK I4 I1 I2 I3 REGISTEREDSHIP rs_row rs_src rs_iris_no rs_new_row rs_new_src rs_name rs_callsign rs_lloydsid rs_mmsi rs_mkh_id rs_sjov_id rs_grt rs_nrt rs_dwt rs_length rs_breadth rs_draft rs_speed rs_machinepower rs_iceclass rs_build_year rs_ibnet_shiptype rs_typetext rs_nationality rs_classification_society rs_phone1 rs_phone2 rs_phone3 rs_fax rs_telex rs_captain1 rs_captain2 rs_owner rs_ownerphone rs_change_source rs_changetime rc_createtime rs_loadtime rs_verifystatus rs_ts rs_outtime rs_ow rs_ow_stdev Fig. 11. Database diagram showing essential tables in IceWinGOF database. The positions are stored in the shippos10 table which contains about 4.5 million records. 1.2 Analysis of ship states To determine performance of ships, their states with respect to other ships and icebreakers, have to be determined. In the analysis the following ship states are identified: Table 2 Ship states identified from the AIS data Name Description Basis for rule In port Ship in port or in the vicinity of the port. The speed and behaviour of the ship is more dependent on other factors than ice conditions - thus ship Experience. Extent of area is based on detailed regional statistics. 15 of 27 pages

16 speed etc. cannot be used for performance estimation. To make analysis simpler, the port area is extended to encompass areas where ship pilots etc. are taken on board. Assisted Under icebreaker assistance. An icebreaker is moving in front of the ship and breaks a channel in the ice for the ship. An icebreaker can assist several ships in a convoy. In the icebreaker reporting system IBNet the Finnish and Swedish icebreakers report when they are assisting and what ship they are assisting. This information is not available for icebreakers from other countries, however. The rules based on distances and relative speed and angle can be determined comparing IBnet state with AIS data. Towed After ship near (SH2) After ship far (SH4) Freely moving Waiting The ship is being towed by an icebreaker The ship moves behind another ship (not an icebreaker) seen in an angle of degrees at a distance less than 2 km The ship moves behind another ship (not an icebreaker) seen in an angle of degrees at a distance less than 4km but more than 2 km The ship has a speed of 1 knot or more and is not in any of the states listed above. The ship has a speed less than 1 knot and is freely moving or after another ship (not in port). The problem is to infer the reason for waiting: Of interest is to identify when the ship is waiting for icebreaker escort - other waitings (like waiting for berth Towing state can be determined based on distance and same speed. Rules are determined by comparing IBnet data with AIS data. Statistical data for ships moving in a channel Statistical data for ships moving in a channel Experience Rule of speed less than 1 knot is derived from IBnet data. The ice field may sometimes drift quite fast, therefore a ship stuck in ice may have a SOG > 0 knots.. 16 of 27 pages

17 Frequency IceWin allocation or engine malfunction etc. ) are not of interest here. When determining the limits for identifying a ship in assisted state, a comparison with IBNet data from the Bay of Bothnia has been done. When a ship has been towed (i.e. there is a towing cable between the icebreaker and the ship) the distance has been less than 0.21 km in 95% of the cases. For ships being assisted, the distance histogram is as follows: Histogram % % % % % Frequency Cumulative % % % Bin Fig. 12. Distribution of distance between icebreaker and ship for ships being marked as assisted in IBNet. Based on this kind of analysis, the following rules have been applied: A ship is being towed if the distance to the icebreaker is less than 0.21 km and the angle in which the ib is seen is degree and speed difference is knots. A ship is being assisted if the distance to closest ib is < 4 km, and the icebreaker is seen in an angle of +-20 degrees In addition, there are two more states identifying if the ship is moving after another ship After ship near (SH2) A ship sees another ship in front of itself at a distance < 2 km, and the other ship is seen in an angle of +-20 degrees 17 of 27 pages

18 After ship far (SH4) A ship sees another ship in front of itself at a distance < 4 km, and the other ship is seen in an angle of +-20 degrees Temporal grouping The data is aggregated in 10 day periods according to Table 3 Table 3 Periods used when aggregating the data Period Startdate Enddate Spatial grouping The observations are mapped to the route network legs using rule of closest routepoint. Usually a leg is assigned one legpoint, which is the midpoint of the route. Some legs have been assigned 3 legpoints (those in the middle of the Gulf of Finland) to achieve a better association of real traffic and the theoretical network. The areas are shown in Fig 1 to 3. To prevent association of points too far from the leg, an additional condition is that the point shall not be more distant that 20 km from the closest legpoint. The legs are also grouped into 9 subareas (North, Mid, South and for each of these West, Mid and East). This grouping can easily be changed by updating the LegPoints database table if needed. Another coarse grouping into regions can be done based on longitude limits as follows: The region is determined by the longitude of the midpoint of the route leg. The longitude limits are as follows: Region name Min longitude (deg) Max longitude (deg) Min (when the observations are divided into 3 bins of equal size) Max (when the observations are divided into 3 bins of equal size) 18 of 27 pages

19 West Mid East Output for the simulation model The purpose of the analysis is to provide the simulation model with realistic data regarding ship performance in ice and about the ice conditions in the Gulf of Finland. One challenge is that real data is exactly applicable only to the ice conditions during the season that occurred. Applicability to other seasons is then possible only by making a ship performance model. This work will be done as part of the Simulation model design (WP 6) Interface functions The simulation model is provided with the following functions implemented as look-up tables. 1) Ship speed as a function of ice conditions. The ship speed is expressed relative to the open water speed, as this is found to be a first approximation how to normalise the effect of ice on different ships [1] v = v r (G(s i ), h ice ) * v ow (s i ) (1) where v r = relative ship speed (speed relative to open water speed) G = parameter vector describing the ship group to which the individual ship belongs. This parameter vector consists of ship type (passenger ship, cargo ship or tanker), machine power class (< 5000 kw, kw, kw, kw and > kw), and iceclass (II, IC, IB, IA, IAS) s i = individual ship h ice = ice thickness class (0-10 cm, cm, cm, cm, cm and over 50 cm ) v ow = Open water speed of the ship determined from the AIS data by taking the average value of the ship speed when the ship is not in ice and moving faster than 5 knots. 19 of 27 pages

20 2) Estimate of probability of needing icebreaker assistance as a function of region and time period. The basis for the estimate is the ratio between distances in different states per total distance. As the data is processed to exactly 10 minute intervals, an estimate of the total distance is sum of the SOG -values. (The distance in nm during 10 minute interval is SOG/6 (distance = speed*time). The sum of these SOG:s divided by 6 would give the total distance travelled in nm). Thus this estimate tells that on average, during the period, the ship has been assisted a miles on the leg, where a is l * p and l is the total length the ship has travelled on that leg during the period p ass10 = p ass10 (G(s i ), R, T) (2) where p ass10 = ratio of icebreaking assistance distance as measured during winter G = parameter vector describing the ship group to which the individual ship belongs. This parameter vector consists of ship type (passenger ship, cargo ship or tanker), machine power class (< 5000 kw, kw, kw, kw and > kw), and iceclass (II, IC, IB, IA, IAS) s i = individual ship R =region (Western, Middle, Eastern part of the Gulf of Finland). The region is based on longitude limits. OR other suitable criteria. T = Time period. The winter is divided into 10 day periods (see Table 3) 3) Estimate of probability of needing convoy assistance as a function of region and time period. : p conv10 = p conv10 (G(s i ), R, T) (3) where p conv10 = Ratio: (icebreaking assistance or being after another ship at a distance less than 4 km) / total distance as measured during winter G = parameter vector describing the ship group to which the individual ship belongs. This parameter vector consists of ship type (passenger ship, cargo ship or tanker), machine power class (< 5000 kw, kw, kw, kw and > kw), and iceclass (II, IC, IB, IA, IAS) 20 of 27 pages

21 s i = individual ship R =region (Western, Middle, Eastern part of the Gulf of Finland). The region is based on longitude limits OR other suitable criteria. T = Time period. The winter is divided into 10 day periods (see Table 3) 4) Estimate of probability of needing icebreaker assistance as a function of ship group and ice thickness. Thus this estimate tells that on average, the ship has been assisted a miles, where a is l * p and l is the total length the ship has travelled in the given ice thickness p assice = p assice (G(s i ),h ice ) (4) where p assice = ratio of icebreaking assistance distance to total distance. G = parameter vector describing the ship group to which the individual ship belongs. This parameter vector consists of ship type (passenger ship, cargo ship or tanker), machine power class (< 5000 kw, kw, kw, kw and > kw), and iceclass (II, IC, IB, IA, IAS) h ice = ice thickness class (0-10 cm, cm, cm, cm, cm and over 50 cm ) 5) Estimate of probability of needing convoy assistance as a function of ship group and ice thickness: p convice = p convice (G(s i ),h ice ) (5) where p convice = Ratio: (icebreaking assistance or being after another ship at a distance less than 4 km) / total distance G = parameter vector describing the ship group to which the individual ship belongs. This parameter vector consists of ship type (passenger ship, cargo ship or tanker), machine power class (< 5000 kw, kw, kw, kw and > kw), and iceclass (II, IC, IB, IA, IAS) h ice = ice thickness class (0-10 cm, cm, cm, cm, cm and over 50 cm ) 21 of 27 pages

22 For validation of the model, the waiting times of the ships are also measured (6) To remove waiting times caused by other factors than ice condition dependent reasons, average waiting time values from ice free periods can be subtracted from the times measured during other times. This then assumes that the (average) waiting times can be expressed as a sum of waitings due to ice conditions and waitings due to other reasons. 6) Waiting time estimate : w = w10 (G(s i ), R, T) (6) w10 = waiting time ratio, i.e. waiting time per total time in open sea areas (ice or open water) G = parameter vector describing the ship group to which the individual ship belongs. This parameter vector consists of ship type (passenger ship, cargo ship or tanker), machine power class (< 5000 kw, kw, kw, kw and > kw), and iceclass (II, IC, IB, IA, IAS) s i = individual ship R =region (Western, Middle, Eastern part of the Gulf of Finland). The region is based on longitude limits OR other suitable criteria T = Time period. The winter is divided into 10 day periods (see Table 3) 7) Average ice conditions per route leg and period during winter 2010: h ice = h ice (L, T) (7) h ice = ice thickness class (0-10 cm, cm, cm, cm, cm and over 50 cm ) L = Leg number T= Time period. The winter is divided into 10 day periods (see Table 3) Examples In the following some examples of the analysed data is given 1) Relative ship speed as a function of ice conditions 22 of 27 pages

23 Fig. 13. Relative ship speed per iceclass and machine power as a function of ice thickness 2) Estimate of probability of not needing icebreaker or convoy assistance as a function of ship group and ice thickness. Fig. 14. Relative distance travelled freely moving depending on machine power and ice class as a function of ice thickness. 3) Estimate of probability of not needing icebreaker or convoy assistance as a function of ship group and ice thickness - only moving ships included. 23 of 27 pages

24 Fig. 15. Relative distance travelled freely moving depending on machine power and ice class as a function of ice thickness, sog > 1 4) Estimate of probability of needing icebreaker assistance as a function of ice class, machine power and ice thickness - only moving ships included. 24 of 27 pages

25 Fig. 16. Relativedistance travelled assisted depending on machine power and ice class as a function of ice thickness. 5) Estimate of probability of needing icebreaker assistance as a function of ship type, ice class, machine power and ice thickness - only moving ships included. Fig. 17. Relative distance travelled assisted depending on ship type, machine power and ice class as a function of ice thickness. 25 of 27 pages

26 1.3.3 Simulating different ice conditions The ideal way of simulating different ice conditions would be to measure performance during several winters of varying severity and then applying these values to the simulation model. In the lack of this kind of data, the approach here is to use different parts of the Gulf of Finland as measured during the winter 2010 as representative samples of the conditions during winters of varying severity. Thus applying the conditions in the Eastern part to the whole sea area would indicate conditions during a severe winter. The weakness of this approach is that the conditions in the Eastern part would not be changed during simulation of a severe winter, thus additional modelling has to be applied to achieve this. As the speed and assistance probabilities have been estimated as a function of ice thickness, a suggestion is to increase the average thickness on all legs by one step to simulate more severe conditions. The average thickness per leg during the most severe period in a severe winter could also be estimated using statistical data from the Ice Service regarding ice conditions in the Gulf of Finland during a severe winter. As part of the model design in WP6, modelling techniques such as regression analysis will be used to create a simplified model of ship performance as a function of ice conditions and ship parameters. This will enable improved estimation of ship performance also for ships that have very few observations when going in ice. 26 of 27 pages

27 References [1] Riska, K., Wilhelmson, M., Englund, K. and Leiviskä, T Performance of Merchant Vessels in Ice in the Baltic. Winter Navigation Research Board, report 52, Helsinki 27 of 27 pages

VINTERSJÖFARTSFORSKNING

VINTERSJÖFARTSFORSKNING STYRELSEN FÖR VINTERSJÖFARTSFORSKNING WINTER NAVIGATION RESEARCH BOARD Research Report No 84 Leena Vedenpää OBSERV OBSERVATIONS OF SHIP ICE PERFORMANCE IN THE BALTIC Winter 2012 Finnish Transport Safety

More information

An analysis of ship convoy operations in ice conditions in the Gulf of Finland

An analysis of ship convoy operations in ice conditions in the Gulf of Finland in the Gulf of Finland Jakub Montewka, Floris Goerlandt, Pentti Kujala Aalto University, Marine Technology ARCTIC OIL RECOVERY EXERCISE 2015 KEMI ARCTIC Agenda Introduction Available data Data mining techniques

More information

VINTERSJÖFARTSFORSKNING

VINTERSJÖFARTSFORSKNING STYRELSEN FÖR VINTERSJÖFARTSFORSKNING WINTER NAVIGATION RESEARCH BOARD Research Report No 76 Hanna Leisti and Kaj Riska OBSERV - OBSERVATIONS OF SHIP ICE PERFORMANCE IN THE BALTIC Winter 2011 Finnish Transport

More information

SEVENTH FRAMEWORK PROGRAMME THEME 7 Transport. Grant no D5.2 Gas emissions

SEVENTH FRAMEWORK PROGRAMME THEME 7 Transport. Grant no D5.2 Gas emissions SEVENTH FRAMEWORK PROGRAMME THEME 7 Transport IceWin Innovative Icebreaking Concepts for Winter Navigation Grant no 234104 D5.2 Gas emissions Work Package: Deliverable type: WP5 Report Contractual date

More information

VINTERSJÖFARTSFORSKNING. TRAFFIC RESTRICTIONS TO FINNISH AND SWEDISH PORTS Setting the Restrictions based on Ice Thickness and Distance Sailed in Ice

VINTERSJÖFARTSFORSKNING. TRAFFIC RESTRICTIONS TO FINNISH AND SWEDISH PORTS Setting the Restrictions based on Ice Thickness and Distance Sailed in Ice STYRELSEN FÖR VINTERSJÖFARTSFORSKNING WINTER NAVIGATION RESEARCH BOARD Research Report No 58 Patrick Eriksson, Kaj Riska and Jouni Vainio TRAFFIC RESTRICTIONS TO FINNISH AND SWEDISH PORTS Setting the Restrictions

More information

Increasing Maritime Transport, Impacts on Maritime Safety

Increasing Maritime Transport, Impacts on Maritime Safety Increasing Maritime Transport, Impacts on Maritime Safety Int. Seminar on Baltic Maritime Safety Co operation St. Petersburg, Russia, 5. 6.June. 2007 Jorma Rytkönen Contents Maritime Safety Trends and

More information

16 March 2004 HELCOM RECOMMENDATION 25/7 on the SAFETY OF WINTER NAVIGATION IN THE BALTIC SEA AREA having regard to Article 13, Paragraph b) of the Helsinki Convention was adopted on 2 March 2004 in Helsinki

More information

Baltic Marine Environment Protection Commission

Baltic Marine Environment Protection Commission Baltic Marine Environment Protection Commission Group of Experts on Safety of Navigation Copenhagen, Denmark, 3 December 2014 SAFE NAV 5-2014 Document title Revision of HELCOM Recommendation 25/7 Safety

More information

Baltic Marine Environment Protection Commission

Baltic Marine Environment Protection Commission Baltic Marine Environment Protection Commission Revised HELCOM RECOMMENDATION 25/7 Adopted 2 March 2004 having regard to Article 13, Paragraph b) of the Helsinki Convention Revised 4 March 2015 and 10

More information

UC Berkeley Working Papers

UC Berkeley Working Papers UC Berkeley Working Papers Title The Value Of Runway Time Slots For Airlines Permalink https://escholarship.org/uc/item/69t9v6qb Authors Cao, Jia-ming Kanafani, Adib Publication Date 1997-05-01 escholarship.org

More information

PASSENGER SHIP SAFETY. Damage stability of cruise passenger ships. Submitted by the Cruise Lines International Association (CLIA) SUMMARY

PASSENGER SHIP SAFETY. Damage stability of cruise passenger ships. Submitted by the Cruise Lines International Association (CLIA) SUMMARY E MARITIME SAFETY COMMITTEE 93rd session Agenda item 6 MSC 93/6/6 11 March 2014 Original: ENGLISH PASSENGER SHIP SAFETY Damage stability of cruise passenger ships Submitted by the Cruise Lines International

More information

Analysis of Aircraft Separations and Collision Risk Modeling

Analysis of Aircraft Separations and Collision Risk Modeling Analysis of Aircraft Separations and Collision Risk Modeling Module s 1 Module s 2 Dr. H. D. Sherali C. Smith Dept. of Industrial and Systems Engineering Virginia Polytechnic Institute and State University

More information

APPENDIX D MSP Airfield Simulation Analysis

APPENDIX D MSP Airfield Simulation Analysis APPENDIX D MSP Airfield Simulation Analysis This page is left intentionally blank. MSP Airfield Simulation Analysis Technical Report Prepared by: HNTB November 2011 2020 Improvements Environmental Assessment/

More information

EMERGENCY TOWING CAPABILITIES IN LITHUANIA. Igor Kuzmenko Lietuvos maritime academy

EMERGENCY TOWING CAPABILITIES IN LITHUANIA. Igor Kuzmenko Lietuvos maritime academy EMERGENCY TOWING CAPABILITIES IN LITHUANIA Igor Kuzmenko Lietuvos maritime academy Introductory words It is axiomatic that lifesaving takes precedence over salvage but saving the ship may also be the best

More information

Tour of Finland s Maritime Community

Tour of Finland s Maritime Community Tour of Finland s Maritime Community Ports of Vuosaari, Kotka, and Turku Saimaa Canal Tallinn, Estonia September 7-12, 2008 Tour Participants Dr. Richard Stewart, Co-Director Stacey Carlson, Associate

More information

Report on shipping accidents in the Baltic Sea area during 2010

Report on shipping accidents in the Baltic Sea area during 2010 HELSINKI COMMISSION Baltic Marine Environment Protection Commission Report on shipping accidents in the Baltic Sea area during 2010 Photo by Maritime office in Gdynia Table of contents 1 Introduction...

More information

Ice Classification of Large Vessels Kaj Riska

Ice Classification of Large Vessels Kaj Riska Ice Classification of Large Vessels Kaj Riska Courtesy of Saint- -Petersburg Maritime Port Administration WHAT IS A LARGE VESSEL IN ICE CONTEXT? Beam larger than the icebreaker beam, B>28 m Ships with

More information

INNOVATIVE TECHNIQUES USED IN TRAFFIC IMPACT ASSESSMENTS OF DEVELOPMENTS IN CONGESTED NETWORKS

INNOVATIVE TECHNIQUES USED IN TRAFFIC IMPACT ASSESSMENTS OF DEVELOPMENTS IN CONGESTED NETWORKS INNOVATIVE TECHNIQUES USED IN TRAFFIC IMPACT ASSESSMENTS OF DEVELOPMENTS IN CONGESTED NETWORKS Andre Frieslaar Pr.Eng and John Jones Pr.Eng Abstract Hawkins Hawkins and Osborn (South) Pty Ltd 14 Bree Street,

More information

HOW TO IMPROVE HIGH-FREQUENCY BUS SERVICE RELIABILITY THROUGH SCHEDULING

HOW TO IMPROVE HIGH-FREQUENCY BUS SERVICE RELIABILITY THROUGH SCHEDULING HOW TO IMPROVE HIGH-FREQUENCY BUS SERVICE RELIABILITY THROUGH SCHEDULING Ms. Grace Fattouche Abstract This paper outlines a scheduling process for improving high-frequency bus service reliability based

More information

Report on shipping accidents in the Baltic Sea area during Introduction

Report on shipping accidents in the Baltic Sea area during Introduction HELSINKI COMMISSION Baltic Marine Environment Protection Commission Report on shipping accidents in the Baltic Sea area during 2009 Introduction Reports on shipping accidents in the Baltic Sea area have

More information

NORD STREAM 2 STUDY ON COMMERCIAL SHIPS PASSING THE LAY BARGE IN THE FINNISH EEZ

NORD STREAM 2 STUDY ON COMMERCIAL SHIPS PASSING THE LAY BARGE IN THE FINNISH EEZ Intended for Nord Stream 2 AG Date October, 2016 Document number W-PE-EIA-POF-REP-805-060400EN-01 NORD STREAM 2 STUDY ON COMMERCIAL SHIPS PASSING THE LAY BARGE IN THE FINNISH EEZ NORD STREAM 2 Study on

More information

Management System for Flight Information

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

More information

Performance Indicator Horizontal Flight Efficiency

Performance Indicator Horizontal Flight Efficiency Performance Indicator Horizontal Flight Efficiency Level 1 and 2 documentation of the Horizontal Flight Efficiency key performance indicators Overview This document is a template for a Level 1 & Level

More information

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

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

More information

Environmental Performance Evaluation of Ro-Ro Passenger Ferry Transportation

Environmental Performance Evaluation of Ro-Ro Passenger Ferry Transportation Environmental Performance Evaluation of Ro-Ro Passenger Ferry Transportation Authors: Hans Otto Holmegaard Kristensen (hohk@mek.dtu.dk) The Technical University of Denmark Constantin Hagemeister. Nordic

More information

AIS DATA ANALYSIS FOR REALISTIC SHIP TRAFFIC SIMULATION MODEL

AIS DATA ANALYSIS FOR REALISTIC SHIP TRAFFIC SIMULATION MODEL Proceedings of IWNTM 2012 September 2012, Shanghai, China AIS DATA ANALYSIS FOR REALISTIC SHIP TRAFFIC SIMULATION MODEL Fangliang Xiao (Delft University of Technology, Delft, the Netherlands) Han Ligteringen

More information

CASM electric cylinders The modular electric cylinder system

CASM electric cylinders The modular electric cylinder system CASM electric cylinders The modular electric cylinder system CASM electric cylinders are ideally suited to performing fast and powerful linear movements. Unlike pneumatic or hydraulic cylinders, CASM electric

More information

Assignment 10: Final Project

Assignment 10: Final Project CEE 4674: Airport Planning and Design Spring 2017 Assignment 10: Final Project Due: May 4, 2017 (via email and PDF) Final Exam Time is May 5 Requirements for this assignment are: a) Slide presentation

More information

MODAIR. Measure and development of intermodality at AIRport

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

More information

The NSR as an alternative to the southern sea transportation route between Europe and South-Eastern Asia

The NSR as an alternative to the southern sea transportation route between Europe and South-Eastern Asia CNIIMF Central Marine Research & Design Institute Laboratory of Icebreaking Technology and Ice Performance of Ships Prof. Loliy Tsoy Yury Glebko Nataliya Vyssotskaya Head of Laboratory Leading Research

More information

! Figure 1. Proposed Cargo Ramp at the end of Taxiway Echo.! Assignment 7: Airport Capacity and Geometric Design. Problem 1

! Figure 1. Proposed Cargo Ramp at the end of Taxiway Echo.! Assignment 7: Airport Capacity and Geometric Design. Problem 1 CEE 4674: Airport Planning and Design Spring 2014 Assignment 7: Airport Capacity and Geometric Design Solution Instructor: Trani Problem 1 An airport is designing a new ramp area to accommodate three Boeing

More information

SAFETY AND ENVIRONMENTAL REGULATIONS OF THE POLAR CODE

SAFETY AND ENVIRONMENTAL REGULATIONS OF THE POLAR CODE SAFETY AND ENVIRONMENTAL REGULATIONS OF THE POLAR CODE Jorma Kämäräinen, Chief Adviser Regulation and Development Transport Operators and Technology Finnish Transport Safety Agency (Trafi) 10 th ARCTIC

More information

Ship Behavior Analysis for Real Operating of Container Ships Using AIS Data

Ship Behavior Analysis for Real Operating of Container Ships Using AIS Data http://www.transnav.eu the International Journal on Marine Navigation and Safety of Sea Transportation Volume 10 Number 2 June 2016 DOI: 10.12716/1001.10.02.04 Ship Behavior Analysis for Real Operating

More information

PREFACE. Service frequency; Hours of service; Service coverage; Passenger loading; Reliability, and Transit vs. auto travel time.

PREFACE. Service frequency; Hours of service; Service coverage; Passenger loading; Reliability, and Transit vs. auto travel time. PREFACE The Florida Department of Transportation (FDOT) has embarked upon a statewide evaluation of transit system performance. The outcome of this evaluation is a benchmark of transit performance that

More information

Airline Scheduling Optimization ( Chapter 7 I)

Airline Scheduling Optimization ( Chapter 7 I) Airline Scheduling Optimization ( Chapter 7 I) Vivek Kumar (Research Associate, CATSR/GMU) February 28 th, 2011 CENTER FOR AIR TRANSPORTATION SYSTEMS RESEARCH 2 Agenda Airline Scheduling Factors affecting

More information

FINEST LINK WP2 Appendix 2. Passenger volume estimation

FINEST LINK WP2 Appendix 2. Passenger volume estimation FINEST LINK WP2 Appendix 2. Passenger volume estimation Content Objectives and approach 3 9 Present situation 10 14 Preliminary train operating concept and land use projections 15 17 Trip type analysis

More information

RULES of navigation in the water area of the Northern Sea Route. I. General

RULES of navigation in the water area of the Northern Sea Route. I. General APPROVED by the order of the Ministry of Transport of Russia dated January 17, 2013 7 RULES of navigation in the water area of the Northern Sea Route I. General 1. Rules of navigation on the water area

More information

TRAFFIC COMMERCIAL AIR CARRIERS

TRAFFIC COMMERCIAL AIR CARRIERS INTERNATIONAL CIVIL AVIATION ORGANIZATION AIR TRANSPORT REPORTING FORM (01/00) Page of Contact person for inquiries: Organization: Tel.: Fax: E-mail: State: Air carrier: Month(s): Year: 20 TOTAL ALL SERVICES

More information

Dalian VTS Guide for Users

Dalian VTS Guide for Users Dalian VTS Guide for Users 3 rd Edition DALIAN MARITIME SAFETY ADMINISTRATION OF P.R.CHINA DALIAN VESSEL TRAFFIC SERVICE CENTER Introduction The aim of this Guide is to provide vessel traffic service users

More information

ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS

ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS Akshay Belle, Lance Sherry, Ph.D, Center for Air Transportation Systems Research, Fairfax, VA Abstract The absence

More information

Commercial Shipping in the Arctic. Marine Board Workshop Safe Navigation in the Arctic October 15-16, 2012

Commercial Shipping in the Arctic. Marine Board Workshop Safe Navigation in the Arctic October 15-16, 2012 Commercial Shipping in the Arctic Marine Board Workshop Safe Navigation in the Arctic October 15-16, 2012 Agenda 1. The Shortest Distance Between Two Points 2. Northern Sea Route 3. Commercial Arctic Shipping

More information

TWELFTH WORKING PAPER. AN-Conf/12-WP/137. International ICAO. developing RNAV 1.1. efficiency. and terminal In line.

TWELFTH WORKING PAPER. AN-Conf/12-WP/137. International ICAO. developing RNAV 1.1. efficiency. and terminal In line. International Civil Aviation Organization WORKING PAPER 31/10/12 English only TWELFTH AIR NAVIGATION CONFERENCE Montréal, 19 to 30 November 2012 Agenda Item 5: Efficient flight paths through trajectory-based

More information

1. Introduction. 2.2 Surface Movement Radar Data. 2.3 Determining Spot from Radar Data. 2. Data Sources and Processing. 2.1 SMAP and ODAP Data

1. Introduction. 2.2 Surface Movement Radar Data. 2.3 Determining Spot from Radar Data. 2. Data Sources and Processing. 2.1 SMAP and ODAP Data 1. Introduction The Electronic Navigation Research Institute (ENRI) is analysing surface movements at Tokyo International (Haneda) airport to create a simulation model that will be used to explore ways

More information

The Computerized Analysis of ATC Tracking Data for an Operational Evaluation of CDTI/ADS-B Technology

The Computerized Analysis of ATC Tracking Data for an Operational Evaluation of CDTI/ADS-B Technology DOT/FAA/AM-00/30 Office of Aviation Medicine Washington, D.C. 20591 The Computerized Analysis of ATC Tracking Data for an Operational Evaluation of CDTI/ADS-B Technology Scott H. Mills Civil Aeromedical

More information

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

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

More information

FLIGHT OPERATIONS PANEL

FLIGHT OPERATIONS PANEL International Civil Aviation Organization FLTOPSP/WG/2-WP/14 27/04/2015 WORKING PAPER FLIGHT OPERATIONS PANEL WORKING GROUP SECOND MEETING (FLTOPSP/WG/2) Rome Italy, 4 to 8 May 2015 Agenda Item 4 : Active

More information

Sea of Åland FSA and FSA database

Sea of Åland FSA and FSA database BaSSy The Baltic Sea Safety Sea of Åland FSA and FSA database Bonn 24.9.2007 BaSSy - Work package 3 WP 3: Harmonized FSA-process for different areas of the Baltic Sea The Sea of Åland FSA-case FSA database

More information

SEA SHIPPING EMISSIONS 2012: NETHERLANDS CONTINENTAL SHELF, 12-MILE ZONE, PORT AREAS AND OSPAR REGION II

SEA SHIPPING EMISSIONS 2012: NETHERLANDS CONTINENTAL SHELF, 12-MILE ZONE, PORT AREAS AND OSPAR REGION II SEA SHIPPING EMISSIONS 2012: NETHERLANDS CONTINENTAL SHELF, 12-MILE ZONE, PORT AREAS AND OSPAR REGION II Final Report Report No. : 27230-1-MSCN-rev.3 Date : 21 August 2014 Signature Management: M A R I

More information

CASCADE OPERATIONAL FOCUS GROUP (OFG)

CASCADE OPERATIONAL FOCUS GROUP (OFG) CASCADE OPERATIONAL FOCUS GROUP (OFG) Use of ADS-B for Enhanced Traffic Situational Awareness by Flight Crew During Flight Operations Airborne Surveillance (ATSA-AIRB) 1. INTRODUCTION TO ATSA-AIRB In today

More information

Management System for Flight Information

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

More information

Special edition paper Development of a Crew Schedule Data Transfer System

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

More information

Appendix B Ultimate Airport Capacity and Delay Simulation Modeling Analysis

Appendix B Ultimate Airport Capacity and Delay Simulation Modeling Analysis Appendix B ULTIMATE AIRPORT CAPACITY & DELAY SIMULATION MODELING ANALYSIS B TABLE OF CONTENTS EXHIBITS TABLES B.1 Introduction... 1 B.2 Simulation Modeling Assumption and Methodology... 4 B.2.1 Runway

More information

Visitor Use Computer Simulation Modeling to Address Transportation Planning and User Capacity Management in Yosemite Valley, Yosemite National Park

Visitor Use Computer Simulation Modeling to Address Transportation Planning and User Capacity Management in Yosemite Valley, Yosemite National Park Visitor Use Computer Simulation Modeling to Address Transportation Planning and User Capacity Management in Yosemite Valley, Yosemite National Park Final Report Steve Lawson Brett Kiser Karen Hockett Nathan

More information

A GEOGRAPHIC ANALYSIS OF OPTIMAL SIGNAGE LOCATION SELECTION IN SCENIC AREA

A GEOGRAPHIC ANALYSIS OF OPTIMAL SIGNAGE LOCATION SELECTION IN SCENIC AREA A GEOGRAPHIC ANALYSIS OF OPTIMAL SIGNAGE LOCATION SELECTION IN SCENIC AREA Ling Ruan a,b,c, Ying Long a,b,c, Ling Zhang a,b,c, Xiao Ling Wu a,b,c a School of Geography Science, Nanjing Normal University,

More information

National Report of Finland

National Report of Finland National Report of 1. Finnish Hydrographic Office The Finnish Hydrographic Office (FHO) is responsible for nautical charting over the Finnish sea area and the most important inland water bodies. This covers

More information

Zambia. January About this Report and the World Database on Protected Areas (WDPA)

Zambia. January About this Report and the World Database on Protected Areas (WDPA) WDPA Data Status Report About this Report and the World Database on Protected Areas (WDPA) Map showing protected areas in the WDPA Zambia January 2015 The WDPA is the most comprehensive global dataset

More information

Safety Analysis of the Winch Launch

Safety Analysis of the Winch Launch Safety Analysis of the Winch Launch Trevor Hills British Gliding Association and Lasham Gliding Society ts.hills@talk21.com Presented at the XXVIII OSTIV Congress, Eskilstuna, Sweden, 8-15 June 26 Abstract

More information

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

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

More information

MEASURING ACCESSIBILITY TO PASSENGER FLIGHTS IN EUROPE: TOWARDS HARMONISED INDICATORS AT THE REGIONAL LEVEL. Regional Focus.

MEASURING ACCESSIBILITY TO PASSENGER FLIGHTS IN EUROPE: TOWARDS HARMONISED INDICATORS AT THE REGIONAL LEVEL. Regional Focus. Regional Focus A series of short papers on regional research and indicators produced by the Directorate-General for Regional and Urban Policy 01/2013 SEPTEMBER 2013 MEASURING ACCESSIBILITY TO PASSENGER

More information

Baku, Azerbaijan November th, 2011

Baku, Azerbaijan November th, 2011 Baku, Azerbaijan November 22-25 th, 2011 Overview of the presentation: Structure of the IRTS 2008 Main concepts IRTS 2008: brief presentation of contents of chapters 1-9 Summarizing 2 1 Chapter 1 and Chapter

More information

Crosswind dependent separations and update on TBS concept (transitional step)

Crosswind dependent separations and update on TBS concept (transitional step) Crosswind dependent separations and update on TBS concept (transitional step) 28-29 June 2010 WAKENET 3 EUROPE 2 nd workshop Airbus, Toulouse Peter CHOROBA, EUROCONTROL peter.choroba@eurocontrol.int The

More information

INFORMATION PAPER ON APPLICATION SPECIFIC MESSAGES (ASM)

INFORMATION PAPER ON APPLICATION SPECIFIC MESSAGES (ASM) INFORMATION PAPER ON APPLICATION SPECIFIC MESSAGES (ASM) Edition 1.1 Version: 09-05-2017 Author: Vessel Tracking and Tracing Expert Group: Sup group ASM Table of Content 1 Inland AIS State of the art...

More information

Annex III to ED Decision 2017/023/R. AMC and GM to Part-CAT Issue 2, Amendment 13

Annex III to ED Decision 2017/023/R. AMC and GM to Part-CAT Issue 2, Amendment 13 Annex III to ED Decision 2017/023/R AMC and GM to Part-CAT Issue 2, Amendment 13 The Annex to Decision 2014/015/R is amended as follows: The text of the amendment is arranged to show deleted text, new

More information

Airspace Complexity Measurement: An Air Traffic Control Simulation Analysis

Airspace Complexity Measurement: An Air Traffic Control Simulation Analysis Airspace Complexity Measurement: An Air Traffic Control Simulation Analysis Parimal Kopardekar NASA Ames Research Center Albert Schwartz, Sherri Magyarits, and Jessica Rhodes FAA William J. Hughes Technical

More information

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 91 CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 5.1 INTRODUCTION In chapter 4, from the evaluation of routes and the sensitive analysis, it

More information

CONSTELLATIONS' PERFORMANCE ANALYSIS AND SIMULATION FOR COCKPIT AND PASSENGERS AERONAUTICAL SERVICES

CONSTELLATIONS' PERFORMANCE ANALYSIS AND SIMULATION FOR COCKPIT AND PASSENGERS AERONAUTICAL SERVICES CONSTELLATIONS' PERFORMANCE ANALYSIS AND SIMULATION FOR COCKPIT AND PASSENGERS AERONAUTICAL SERVICES Peter Unger, Braunschweig Technical University, Germany Punger@ieee.org Lorenzo Battaglia, EADS Space

More information

Cross-sectional time-series analysis of airspace capacity in Europe

Cross-sectional time-series analysis of airspace capacity in Europe Cross-sectional time-series analysis of airspace capacity in Europe Dr. A. Majumdar Dr. W.Y. Ochieng Gerard McAuley (EUROCONTROL) Jean Michel Lenzi (EUROCONTROL) Catalin Lepadatu (EUROCONTROL) 1 Introduction

More information

1 Sommario 1. Begin a career pilot Aircraft of the company: Aircraft for VFR flights: Flying with the VA

1 Sommario 1. Begin a career pilot Aircraft of the company: Aircraft for VFR flights: Flying with the VA Napulevola VA Rules and Regs. 1 Sommario 1. Begin a career pilot... 2 1.1.1 Aircraft of the company:... 2 1.1.2 Aircraft for VFR flights:... 2 2. Flying with the VA... 2 2.1 The Flight Data Recorder: NRS...

More information

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT GATWICK RNAV-1 SIDS GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT ROUTE ANALYSIS REPORT FOR GATWICK This section explains the track distribution of conventional SIDs and the RNAV SID replications using

More information

Abstract. Introduction

Abstract. Introduction COMPARISON OF EFFICIENCY OF SLOT ALLOCATION BY CONGESTION PRICING AND RATION BY SCHEDULE Saba Neyshaboury,Vivek Kumar, Lance Sherry, Karla Hoffman Center for Air Transportation Systems Research (CATSR)

More information

Authentic Measurements as a Basis for Cadastral GIS

Authentic Measurements as a Basis for Cadastral GIS Authentic Measurements as a Basis for Cadastral GIS Eytan Gelbman and Yerach Doytsher Technion Israel, Geo-Information Engineering 1 of 22 FIG Working Week 2009, Eilat Israel, TS2B (3303) introduction

More information

Quiz 2 - Solution. Problem #1 (50 points) CEE 5614 Fall Date Due: Wednesday November 20, 2013 Instructor: Trani

Quiz 2 - Solution. Problem #1 (50 points) CEE 5614 Fall Date Due: Wednesday November 20, 2013 Instructor: Trani CEE 5614 Fall 2013 Quiz 2 - Solution Date Due: Wednesday November 20, 2013 Instructor: Trani Problem #1 (50 points) The North Atlantic Organized System (OTS) is typically made up of 6 Eastbound Track as

More information

Advisory Circular AC61-5 Revision 18

Advisory Circular AC61-5 Revision 18 Subject No 18 Flight Navigation General Each subject has been given a subject number and each topic within that subject a topic number. These reference numbers will be used on knowledge deficiency reports

More information

The ice season

The ice season The ice season 2005-2006 Author: Jouni Vainio 1 Co-authors: Simo Kalliosaari 1, Natalija Schmelzer 2, Torbjörn Grafström 3, Inga Dailidiene 4, Evgeni Komissarov 5 and P. Soloshchuk 5 Key Message The ice

More information

Advisory Circular AC61-3 Revision 11 SUPERSEDED Define and identify, on a diagram of the earth, and explain the meaning of the following:

Advisory Circular AC61-3 Revision 11 SUPERSEDED Define and identify, on a diagram of the earth, and explain the meaning of the following: Subject No 6 Air Navigation and Flight Planning Each subject has been given a subject number and each topic within that subject a topic number. These reference numbers will be used on knowledge deficiency

More information

THIRTEENTH AIR NAVIGATION CONFERENCE

THIRTEENTH AIR NAVIGATION CONFERENCE International Civil Aviation Organization AN-Conf/13-WP/22 14/6/18 WORKING PAPER THIRTEENTH AIR NAVIGATION CONFERENCE Agenda Item 1: Air navigation global strategy 1.4: Air navigation business cases Montréal,

More information

Learning Objectives 7.3 Flight Performance and Planning Flight Planning & Flight Monitoring

Learning Objectives 7.3 Flight Performance and Planning Flight Planning & Flight Monitoring 030 00 00 00 FLIGHT PERFORMANCE AND PLANNING 033 00 00 00 FLIGHT PLANNING AND FLIGHT MONITORING 033 01 00 00 FLIGHT PLANNING FOR VFR FLIGHTS Remark Using Training Route Manual VFR charts or CQB Annexes

More information

Prepared By: Dr. William Hynes William Hynes & Associates October On Behalf of the Commission for Aviation Regulation

Prepared By: Dr. William Hynes William Hynes & Associates October On Behalf of the Commission for Aviation Regulation Critical Appraisal of Dublin Airport Baseline Report E (Prepared by Consultant Team PM/TPS/SOM) Regarding Robustness of Terminal Capacity (and Functionality) Analysis Prepared By: Dr. William Hynes William

More information

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

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

More information

Analysis of Air Transportation Systems. Airport Capacity

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

More information

BEACON CODE USAGE STATISTICS

BEACON CODE USAGE STATISTICS BEACON CODE USAGE STATISTICS Vivek Kumar and Lance Sherry, George Mason University, Fairfax, VA Abstract Beacon codes are a set of limited National Airspace System (NAS) resource. Currently, the beacon

More information

Hydrological study for the operation of Aposelemis reservoir Extended abstract

Hydrological study for the operation of Aposelemis reservoir Extended abstract Hydrological study for the operation of Aposelemis Extended abstract Scope and contents of the study The scope of the study was the analytic and systematic approach of the Aposelemis operation, based on

More information

Interactive x-via web analyses and simulation tool.

Interactive x-via web analyses and simulation tool. Interactive x-via web analyses and simulation tool. Scope of services: - Intra-modal analyses and simulation of the European air passenger transport - Provision of a reference case of the year n-1. - Representative

More information

Time-Space Analysis Airport Runway Capacity. Dr. Antonio A. Trani. Fall 2017

Time-Space Analysis Airport Runway Capacity. Dr. Antonio A. Trani. Fall 2017 Time-Space Analysis Airport Runway Capacity Dr. Antonio A. Trani CEE 3604 Introduction to Transportation Engineering Fall 2017 Virginia Tech (A.A. Trani) Why Time Space Diagrams? To estimate the following:

More information

Estimating passenger mobility by tourism statistics

Estimating passenger mobility by tourism statistics Estimating passenger mobility by tourism statistics Paolo Bolsi DG MOVE - Unit A3 Economic Analysis and Impact Assessment 2 nd International Forum Statistical meeting 1-2 April 2015 Passenger mobility

More information

Flight inspection service of LGS Radionavigation Aids in 2017

Flight inspection service of LGS Radionavigation Aids in 2017 Annex 5 1. Subject TECHNICAL SPECIFICATION Flight inspection service of LGS Radionavigation Aids in 2017 (identification Nr. LGS 2016/107) 1.1. Flight inspection of LGS radio navigation aids for one year.

More information

USE OF TAKEOFF CHARTS [B737]

USE OF TAKEOFF CHARTS [B737] USE OF TAKEOFF CHARTS [B737] 1. Introducton This documentation presents an example of takeoff performance calculations for Boeing 737. It is called self-dispatch, primarily used by airline crew if that

More information

ANA Traffic Growth Incentives Program Terms and Conditions

ANA Traffic Growth Incentives Program Terms and Conditions ANA Traffic Growth s Program Terms and Conditions 1. Introduction ANA Traffic Growth s Program (hereinafter referred to as the Program) is aimed at the growth of commercial air traffic at ANA airports

More information

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

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

More information

Approx. 13,000 merchant ships in transit around EU every day. [Source: SafeSeaNet]

Approx. 13,000 merchant ships in transit around EU every day. [Source: SafeSeaNet] Approx. 13,000 merchant ships in transit around EU every day 2 [Source: SafeSeaNet] Traffic in the English Channel 3 [Source: SafeSeaNet] Traffic along the Belgian North Sea coast 4 [Source: SafeSeaNet]

More information

(Also known as the Den-Ice Agreements Program) Evaluation & Advisory Services. Transport Canada

(Also known as the Den-Ice Agreements Program) Evaluation & Advisory Services. Transport Canada Evaluation of Transport Canada s Program of Payments to Other Government or International Agencies for the Operation and Maintenance of Airports, Air Navigation, and Airways Facilities (Also known as the

More information

Russian Icebreaking, Ice-Pilotage & Hydro- Meteorological Services on the NSR Dr. Bjørn Gunnarsson, Managing Director

Russian Icebreaking, Ice-Pilotage & Hydro- Meteorological Services on the NSR Dr. Bjørn Gunnarsson, Managing Director Russian Icebreaking, Ice-Pilotage & Hydro- Meteorological Services on the NSR Dr. Bjørn Gunnarsson, Managing Director bjorn@chnl.no 3rd Industry Seminar: Sea-Ice & Operational Conditions for Ships on the

More information

Longitudinal Analysis Report. Embry-Riddle Aeronautical University - Worldwide Campus

Longitudinal Analysis Report. Embry-Riddle Aeronautical University - Worldwide Campus Longitudinal Analysis Report Embry-Riddle Aeronautical University - Worldwide Campus Time Span 1: 7/1/2013-6/30/2014 Total Tests = 0 Outbound = 0 Time Span 2: 7/1/2014-6/30/2015 Total Tests = 156 Outbound

More information

AIS data. Marco Puts

AIS data. Marco Puts AIS data Marco Puts AIS Data Automatic Identification System Supplements Marine Radar Used for Collision avoidance Fishing fleet monitoring Vessel Traffic Services (VTS) Maritime Security Aids to Navigation

More information

Eurowings Aviation & Consulting Ltd.

Eurowings Aviation & Consulting Ltd. Planning of Eurowings cross country flights shall be mainly performed through a Microsoft Excel application designed and developed by Eurowings as a teaching tool for its students but also licensed pilots,

More information

Longitudinal Analysis Report. Embry-Riddle Aeronautical University - Worldwide Campus

Longitudinal Analysis Report. Embry-Riddle Aeronautical University - Worldwide Campus Longitudinal Analysis Report Embry-Riddle Aeronautical University - Worldwide Campus Time Span 1: 7/1/2013-6/30/2014 Total Tests = 0 Outbound = 0 Time Span 2: 7/1/2014-6/30/2015 Total Tests = 0 Outbound

More information

Note on validation of the baseline passenger terminal building model for the purpose of performing a capacity assessment of Dublin Airport

Note on validation of the baseline passenger terminal building model for the purpose of performing a capacity assessment of Dublin Airport Note on validation of the baseline passenger terminal building model for the purpose of performing a capacity assessment of Dublin Airport 1 Background Under Section 8(1) of the Aviation Regulation Act

More information

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT GATWICK RNAV-1 SIDS GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT ROUTE ANALYSIS REPORT FOR GATWICK This section explains the track distribution of conventional SIDs and the RNAV SID replications using

More information

SATELLITE CAPACITY DIMENSIONING FOR IN-FLIGHT INTERNET SERVICES IN THE NORTH ATLANTIC REGION

SATELLITE CAPACITY DIMENSIONING FOR IN-FLIGHT INTERNET SERVICES IN THE NORTH ATLANTIC REGION SATELLITE CAPACITY DIMENSIONING FOR IN-FLIGHT INTERNET SERVICES IN THE NORTH ATLANTIC REGION Lorenzo Battaglia, EADS Astrium Navigation & Constellations, Munich, Germany Lorenzo.Battaglia@Astrium.EADS.net

More information

ASPASIA Project. ASPASIA Overall Summary. ASPASIA Project

ASPASIA Project. ASPASIA Overall Summary. ASPASIA Project ASPASIA Project ASPASIA Overall Summary ASPASIA Project ASPASIA Project ASPASIA (Aeronautical Surveillance and Planning by Advanced ) is an international project co-funded by the European Commission within

More information