SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
Interoperable Data Management and
Instrument Control Experiences at OBSEA
Joaquin del Rio1
, Daniel Mihai Toma1
, Thomas C. O’reilly2
, Arne H. Bröring3
, Antoni Manuel1
, Kent L.
Headley2
, Duane Edgington2
1
Technical University of Catalonia, SARTI – UPC, Spain
2
Monterey Bay Aquarium Research Institute, MBARI, USA
3
52°North, Initiative for Geospatial Open Source Software GmbH, Münster, Germany
Abstract- In this article we describe our experiences
with interoperable data management and
instrument control standards in the Western
Mediterranean Cabled Observatory, OBSEA
(www.obsea.es) (Figure 1). The SARTI research
group of the Technical University of Catalonia in
Vilanova i la Geltrú is in charge of OBSEA
observatory development. SARTI collaborated with
the Monterey Bay Aquarium Research Institute
(MBARI) to explore interoperability issues within
the ESONET project. One of the strong demands of
ESONET is that a real-time data web interface from
online observatories is needed. In order to do so,
online data are urgently needed, and some proposed
standards must be applied to ensure interoperability
between instruments and data of multiple European
observatories.
I. INTRODUCTION
Each ESONET observatory has its own software
architecture and data management processes.
Standard interfaces, protocols, and formats can be
applied on top of each observatory’s data
management infrastructure to access observatory
data via the internet in a uniform way. These
standards include the Open Geospatial
Consortium’s Sensor Web Enablement (SWE),
IEEE 1451.1 and initiatives such as DataTurbine
for high speed real time data streaming.
The use of standard web interfaces can provide
interoperable data access and visualization from
the user point of view. Other issues not directly
related to data access or visualization must be
addressed to achieve interoperability between
observatories at or near the instrument level.
Technologies such as MBARI PUCK protocol
(for RS232 or IP instruments); the Smart Sensor
Board (Ifremer, UPC) and more recently the
Sensor Interface Descriptor (52North.org) are also
being tested at OBSEA.
Figure 1 OBSEA Structure
We are also investigating standard interfaces to
access observatory data archives, taking into
account the experience of previous initiatives such
as SeaDataNet and standards proposed by
INSPIRE for metadata specification (ISO 19115)
and NetCDF for data transport.
Various standards are available for observatory
time synchronization over IP networks. We have
focused on IEEE 1588, also known as Precision
Time Protocol (PTP), which is especially suited to
applications that require sub-millisecond
synchronization accuracy. Some currently
operational observatories were deployed before
IEEE 1588 v2 was released, and their junction
boxes are not equipped with IEEE 1588 v2
Ethernet switches. We have run experiments to
test PTP using non-PTP switches in order to
evaluate the time synchronization accuracy for
these older networks. An experimental setup to
provide GPS timing information to an instrument
using an IEEE 1588 synchronization network is
being tested.
II. IEEE 1451 AND OGC SWE
INTEGRATION INTO ACTUAL
OBSERVATORIES
In most cases, actual observatories use a
proprietary data management and instrument
control framework. We can divide the
interoperability problems into different parts from
bottom (instrument or sensor side) to top (user
access to real-time data and archive). In Figure 2 we
can see a simple approach to achieve interoperable
access to real time data.
Sensor Web Enablement and IEEE 1451 provide
standard interfaces at the Internet level, while
“hiding” the details of the underlying non-
standard observatory infrastructure. Thus a single
web client can access many diverse observatories
through these standard interfaces.
O b s e r v a t o r y F r a m e w o r k
C T D _ 1 R B R P u c k E n a b l e
P a y l o a d ( S I A M , S e n s o r M L , I E E E
T E D S )
C T D _ 2 S e a b i r d P u c k E n a b l e
P a y l o a d ( S e n s o r M L , I E E E T E D S )
S W E S O S S e r v e r
S O S C l i e n t W e b I E E E 1 4 5 1 C l i e n t D a t a T u r b i n e C l i e n t
R D V
H T T P I E E E 1 4 5 1 . 0 S e r v e r D a t a T u r b i n e R i n g B u f f e r
O b s e r v a t o r y D a t a M a n a g e m e n t a n d I n s t r u m e n t A r c h i t e c t u r e
InteroperabledataAccesInteroperableInstrumentControl
Figure 2 Access to real-time data using standards such as SWE SOS or IEEE1451
III. PUCK PROTOCOL AND SENSORML
WITH SENSOR INTERFACE
DESCRIPTOR (SID)
Standard protocols such as MBARI PUCK can be
implemented within the physical instruments
themselves. PUCK has been formally proposed as
an OGC Sensor Web Enablement standard from
the Smart Ocean Sensors Consortium (SOSC)
where SARTI participates. PUCK does not itself
fully implement interoperability, but rather
provides the lower tier in a hierarchy of standards
that achieve this goal. PUCK protocol is a simple
command protocol that helps to automate the
configuration process by physically storing
information about the instrument with the
instrument itself. The protocol defines a small
“PUCK datasheet” that can be retrieved from
every compliant instrument; the datasheet includes
a universally unique identifier for the instrument
as well as metadata that includes manufacturer
and model. Additional information called “PUCK
payload” can be stored and retrieved from the
instrument. PUCK protocol was originally defined
for instruments with an RS232 interface. A
proposed revision (rev 1.4) extends the protocol to
Ethernet interfaces; the “IP PUCK” protocol
includes the use of Zeroconf to enable easy
installation and discovery of sensors in an IP
network.
One possible PUCK payload could be a document
known as a Sensor Interface Descriptor (SID).
SID is a proposed extension to OGC SensorML,
and describes an instrument’s command protocol
in a standard way. A generic observatory software
component known as a SID interpreter [9] can
operate any instrument that is described by a SID,
thus eliminating the need for instrument-specific
driver software. PUCK and SID serve to automate
the instrument installation and operation process.
The OBSEA team has developed an automatic
algorithm to detect the installation of RS-232
PUCK instruments. The host computer
periodically interrogates the serial ports for a
PUCK enabled instrument. When the host
receives a PUCK response from the serial port, the
host retrieves the UUID to determine if a new
instrument has been installed. If so, the host
retrieves the PUCK payload and uses this
information to collect data from the new
instrument and register it in order to make its data
available using standards like IEEE 1451.1 or
OGC SWE.
The detection algorithm for IP PUCK-enabled
instruments is based on the Zeroconf standard.
When an IP PUCK instrument is plugged into a
local area network (LAN), it automatically gets an
IP address and is registered as a PUCK service via
Zeroconf. An application that runs in the same
LAN can discover the instrument and retrieve the
PUCK payload through PUCK protocol and
automatically register the new instrument in a
standard way in.
IV. OBSEA DATA ACQUISITION
SYSTEM
In Figure 3 is presented the experimental OBSEA
setup using PUCK and SID [9] technologies in
order to provide an automatic SOS registration for
Serial and Ethernet marine instruments.
Figure 3 OBSEA experimental setup working with PUCK protocol and SID
Figure 3 shows the deployment of a Sensor Web
infrastructure. A sensor communicates with a data
acquisition system in its specific sensor protocol
over a transmission technology such as RS232 or
Ethernet. To achieve the plug and play capability
with PUCK protocol it is used the SID payload
information attached to each instrument. The SID
payloads describe entirely the functionality of the
instruments in a standard way and are machine
and human readable.
The SID interpreter runs on the data acquisition
system and uses SID instances for the different
sensors of the sensor network to translate between
the sensor specific protocol and the SWE
protocols. The interpreter is responsible to register
a sensor at a SWE service and to upload sensor
data to an SOS (Sensor Observation Service) for
example. Also, it is responsible for the opposite
communication direction and forwards tasks
received by an SPS (Sensor Planning Service) to a
sensor.
V. INTERPRETER IMPLEMENTATION
The implementation of the SID interpreter is done
in Java code and is based on the OSGi framework
which is extendible by pluggable and loosely
coupled components. A central Manager
component controls the workflow. First, the SID
Parser is used to read in the SID document of the
sensor. Depending on the specified addressing
parameters, a particular Data Source Connector
implementation (e.g. for RS232 connections) is
chosen to connect to the sensor. Based on the
protocol definition of the SID, the Protocol
Transformer communicates with the sensor in a
bi-directional way.
The SOS Connector triggers the SOS operation.
RegisterSensor to add the new sensor to the
Sensor Web and executes the InsertObservation
operation to upload sensor data as observations to
an SOS.
CONCLUSIONS & FUTURE WORK
In this paper, we outline the need for mechanisms
to close the interoperability gap between marine
sensors and the Sensor Web. We bridge this gap
by introducing a Data Management System using
PUCK protocol and SID model based on
SensorML standard which enables the declarative
description of sensor interfaces. Based on the SID
model, interpreters can be built, which are
independent of particular sensor technology, and
are able to automatically generate communication
logic to connect sensors to the Sensor Web. The
next step on our implementation and development
of interoperable technologies in OBSEA
observatory is to extend this data acquisition
system to IEEE 1451.1 HTTP standard.
REFERENCES
[1] Arne Broering, Stefan Below, “OpenGIS® Sensor
Interface Descriptors”, Open Geospatial Consortium
Inc. 2010-06-30, OGC 10-134.
[2] George Percivall, Carl Reed "OGC® Sensor Web
Enablement Standards", Sensors & Transducers Journal,
Vol.71, Issue 9, September 2006, pp.698-706, ISSN 1726-
5479.
[3] Joaquín Del Río Fernández, Yves Auffret, Daniel Mihai
Toma et al. “Smart sensor interface for sea bottom
observatories”, Instrumentation Viewpoint, Num.8,
pp96-98, autumn 2009.
[4] Kent L. Headley, Thomas C. O’Reilly, et al, “Managing
Sensor Network Configuration and Metadata in Ocean
Observatories Using Instrument Pucks” Third
International Workshop on Scientific Use of Submarine
Cables and Related Technologies, 25 27 June 2003.
[5] Joaquin del Rio, Tom O'Reilly, Kent Headley, Daniel
Mihai Toma, et al, “Evaluation of MBARI PUCK
protocol for interoperable ocean observatories”,
Instrumentation Viewpoint, Num.8, pp87-91, autumn
2009.
[6] Lee, K., “IEEE 1451: A Standard in Support of Smart
Transducer Networking”, Proceedings of the 17th IEEE
Instrumentation and Measurement Technology
Conference, Baltimore, MD, May 1-4, 2000, Vol. 2,
p.525-528.
[7] Marc Nogueras, Carola Artero, Joquín del Rio, Antoni
Mànuel, David Sarrià, "Control and acquisition system
design for an Expandable Seafloor Observatory", IEEE
OCEANS09, 11-14 May, Bremen, Germany.
[8] O'Reilly, T. [et al.], “Instrument interface standards for
interoperable ocean sensor networks” MTS/IEEE
OCEANS'09 Balancing technology with future needs".
Bremen: IEEE Press. Institute of Electrical and
Electronics Engineers, 2009, p. 1-10.
[9] Bröring, A., S. Below & T. Foerster (2010): Declarative
Sensor Interface Descriptors for the Sensor Web.
WebMGS 2010: 1st International Workshop on Pervasive
Web Mapping, Geoprocessing and Services. ISPRS, 2010,
38. 26.-27. August 2010. Como, Italy.
.

