eurocontrol lara - presentation

19
The European Organisation for the Safety of Air Navigat LARA Local And sub-Regional ASM support system Civil-Military Cooperation ismil Interface and LARA PostGIS DB October 28th 2010 Salvatore Corvasce CND/COE/AT/AO

Upload: salvatorebi

Post on 22-Jun-2015

1.867 views

Category:

Technology


9 download

TRANSCRIPT

Page 1: EUROCONTROL LARA - Presentation

The European Organisation for the Safety of Air Navigation

LARALocal And sub-Regional ASM support system

Civil-Military Cooperation

Prismil Interface and LARA PostGIS DB

October 28th 2010

Salvatore CorvasceCND/COE/AT/AO

Page 2: EUROCONTROL LARA - Presentation

Outline

Prismil Interface Enhancements of Mission data retrieval PADAC Google Earth extension to CDRs Availability

LARA Data Base PostGIS implementation Replication/load balancing investigation

What is working now ?

Demo

Page 3: EUROCONTROL LARA - Presentation

LARA Server External Interface API

Lara

Page 4: EUROCONTROL LARA - Presentation

LARA Server – Prismil Interface

Prismil interface

Page 5: EUROCONTROL LARA - Presentation

Synchronisation between Lara and Prismillnterface

ConnectionLARA DB

Connection PRISMIL CLIENT

ConnectionIntermediate DB

Static data in Lara must be inserted in the intermediate database when the PrismilClient is launched.

Once database are synchronised, the PrismilClient will subscribe to events concerning creation or change of reservations.

Synchronisation (DBs)

Page 6: EUROCONTROL LARA - Presentation

Enhancements of Mission data retrieval

Before Connection

After Connection

LARA DB - Mission

Prismil Interface DB - Mission

Page 7: EUROCONTROL LARA - Presentation

PADAC

Page 8: EUROCONTROL LARA - Presentation

PADAC interface – Before import

• PADAC database Airspace Airport Mission …

Page 9: EUROCONTROL LARA - Presentation

Import process

Page 10: EUROCONTROL LARA - Presentation

PADAC interface - After import

• PADAC database UPDATE Airspace Airport Mission …

Page 11: EUROCONTROL LARA - Presentation

LARA DB PostGIS

PostGIS is an open source software program that adds support for

geographic objects to the PostgreSQL object-relational database

Create an Airspace and Populate Disjoint Adjacent Overlaps

Page 12: EUROCONTROL LARA - Presentation

PostGIS – Airspace and Populate

How can I create an Airspace and Populate it into a PostGIS db?

EBTRAN1

EBTRAN2

EBTRANA

EBTSA28A

Page 13: EUROCONTROL LARA - Presentation

Airspace - Disjoint

Airspace selected: EBTSA28A

EBTRAN1

EBTRAN2

EBTRANA

EBTSA28A

Output:3 Airspace are disjoints

Page 14: EUROCONTROL LARA - Presentation

Airspace - Adjacent

Airspace selected: EBTRAN2

EBTRAN1

EBTRAN2

EBTRANA

EBTSA28A

Output:1 Airspace is adjacent

Page 15: EUROCONTROL LARA - Presentation

Airspace - Overlaps

Airspace selected: EBTRANA

EBTRAN1

EBTRAN2

EBTRANA

EBTSA28A

Output:2 Airspace are overlaps

Page 16: EUROCONTROL LARA - Presentation

Google Earth extension to CDRs Availability

UN852–SPY–LUTOM

UN852–LUTOM-TERLA

CDR

Goo

gle

Ear

th

LAR

A

Page 17: EUROCONTROL LARA - Presentation

Google Earth Layer Usage update

Label Layer Usage

Page 18: EUROCONTROL LARA - Presentation

What is working now ?

Implementation in JAVA

PostGIS

Google Earth extension to CDRs Availability Slony-I

is an asynchronous master-slave replication system for the PostgreSQL DBMS. Asynchronous means that when a database transaction has been committed to the master server, it is not yet guaranteed to be available in slaves. Cascading means that replicas can be created (and updated) via other replicas

Page 19: EUROCONTROL LARA - Presentation