Mais conteúdo relacionado

Mais procurados

Sneak Peek into the Future with Prof. Indranil Sengupta, IIT Kharagpur
Sneak Peek into the Future with Prof. Indranil Sengupta, IIT KharagpurSneak Peek into the Future with Prof. Indranil Sengupta, IIT Kharagpur
Sneak Peek into the Future with Prof. Indranil Sengupta, IIT KharagpurPriyanka Aash
 
Design and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwDesign and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwIAEME Publication
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Evaluation of the Technology Supporting the Development of an Assets Tracking...
Evaluation of the Technology Supporting the Development of an Assets Tracking...Evaluation of the Technology Supporting the Development of an Assets Tracking...
Evaluation of the Technology Supporting the Development of an Assets Tracking...Dominique Guinard
 
Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...
Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...
Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...idescitation
 
Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...Shakas Technologies
 
Rule-based Real-Time Activity Recognition in a Smart Home Environment
Rule-based Real-Time Activity Recognition in a Smart Home EnvironmentRule-based Real-Time Activity Recognition in a Smart Home Environment
Rule-based Real-Time Activity Recognition in a Smart Home EnvironmentGeorge Baryannis
 
High throughput implementations of cryptography algorithms on GPU and FPGA
High throughput implementations of cryptography  algorithms on GPU and FPGAHigh throughput implementations of cryptography  algorithms on GPU and FPGA
High throughput implementations of cryptography algorithms on GPU and FPGAnitin3940
 
IRJET- An Un-Hackable Security based Software Defined Radio using Wireles...
IRJET-  	  An Un-Hackable Security based Software Defined Radio using Wireles...IRJET-  	  An Un-Hackable Security based Software Defined Radio using Wireles...
IRJET- An Un-Hackable Security based Software Defined Radio using Wireles...IRJET Journal
 
Малоресурсная криптография - Сергей Мартыненко
Малоресурсная криптография - Сергей МартыненкоМалоресурсная криптография - Сергей Мартыненко
Малоресурсная криптография - Сергей МартыненкоHackIT Ukraine
 
Passive ip traceback disclosing the locations
Passive ip traceback disclosing the locationsPassive ip traceback disclosing the locations
Passive ip traceback disclosing the locationsjpstudcorner
 
PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...
PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...
PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...I3E Technologies
 
Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...Pvrtechnologies Nellore
 
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...ijtsrd
 

Mais procurados (15)

Sneak Peek into the Future with Prof. Indranil Sengupta, IIT Kharagpur
Sneak Peek into the Future with Prof. Indranil Sengupta, IIT KharagpurSneak Peek into the Future with Prof. Indranil Sengupta, IIT Kharagpur
Sneak Peek into the Future with Prof. Indranil Sengupta, IIT Kharagpur
 
Design and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwDesign and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passw
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Evaluation of the Technology Supporting the Development of an Assets Tracking...
Evaluation of the Technology Supporting the Development of an Assets Tracking...Evaluation of the Technology Supporting the Development of an Assets Tracking...
Evaluation of the Technology Supporting the Development of an Assets Tracking...
 
Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...
Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...
Breaching of Ring Oscillator Based Trojan Detection and Prevention in Physica...
 
Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...
 
Rule-based Real-Time Activity Recognition in a Smart Home Environment
Rule-based Real-Time Activity Recognition in a Smart Home EnvironmentRule-based Real-Time Activity Recognition in a Smart Home Environment
Rule-based Real-Time Activity Recognition in a Smart Home Environment
 
High throughput implementations of cryptography algorithms on GPU and FPGA
High throughput implementations of cryptography  algorithms on GPU and FPGAHigh throughput implementations of cryptography  algorithms on GPU and FPGA
High throughput implementations of cryptography algorithms on GPU and FPGA
 
D0952126
D0952126D0952126
D0952126
 
IRJET- An Un-Hackable Security based Software Defined Radio using Wireles...
IRJET-  	  An Un-Hackable Security based Software Defined Radio using Wireles...IRJET-  	  An Un-Hackable Security based Software Defined Radio using Wireles...
IRJET- An Un-Hackable Security based Software Defined Radio using Wireles...
 
Малоресурсная криптография - Сергей Мартыненко
Малоресурсная криптография - Сергей МартыненкоМалоресурсная криптография - Сергей Мартыненко
Малоресурсная криптография - Сергей Мартыненко
 
Passive ip traceback disclosing the locations
Passive ip traceback disclosing the locationsPassive ip traceback disclosing the locations
Passive ip traceback disclosing the locations
 
PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...
PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...
PASSIVE IP TRACEBACK: DISCLOSING THE LOCATIONS OF IP SPOOFERS FROM PATH BACKS...
 
Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...Passive ip traceback disclosing the locations of ip spoofers from path backsc...
Passive ip traceback disclosing the locations of ip spoofers from path backsc...
 
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...
 

Destaque

Advanced Concepts Team ESA http://en.wikipedia.org/wiki/Plantoid
Advanced Concepts Team ESA http://en.wikipedia.org/wiki/PlantoidAdvanced Concepts Team ESA http://en.wikipedia.org/wiki/Plantoid
Advanced Concepts Team ESA http://en.wikipedia.org/wiki/PlantoidÆdel Aerospace GmbH
 
Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...
Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...
Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...Ædel Aerospace GmbH
 
A astronáutica em portugal em 1989 um caminho subaquático para o espaço - v...
A astronáutica em portugal em 1989   um caminho subaquático para o espaço - v...A astronáutica em portugal em 1989   um caminho subaquático para o espaço - v...
A astronáutica em portugal em 1989 um caminho subaquático para o espaço - v...Ædel Aerospace GmbH
 
Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...
Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...
Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...Ædel Aerospace GmbH
 
2004 cibx 2 cancer research project sts-107 final report
2004 cibx 2 cancer research project sts-107 final report2004 cibx 2 cancer research project sts-107 final report
2004 cibx 2 cancer research project sts-107 final reportÆdel Aerospace GmbH
 
Portuguese Microgravity Emulsion Experiment STS-95 in 1998
Portuguese Microgravity Emulsion Experiment STS-95 in 1998 Portuguese Microgravity Emulsion Experiment STS-95 in 1998
Portuguese Microgravity Emulsion Experiment STS-95 in 1998 Ædel Aerospace GmbH
 
The CARCACE project deepwater platforms - modular designs for in situ experim...
The CARCACE project deepwater platforms - modular designs for in situ experim...The CARCACE project deepwater platforms - modular designs for in situ experim...
The CARCACE project deepwater platforms - modular designs for in situ experim...Ædel Aerospace GmbH
 
Poster submission #354 viability study of a costumized gis for the berlenga...
Poster submission #354   viability study of a costumized gis for the berlenga...Poster submission #354   viability study of a costumized gis for the berlenga...
Poster submission #354 viability study of a costumized gis for the berlenga...Ædel Aerospace GmbH
 
Martech 2011 Maritime Technology and Engineering IST Conference Lisbon
Martech 2011 Maritime Technology and Engineering IST Conference LisbonMartech 2011 Maritime Technology and Engineering IST Conference Lisbon
Martech 2011 Maritime Technology and Engineering IST Conference LisbonÆdel Aerospace GmbH
 

Destaque (10)

Advanced Concepts Team ESA http://en.wikipedia.org/wiki/Plantoid
Advanced Concepts Team ESA http://en.wikipedia.org/wiki/PlantoidAdvanced Concepts Team ESA http://en.wikipedia.org/wiki/Plantoid
Advanced Concepts Team ESA http://en.wikipedia.org/wiki/Plantoid
 
Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...
Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...
Cibx 2 is mentioned on sts-107 space shuttle columbia in 2003 that exploded d...
 
A astronáutica em portugal em 1989 um caminho subaquático para o espaço - v...
A astronáutica em portugal em 1989   um caminho subaquático para o espaço - v...A astronáutica em portugal em 1989   um caminho subaquático para o espaço - v...
A astronáutica em portugal em 1989 um caminho subaquático para o espaço - v...
 
Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...
Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...
Alma de Agua paper International Astronautical Federation Rio de Janeiro Octo...
 
2004 cibx 2 cancer research project sts-107 final report
2004 cibx 2 cancer research project sts-107 final report2004 cibx 2 cancer research project sts-107 final report
2004 cibx 2 cancer research project sts-107 final report
 
Portuguese Microgravity Emulsion Experiment STS-95 in 1998
Portuguese Microgravity Emulsion Experiment STS-95 in 1998 Portuguese Microgravity Emulsion Experiment STS-95 in 1998
Portuguese Microgravity Emulsion Experiment STS-95 in 1998
 
The CARCACE project deepwater platforms - modular designs for in situ experim...
The CARCACE project deepwater platforms - modular designs for in situ experim...The CARCACE project deepwater platforms - modular designs for in situ experim...
The CARCACE project deepwater platforms - modular designs for in situ experim...
 
Poster submission #354 viability study of a costumized gis for the berlenga...
Poster submission #354   viability study of a costumized gis for the berlenga...Poster submission #354   viability study of a costumized gis for the berlenga...
Poster submission #354 viability study of a costumized gis for the berlenga...
 
Martech 2011 Maritime Technology and Engineering IST Conference Lisbon
Martech 2011 Maritime Technology and Engineering IST Conference LisbonMartech 2011 Maritime Technology and Engineering IST Conference Lisbon
Martech 2011 Maritime Technology and Engineering IST Conference Lisbon
 
Pff12 2002
Pff12 2002Pff12 2002
Pff12 2002
 

Semelhante a Interoperable data management OBSEA

IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
IRJET - Smart Vision System for Visually Impaired People
IRJET -  	  Smart Vision System for Visually Impaired PeopleIRJET -  	  Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired PeopleIRJET Journal
 
Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...
Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...
Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...IRJET Journal
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...eSAT Journals
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelesseSAT Publishing House
 
Artículo nv 24_04_2021
Artículo nv 24_04_2021Artículo nv 24_04_2021
Artículo nv 24_04_2021NelsonVaca3
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultreBhushan Deore
 
IRJET-E-Waste Management using Robotics
IRJET-E-Waste Management using RoboticsIRJET-E-Waste Management using Robotics
IRJET-E-Waste Management using RoboticsIRJET Journal
 
Report on Mapping of Carbon Monoxide using WSN
Report on Mapping of Carbon Monoxide using WSNReport on Mapping of Carbon Monoxide using WSN
Report on Mapping of Carbon Monoxide using WSNArjun Aravind
 
A Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor Networks
A Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor NetworksA Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor Networks
A Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor NetworksIRJET Journal
 
MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012
MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012
MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012Charith Perera
 
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...ijcsit
 
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...AIRCC Publishing Corporation
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET Journal
 
A NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdf
A NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdfA NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdf
A NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdfSaiReddy794166
 

Semelhante a Interoperable data management OBSEA (20)

IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
IRJET - Smart Vision System for Visually Impaired People
IRJET -  	  Smart Vision System for Visually Impaired PeopleIRJET -  	  Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired People
 
Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...
Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...
Prediction of Wireless Sensor Network and Attack using Machine Learning Techn...
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
 
Artículo nv 24_04_2021
Artículo nv 24_04_2021Artículo nv 24_04_2021
Artículo nv 24_04_2021
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre
 
IRJET-E-Waste Management using Robotics
IRJET-E-Waste Management using RoboticsIRJET-E-Waste Management using Robotics
IRJET-E-Waste Management using Robotics
 
Report on Mapping of Carbon Monoxide using WSN
Report on Mapping of Carbon Monoxide using WSNReport on Mapping of Carbon Monoxide using WSN
Report on Mapping of Carbon Monoxide using WSN
 
Ip sec technote-en
Ip sec technote-enIp sec technote-en
Ip sec technote-en
 
NFC Health Monitoring System
NFC Health Monitoring SystemNFC Health Monitoring System
NFC Health Monitoring System
 
A Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor Networks
A Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor NetworksA Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor Networks
A Study on Quality Of Service (QOS) in Ubiquitous Wireless Sensor Networks
 
MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012
MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012
MobiDE’2012, Phoenix, AZ, United States, 20 May, 2012
 
Nano rk rtss_05
Nano rk rtss_05Nano rk rtss_05
Nano rk rtss_05
 
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
 
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
SIMULATION OF SOFTWARE DEFINED NETWORKS WITH OPEN NETWORK OPERATING SYSTEM AN...
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
 
A NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdf
A NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdfA NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdf
A NETWORK-BASED DAC OPTIMIZATION PROTOTYPE SOFTWARE 2 (1).pdf
 
finalDraftPoster
finalDraftPosterfinalDraftPoster
finalDraftPoster
 

Mais de Ædel Aerospace GmbH

Declaração Dinis Ribeiro Investigador na ESNIDH
Declaração Dinis Ribeiro Investigador na ESNIDHDeclaração Dinis Ribeiro Investigador na ESNIDH
Declaração Dinis Ribeiro Investigador na ESNIDHÆdel Aerospace GmbH
 
The structure of scientific revolutions thomas s. kuhn - 1962
The structure of scientific revolutions   thomas s. kuhn - 1962The structure of scientific revolutions   thomas s. kuhn - 1962
The structure of scientific revolutions thomas s. kuhn - 1962Ædel Aerospace GmbH
 
O ultramar secreto e confidencial - josé filipe pinto - almedina
O ultramar   secreto e confidencial - josé filipe pinto - almedinaO ultramar   secreto e confidencial - josé filipe pinto - almedina
O ultramar secreto e confidencial - josé filipe pinto - almedinaÆdel Aerospace GmbH
 
Social justice in the liberal state bruce a ackerman - back cover
Social justice in the liberal state   bruce a ackerman - back coverSocial justice in the liberal state   bruce a ackerman - back cover
Social justice in the liberal state bruce a ackerman - back coverÆdel Aerospace GmbH
 
Tyranny and legitimacy a critique of political theories - james s. fishkin
Tyranny and legitimacy   a critique of political theories - james s. fishkinTyranny and legitimacy   a critique of political theories - james s. fishkin
Tyranny and legitimacy a critique of political theories - james s. fishkinÆdel Aerospace GmbH
 
Tyranny and legitimacy a critique of political theories - james s. fishkin ...
Tyranny and legitimacy   a critique of political theories - james s. fishkin ...Tyranny and legitimacy   a critique of political theories - james s. fishkin ...
Tyranny and legitimacy a critique of political theories - james s. fishkin ...Ædel Aerospace GmbH
 
Social justice in the liberal state bruce a ackerman
Social justice in the liberal state   bruce a ackermanSocial justice in the liberal state   bruce a ackerman
Social justice in the liberal state bruce a ackermanÆdel Aerospace GmbH
 
Prisoner's dilemma anatol rapoport and albert m. chammah, ann arbor paperbacks
Prisoner's dilemma   anatol rapoport and albert m. chammah, ann arbor paperbacksPrisoner's dilemma   anatol rapoport and albert m. chammah, ann arbor paperbacks
Prisoner's dilemma anatol rapoport and albert m. chammah, ann arbor paperbacksÆdel Aerospace GmbH
 
Esa space history hsr 30 - italy in space 2003
Esa space history  hsr 30 - italy in space 2003Esa space history  hsr 30 - italy in space 2003
Esa space history hsr 30 - italy in space 2003Ædel Aerospace GmbH
 
The spaceflight revolution a sociological study - william sims bainbridge -...
The spaceflight revolution   a sociological study - william sims bainbridge -...The spaceflight revolution   a sociological study - william sims bainbridge -...
The spaceflight revolution a sociological study - william sims bainbridge -...Ædel Aerospace GmbH
 
Design of studies for medical research david machin and michael j campbell
Design of studies for medical research   david machin and michael j campbellDesign of studies for medical research   david machin and michael j campbell
Design of studies for medical research david machin and michael j campbellÆdel Aerospace GmbH
 
Biological and medical research in space an overview of life sciences rese...
Biological and medical research in space    an overview of life sciences rese...Biological and medical research in space    an overview of life sciences rese...
Biological and medical research in space an overview of life sciences rese...Ædel Aerospace GmbH
 
Advanced course on small satellites design and technology ist lisbon octobe...
Advanced course on small satellites design and technology ist   lisbon octobe...Advanced course on small satellites design and technology ist   lisbon octobe...
Advanced course on small satellites design and technology ist lisbon octobe...Ædel Aerospace GmbH
 
Concurrent engineering enhanced interoperable systems - international confe...
Concurrent engineering   enhanced interoperable systems - international confe...Concurrent engineering   enhanced interoperable systems - international confe...
Concurrent engineering enhanced interoperable systems - international confe...Ædel Aerospace GmbH
 
Growth and environment challenging extreme frontiers - ideea two conference...
Growth and environment   challenging extreme frontiers - ideea two conference...Growth and environment   challenging extreme frontiers - ideea two conference...
Growth and environment challenging extreme frontiers - ideea two conference...Ædel Aerospace GmbH
 
Submission to the un for the extension of the portuguese continental shelf ...
Submission to the un for the extension of the portuguese continental shelf   ...Submission to the un for the extension of the portuguese continental shelf   ...
Submission to the un for the extension of the portuguese continental shelf ...Ædel Aerospace GmbH
 
Supercooperators studies about the evolution of language - quantitative laws
Supercooperators   studies about the evolution of language - quantitative lawsSupercooperators   studies about the evolution of language - quantitative laws
Supercooperators studies about the evolution of language - quantitative lawsÆdel Aerospace GmbH
 
Martin nowak program for evolutionary dynamics at harvard university - biol...
Martin nowak   program for evolutionary dynamics at harvard university - biol...Martin nowak   program for evolutionary dynamics at harvard university - biol...
Martin nowak program for evolutionary dynamics at harvard university - biol...Ædel Aerospace GmbH
 
Supercooperators beyond the survival of the fittest - why cooperation & not...
Supercooperators   beyond the survival of the fittest - why cooperation & not...Supercooperators   beyond the survival of the fittest - why cooperation & not...
Supercooperators beyond the survival of the fittest - why cooperation & not...Ædel Aerospace GmbH
 

Mais de Ædel Aerospace GmbH (20)

Declaração Dinis Ribeiro Investigador na ESNIDH
Declaração Dinis Ribeiro Investigador na ESNIDHDeclaração Dinis Ribeiro Investigador na ESNIDH
Declaração Dinis Ribeiro Investigador na ESNIDH
 
The structure of scientific revolutions thomas s. kuhn - 1962
The structure of scientific revolutions   thomas s. kuhn - 1962The structure of scientific revolutions   thomas s. kuhn - 1962
The structure of scientific revolutions thomas s. kuhn - 1962
 
O ultramar secreto e confidencial - josé filipe pinto - almedina
O ultramar   secreto e confidencial - josé filipe pinto - almedinaO ultramar   secreto e confidencial - josé filipe pinto - almedina
O ultramar secreto e confidencial - josé filipe pinto - almedina
 
Social justice in the liberal state bruce a ackerman - back cover
Social justice in the liberal state   bruce a ackerman - back coverSocial justice in the liberal state   bruce a ackerman - back cover
Social justice in the liberal state bruce a ackerman - back cover
 
Tyranny and legitimacy a critique of political theories - james s. fishkin
Tyranny and legitimacy   a critique of political theories - james s. fishkinTyranny and legitimacy   a critique of political theories - james s. fishkin
Tyranny and legitimacy a critique of political theories - james s. fishkin
 
Tyranny and legitimacy a critique of political theories - james s. fishkin ...
Tyranny and legitimacy   a critique of political theories - james s. fishkin ...Tyranny and legitimacy   a critique of political theories - james s. fishkin ...
Tyranny and legitimacy a critique of political theories - james s. fishkin ...
 
Social justice in the liberal state bruce a ackerman
Social justice in the liberal state   bruce a ackermanSocial justice in the liberal state   bruce a ackerman
Social justice in the liberal state bruce a ackerman
 
Prisoner's dilemma anatol rapoport and albert m. chammah, ann arbor paperbacks
Prisoner's dilemma   anatol rapoport and albert m. chammah, ann arbor paperbacksPrisoner's dilemma   anatol rapoport and albert m. chammah, ann arbor paperbacks
Prisoner's dilemma anatol rapoport and albert m. chammah, ann arbor paperbacks
 
Esa space history hsr 30 - italy in space 2003
Esa space history  hsr 30 - italy in space 2003Esa space history  hsr 30 - italy in space 2003
Esa space history hsr 30 - italy in space 2003
 
The spaceflight revolution a sociological study - william sims bainbridge -...
The spaceflight revolution   a sociological study - william sims bainbridge -...The spaceflight revolution   a sociological study - william sims bainbridge -...
The spaceflight revolution a sociological study - william sims bainbridge -...
 
Design of studies for medical research david machin and michael j campbell
Design of studies for medical research   david machin and michael j campbellDesign of studies for medical research   david machin and michael j campbell
Design of studies for medical research david machin and michael j campbell
 
Biological and medical research in space an overview of life sciences rese...
Biological and medical research in space    an overview of life sciences rese...Biological and medical research in space    an overview of life sciences rese...
Biological and medical research in space an overview of life sciences rese...
 
Advanced course on small satellites design and technology ist lisbon octobe...
Advanced course on small satellites design and technology ist   lisbon octobe...Advanced course on small satellites design and technology ist   lisbon octobe...
Advanced course on small satellites design and technology ist lisbon octobe...
 
Concurrent engineering enhanced interoperable systems - international confe...
Concurrent engineering   enhanced interoperable systems - international confe...Concurrent engineering   enhanced interoperable systems - international confe...
Concurrent engineering enhanced interoperable systems - international confe...
 
Growth and environment challenging extreme frontiers - ideea two conference...
Growth and environment   challenging extreme frontiers - ideea two conference...Growth and environment   challenging extreme frontiers - ideea two conference...
Growth and environment challenging extreme frontiers - ideea two conference...
 
Submission to the un for the extension of the portuguese continental shelf ...
Submission to the un for the extension of the portuguese continental shelf   ...Submission to the un for the extension of the portuguese continental shelf   ...
Submission to the un for the extension of the portuguese continental shelf ...
 
Supercooperators studies about the evolution of language - quantitative laws
Supercooperators   studies about the evolution of language - quantitative lawsSupercooperators   studies about the evolution of language - quantitative laws
Supercooperators studies about the evolution of language - quantitative laws
 
Martin nowak program for evolutionary dynamics at harvard university - biol...
Martin nowak   program for evolutionary dynamics at harvard university - biol...Martin nowak   program for evolutionary dynamics at harvard university - biol...
Martin nowak program for evolutionary dynamics at harvard university - biol...
 
Supercooperators beyond the survival of the fittest - why cooperation & not...
Supercooperators   beyond the survival of the fittest - why cooperation & not...Supercooperators   beyond the survival of the fittest - why cooperation & not...
Supercooperators beyond the survival of the fittest - why cooperation & not...
 
Alma de agua CAD model
Alma de agua CAD modelAlma de agua CAD model
Alma de agua CAD model
 

Último

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 

Último (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

Interoperable data management OBSEA

  • 1. Interoperable Data Management and Instrument Control Experiences at OBSEA Joaquin del Rio1 , Daniel Mihai Toma1 , Thomas C. O’reilly2 , Arne H. Bröring3 , Antoni Manuel1 , Kent L. Headley2 , Duane Edgington2 1 Technical University of Catalonia, SARTI – UPC, Spain 2 Monterey Bay Aquarium Research Institute, MBARI, USA 3 52°North, Initiative for Geospatial Open Source Software GmbH, Münster, Germany Abstract- In this article we describe our experiences with interoperable data management and instrument control standards in the Western Mediterranean Cabled Observatory, OBSEA (www.obsea.es) (Figure 1). The SARTI research group of the Technical University of Catalonia in Vilanova i la Geltrú is in charge of OBSEA observatory development. SARTI collaborated with the Monterey Bay Aquarium Research Institute (MBARI) to explore interoperability issues within the ESONET project. One of the strong demands of ESONET is that a real-time data web interface from online observatories is needed. In order to do so, online data are urgently needed, and some proposed standards must be applied to ensure interoperability between instruments and data of multiple European observatories. I. INTRODUCTION Each ESONET observatory has its own software architecture and data management processes. Standard interfaces, protocols, and formats can be applied on top of each observatory’s data management infrastructure to access observatory data via the internet in a uniform way. These standards include the Open Geospatial Consortium’s Sensor Web Enablement (SWE), IEEE 1451.1 and initiatives such as DataTurbine for high speed real time data streaming. The use of standard web interfaces can provide interoperable data access and visualization from the user point of view. Other issues not directly related to data access or visualization must be addressed to achieve interoperability between observatories at or near the instrument level. Technologies such as MBARI PUCK protocol (for RS232 or IP instruments); the Smart Sensor Board (Ifremer, UPC) and more recently the Sensor Interface Descriptor (52North.org) are also being tested at OBSEA. Figure 1 OBSEA Structure We are also investigating standard interfaces to access observatory data archives, taking into account the experience of previous initiatives such as SeaDataNet and standards proposed by INSPIRE for metadata specification (ISO 19115) and NetCDF for data transport. Various standards are available for observatory time synchronization over IP networks. We have focused on IEEE 1588, also known as Precision Time Protocol (PTP), which is especially suited to applications that require sub-millisecond synchronization accuracy. Some currently operational observatories were deployed before IEEE 1588 v2 was released, and their junction boxes are not equipped with IEEE 1588 v2 Ethernet switches. We have run experiments to
  • 2. test PTP using non-PTP switches in order to evaluate the time synchronization accuracy for these older networks. An experimental setup to provide GPS timing information to an instrument using an IEEE 1588 synchronization network is being tested. II. IEEE 1451 AND OGC SWE INTEGRATION INTO ACTUAL OBSERVATORIES In most cases, actual observatories use a proprietary data management and instrument control framework. We can divide the interoperability problems into different parts from bottom (instrument or sensor side) to top (user access to real-time data and archive). In Figure 2 we can see a simple approach to achieve interoperable access to real time data. Sensor Web Enablement and IEEE 1451 provide standard interfaces at the Internet level, while “hiding” the details of the underlying non- standard observatory infrastructure. Thus a single web client can access many diverse observatories through these standard interfaces. O b s e r v a t o r y F r a m e w o r k C T D _ 1 R B R P u c k E n a b l e P a y l o a d ( S I A M , S e n s o r M L , I E E E T E D S ) C T D _ 2 S e a b i r d P u c k E n a b l e P a y l o a d ( S e n s o r M L , I E E E T E D S ) S W E S O S S e r v e r S O S C l i e n t W e b I E E E 1 4 5 1 C l i e n t D a t a T u r b i n e C l i e n t R D V H T T P I E E E 1 4 5 1 . 0 S e r v e r D a t a T u r b i n e R i n g B u f f e r O b s e r v a t o r y D a t a M a n a g e m e n t a n d I n s t r u m e n t A r c h i t e c t u r e InteroperabledataAccesInteroperableInstrumentControl Figure 2 Access to real-time data using standards such as SWE SOS or IEEE1451 III. PUCK PROTOCOL AND SENSORML WITH SENSOR INTERFACE DESCRIPTOR (SID) Standard protocols such as MBARI PUCK can be implemented within the physical instruments themselves. PUCK has been formally proposed as an OGC Sensor Web Enablement standard from the Smart Ocean Sensors Consortium (SOSC) where SARTI participates. PUCK does not itself fully implement interoperability, but rather provides the lower tier in a hierarchy of standards that achieve this goal. PUCK protocol is a simple command protocol that helps to automate the configuration process by physically storing information about the instrument with the instrument itself. The protocol defines a small “PUCK datasheet” that can be retrieved from every compliant instrument; the datasheet includes a universally unique identifier for the instrument as well as metadata that includes manufacturer and model. Additional information called “PUCK payload” can be stored and retrieved from the instrument. PUCK protocol was originally defined for instruments with an RS232 interface. A proposed revision (rev 1.4) extends the protocol to Ethernet interfaces; the “IP PUCK” protocol includes the use of Zeroconf to enable easy installation and discovery of sensors in an IP network. One possible PUCK payload could be a document known as a Sensor Interface Descriptor (SID). SID is a proposed extension to OGC SensorML, and describes an instrument’s command protocol in a standard way. A generic observatory software component known as a SID interpreter [9] can operate any instrument that is described by a SID,
  • 3. thus eliminating the need for instrument-specific driver software. PUCK and SID serve to automate the instrument installation and operation process. The OBSEA team has developed an automatic algorithm to detect the installation of RS-232 PUCK instruments. The host computer periodically interrogates the serial ports for a PUCK enabled instrument. When the host receives a PUCK response from the serial port, the host retrieves the UUID to determine if a new instrument has been installed. If so, the host retrieves the PUCK payload and uses this information to collect data from the new instrument and register it in order to make its data available using standards like IEEE 1451.1 or OGC SWE. The detection algorithm for IP PUCK-enabled instruments is based on the Zeroconf standard. When an IP PUCK instrument is plugged into a local area network (LAN), it automatically gets an IP address and is registered as a PUCK service via Zeroconf. An application that runs in the same LAN can discover the instrument and retrieve the PUCK payload through PUCK protocol and automatically register the new instrument in a standard way in. IV. OBSEA DATA ACQUISITION SYSTEM In Figure 3 is presented the experimental OBSEA setup using PUCK and SID [9] technologies in order to provide an automatic SOS registration for Serial and Ethernet marine instruments. Figure 3 OBSEA experimental setup working with PUCK protocol and SID Figure 3 shows the deployment of a Sensor Web infrastructure. A sensor communicates with a data acquisition system in its specific sensor protocol over a transmission technology such as RS232 or Ethernet. To achieve the plug and play capability with PUCK protocol it is used the SID payload
  • 4. information attached to each instrument. The SID payloads describe entirely the functionality of the instruments in a standard way and are machine and human readable. The SID interpreter runs on the data acquisition system and uses SID instances for the different sensors of the sensor network to translate between the sensor specific protocol and the SWE protocols. The interpreter is responsible to register a sensor at a SWE service and to upload sensor data to an SOS (Sensor Observation Service) for example. Also, it is responsible for the opposite communication direction and forwards tasks received by an SPS (Sensor Planning Service) to a sensor. V. INTERPRETER IMPLEMENTATION The implementation of the SID interpreter is done in Java code and is based on the OSGi framework which is extendible by pluggable and loosely coupled components. A central Manager component controls the workflow. First, the SID Parser is used to read in the SID document of the sensor. Depending on the specified addressing parameters, a particular Data Source Connector implementation (e.g. for RS232 connections) is chosen to connect to the sensor. Based on the protocol definition of the SID, the Protocol Transformer communicates with the sensor in a bi-directional way. The SOS Connector triggers the SOS operation. RegisterSensor to add the new sensor to the Sensor Web and executes the InsertObservation operation to upload sensor data as observations to an SOS. CONCLUSIONS & FUTURE WORK In this paper, we outline the need for mechanisms to close the interoperability gap between marine sensors and the Sensor Web. We bridge this gap by introducing a Data Management System using PUCK protocol and SID model based on SensorML standard which enables the declarative description of sensor interfaces. Based on the SID model, interpreters can be built, which are independent of particular sensor technology, and are able to automatically generate communication logic to connect sensors to the Sensor Web. The next step on our implementation and development of interoperable technologies in OBSEA observatory is to extend this data acquisition system to IEEE 1451.1 HTTP standard. REFERENCES [1] Arne Broering, Stefan Below, “OpenGIS® Sensor Interface Descriptors”, Open Geospatial Consortium Inc. 2010-06-30, OGC 10-134. [2] George Percivall, Carl Reed "OGC® Sensor Web Enablement Standards", Sensors & Transducers Journal, Vol.71, Issue 9, September 2006, pp.698-706, ISSN 1726- 5479. [3] Joaquín Del Río Fernández, Yves Auffret, Daniel Mihai Toma et al. “Smart sensor interface for sea bottom observatories”, Instrumentation Viewpoint, Num.8, pp96-98, autumn 2009. [4] Kent L. Headley, Thomas C. O’Reilly, et al, “Managing Sensor Network Configuration and Metadata in Ocean Observatories Using Instrument Pucks” Third International Workshop on Scientific Use of Submarine Cables and Related Technologies, 25 27 June 2003. [5] Joaquin del Rio, Tom O'Reilly, Kent Headley, Daniel Mihai Toma, et al, “Evaluation of MBARI PUCK protocol for interoperable ocean observatories”, Instrumentation Viewpoint, Num.8, pp87-91, autumn 2009. [6] Lee, K., “IEEE 1451: A Standard in Support of Smart Transducer Networking”, Proceedings of the 17th IEEE Instrumentation and Measurement Technology Conference, Baltimore, MD, May 1-4, 2000, Vol. 2, p.525-528. [7] Marc Nogueras, Carola Artero, Joquín del Rio, Antoni Mànuel, David Sarrià, "Control and acquisition system design for an Expandable Seafloor Observatory", IEEE OCEANS09, 11-14 May, Bremen, Germany. [8] O'Reilly, T. [et al.], “Instrument interface standards for interoperable ocean sensor networks” MTS/IEEE OCEANS'09 Balancing technology with future needs". Bremen: IEEE Press. Institute of Electrical and Electronics Engineers, 2009, p. 1-10. [9] Bröring, A., S. Below & T. Foerster (2010): Declarative Sensor Interface Descriptors for the Sensor Web. WebMGS 2010: 1st International Workshop on Pervasive Web Mapping, Geoprocessing and Services. ISPRS, 2010, 38. 26.-27. August 2010. Como, Italy. .