SlideShare une entreprise Scribd logo
1  sur  32
Integrating National Tsunami Early
  Warning Systems towards Ocean-Wide
      System-of-Systems Networks




Matthias Lendholt [1], Martin Hammitzsch [1], Miguel A. Esbri [2]
         [1] German Research Centre for Geosciences (GFZ), Germany
                         [2] ATOS Research, Spain
Motivation
•   Increasing number of national tsunami early warning systems (TEWS)
•   Increasing number of Crisis Management Information Systems (CIMS)
•   Research about information systems

Do we design + develop + implement + deploy interoperable information
   systems that are capable of system to system communication?

Or do we create more and more isolated islands?
Overview
•   Introduction
•   Challenge
•   Results
•   Reference implementation
•   Outlook
UNESCO Tsunami Programme
•   UNESCO Intergovernmental Oceanographic Commission (IOC) Tsunami
    Programme:
    o Objective: The IOC Tsunami Programme aims at reducing the loss of lives and
      livehoods that could be produced worldwide by tsunamis.
    o Four Intergovernmental Coordination Groups (ICG) corresponding to the
      regions Pacific, Caribbean, Indian Ocean and Mediterranean have been
      established to address particular regional needs
UNESCO Tsunami Programme

•   Main objective IOC Tsunami Programme: The integration of national TEWS
    to ensure information exchange during tsunami events.
     ICG Implementation plans

•   IOC ICG/IOTWS, 2008: Implementation Plan
     “… the establishment of a coordinated regional warning system for the entire
     Indian Ocean basin, through the establishment of a network of National inter-
     operable Warning Centres.”
ICG Implementation plan
•   Goal: develop systems-of-systems
     o Based on Standard Operating Procedures (SOP)
         • Legal aspects
         • Workflows
     o Standardized ICG warning products (bulletins)
         • Content: What, Where, When
         • Format: Plain ASCII text designed for FAX transmission
         • No protocols, technologies, encodings
     o Standardized ICG spatial reference schemas
         • Coastal Forecast Zones
         • Coastal Forecast Points
ICG/IOTWS Coastal Forecast Zones
•   Coastal Forecast Zones (CFZ) introduced to ensure interoperability
    between TEWS
Challenge
•   Develop a communication model to interlink/integrate national TEWS:
     1.   According to UNESCO IOC guidelines
     2.   Accounting UN International Strategy for Disaster Reduction (ISDR)
          recommendations
     3.   Based on standards of the emergency management domain
     4.   Applying system-of-systems engineering


• Best practices / design philosophy:
     o    Keep it simple
     o    No proprietary technology
     o    Open standards, open source software
Information gathering
 What are the needs and requirements?
 Which information must/must not be shared?
 Which technologies must/must not be used?

•   Experiences from preceding projects
     o GITEWS (German Indonesian Tsunami Early Warning System)
•   Literature work
     o   IOC / ICG guidelines, implementation plans, …
     o   ISDR recommendations
     o   Other TEWS related research
     o   Crisis Information Management Systems (CIMS) in general
•   Survey among experts
     o Questionnaires, Interviews, …
General
 public     Legal Aspects
                §§§




                              Cultural
                            background,
                              capacity
                              building




Operators   Technologies
Identified Workflows
1.   National Centres (NC) share sensor observations
2.   Wide Area Centre (WAC) runs ocean wide tsunami simulation
3.   WAC sends warning messages (IOC bulletins) to NCs




                            Wide Area Centre
National Centres
                         National Centre
National Centre             Thailand
   Sri Lanka




                    National Centre
                         Indonesia
Wide Area Centre Infrastructure
                             National Centre
National Centre                 Thailand
   Sri Lanka




                        National Centre
                             Indonesia
                                               Wide Area Centre
Earthquake Event
                          National Centre
National Centre              Thailand
   Sri Lanka




                     National Centre
                          Indonesia
                                            Wide Area Centre
Observation by NC
                          National Centre
National Centre              Thailand
   Sri Lanka




                     National Centre
                          Indonesia
                                            Wide Area Centre
Dissemination on National Level
                             National Centre
National Centre                 Thailand
   Sri Lanka




                        National Centre
                             Indonesia
                                               Wide Area Centre
Sending observations to WAC
                               National Centre
National Centre                   Thailand
   Sri Lanka




                          National Centre
                               Indonesia
                                                 Wide Area Centre
Forwarding to NCs
                          National Centre
National Centre              Thailand
   Sri Lanka




                     National Centre
                          Indonesia
                                            Wide Area Centre
Running ocean wide tsunami forecast
                     IOC bulletin
                           National Centre
National Centre               Thailand
   Sri Lanka




                      National Centre
                           Indonesia
                                             Wide Area Centre
Delivery of warnings to NCs
                               National Centre
National Centre                   Thailand
   Sri Lanka




                          National Centre
                               Indonesia
                                                 Wide Area Centre
Dissemination on National Level
                             National Centre
National Centre                 Thailand
   Sri Lanka




                        National Centre
                             Indonesia
                                               Wide Area Centre
Information Encoding
1. Sensor Observation exchange
    SWE (Sensor Web Enablement) messages
      • XML
      • OGC (Open Geospatial Consortium) Standard
      • Used by GITEWS and many others sensor related information systems
2. Ocean wide bulletins
    CAP (Common Alerting Protocol)
     • XML
     • OASIS (Organization for the Advancement of Structured Information Standards)
     • Widely used in Canada, US and Australia
3.Envelope / addressing
    EDXL-DE (Emergency Data Exchange Language-Distribution Element)
      • XML
      • OASIS
Example message: EDXL-DE envelope
<EDXLDistribution xmlns='urn:oasis:names:tc:…'>
<distributionID>urn:org:dews_online:WAC.IO:CAP6_1</distributionID>
  <senderID>urn:org:dews_online:WAC.IO</senderID>
  <dateTimeSent>2011-03-10T17:50:28.202+00:00</dateTimeSent>
  <distributionStatus>Actual</distributionStatus>
  <distributionType>Report</distributionType>
  <keyword>
    <valueListUrn>http://www.dews-online.org/urn/c2c</valueListUrn>
    <value>BULLETIN</value>
  </keyword>
  <contentObject>
    <contentDescription>CAP message generated by DEWS WAC.IO</…>
    <incidentID>urn:org:dews_online:WAC.IO:6</incidentID>
    <incidentDescription>Tsunami Warning</incidentDescription>
    <xmlContent>
      <embeddedXMLContent>
        <alert xmlns='urn:oasis:names:tc:emergency:cap:1.1' xmlns:xsi='…'>
          <!-- CAP payload with Tsunami bulletin embedded here-->
        </alert>
      </embeddedXMLContent>
    …
<alert>
  …

 <info>
    <category>Safety</category>
    <event>TsunamiWarning</event>
    <responseType>Shelter</responseType>
    <urgency>Future</urgency>
    <severity>Severe</severity>
    <certainty>Likely</certainty>
    <onset>2011-04-24T21:18:15.015+00:00</onset>
    <senderName>urn:org:fosslab:centre:WAC.IO</senderName>
    <parameter>
      <valueName>MinTimeOfArrival</valueName>
      <value>2011-04-24T21:18:15+0000</value>
    </parameter>
    <parameter>
      <valueName>MaxSeaSurfaceHeight</valueName>
      <value>1.81</value>
    </parameter>
    <area>
      <areaDesc>QUILON</areaDesc>
      <geocode>
         <valueName>EX_BOX_ID</valueName>
         <value>19</value>
      </geocode>
    </area>
  </info>
</alert>
Reference Implementation
•   Messaging:
     o Asynchronous communication
     o Message Oriented Middleware (MOM)
     o Apache Active MQ


•   GUI Client
     o Command and Control User Interface (CCUI)
     o Eclipse Rich Client Platform (programming language: Java)


•   Encodings
     o XML Schema + Java XML Beans
Participation at IOWave 10/2011 in Jakarta
Conclusion
•   Simple and robust communication model
     o   Follows UNESCO IOC/ICG guidelines
     o   Accounts UN/ISDR recommendations
     o   Based on open standards (OGC, OASIS)
     o   Reference implementation
           • Open source MOM
           • Standard compliant (xml schema)
           • Tested/Validated at IOC exercise



•   Deployment is not a technological problem
     o Longsome decision processes on high levels (political processes)
     o Development of information systems not driven by IT experts
Outlook
•   TRIDEC: EU project focussing on TEWS in Mediterranean
     o Project partner: Turkey – system is running there
     o Cooperation with ICG/NEAMTWS
     o Evaluation which countries are interested to participate


•   Indonesia: Evaluation of the system with real data

•   Convince IOC/ICGs to rely on open standards (Cap, EDXL)

•   Long term: official IOC CAP profile for tsunami bulletins
Thank you!
matthias.lendholt@gfz-potsdam.de
www.gfz-potsdam.de




                           Acknowledgements
DEWS project www.dews-online.org
Funded in FP6, 2007-2010

TRIDEC project www.tridec-online.eu
Funded in FP7, 2010-2013

Contenu connexe

En vedette

Tsunami on 26th December,2004 Current National Disaster Management System
Tsunami on 26th December,2004 Current National Disaster Management SystemTsunami on 26th December,2004 Current National Disaster Management System
Tsunami on 26th December,2004 Current National Disaster Management System
Deepa Menon
 
Seminar technical abstract
Seminar technical abstractSeminar technical abstract
Seminar technical abstract
vinitkumar0963
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
upparasuresh
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
s1180052
 
Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...
Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...
Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...
euroFOT
 

En vedette (20)

TSUNAMI EMERGENCY RESPONSE SYSTEM USING GEO-INFORMATION TECHNOLOGY ALONG THE ...
TSUNAMI EMERGENCY RESPONSE SYSTEM USING GEO-INFORMATION TECHNOLOGY ALONG THE ...TSUNAMI EMERGENCY RESPONSE SYSTEM USING GEO-INFORMATION TECHNOLOGY ALONG THE ...
TSUNAMI EMERGENCY RESPONSE SYSTEM USING GEO-INFORMATION TECHNOLOGY ALONG THE ...
 
TSUNAMI EARLY WARNING SYSTEM ALONG THE GUJARAT COAST, INDIA
TSUNAMI EARLY WARNING SYSTEM ALONG THE GUJARAT COAST, INDIATSUNAMI EARLY WARNING SYSTEM ALONG THE GUJARAT COAST, INDIA
TSUNAMI EARLY WARNING SYSTEM ALONG THE GUJARAT COAST, INDIA
 
Tsunami on 26th December,2004 Current National Disaster Management System
Tsunami on 26th December,2004 Current National Disaster Management SystemTsunami on 26th December,2004 Current National Disaster Management System
Tsunami on 26th December,2004 Current National Disaster Management System
 
The TRIDEC system in the NEAMWave12 exercise
The TRIDEC system in the NEAMWave12 exerciseThe TRIDEC system in the NEAMWave12 exercise
The TRIDEC system in the NEAMWave12 exercise
 
The Evolution of Disaster Early Warning Systems in the TRIDEC Project
The Evolution of Disaster Early Warning Systems in the TRIDEC Project The Evolution of Disaster Early Warning Systems in the TRIDEC Project
The Evolution of Disaster Early Warning Systems in the TRIDEC Project
 
Tusanami
TusanamiTusanami
Tusanami
 
Seminar technical abstract
Seminar technical abstractSeminar technical abstract
Seminar technical abstract
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
tsunami warning system (synofsis)
tsunami warning system (synofsis)tsunami warning system (synofsis)
tsunami warning system (synofsis)
 
Tsunami Warning System
Tsunami Warning SystemTsunami Warning System
Tsunami Warning System
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
IOT and smart city in India
IOT and smart city in India IOT and smart city in India
IOT and smart city in India
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Early warning System Disaster Management
Early warning System Disaster ManagementEarly warning System Disaster Management
Early warning System Disaster Management
 
In-House Tips and Tricks: Pubcon 2015
In-House Tips and Tricks: Pubcon 2015In-House Tips and Tricks: Pubcon 2015
In-House Tips and Tricks: Pubcon 2015
 
Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...
Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...
Mohamed Benmimoun, ika, Functions, research-questions, hypothesis defined for...
 
Stockholmscenterns Motioner 2010
Stockholmscenterns Motioner 2010Stockholmscenterns Motioner 2010
Stockholmscenterns Motioner 2010
 

Similaire à ISCRAM 2012 #123

Ssop workshop 08 may 2013 ioc unesco
Ssop workshop 08 may 2013   ioc unescoSsop workshop 08 may 2013   ioc unesco
Ssop workshop 08 may 2013 ioc unesco
ABU_DRRGroup
 
JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...
JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...
JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...
Sarah Currier
 
Infn os summit_2015_v1.0
Infn os summit_2015_v1.0Infn os summit_2015_v1.0
Infn os summit_2015_v1.0
caifti
 

Similaire à ISCRAM 2012 #123 (20)

Ssop workshop 08 may 2013 ioc unesco
Ssop workshop 08 may 2013   ioc unescoSsop workshop 08 may 2013   ioc unesco
Ssop workshop 08 may 2013 ioc unesco
 
Pissierssens - International Oceanographic Data and Information Exchange Pres...
Pissierssens - International Oceanographic Data and Information Exchange Pres...Pissierssens - International Oceanographic Data and Information Exchange Pres...
Pissierssens - International Oceanographic Data and Information Exchange Pres...
 
Engaging the software in research community
Engaging the software in research communityEngaging the software in research community
Engaging the software in research community
 
Collaboration Between Infosec Community and CERT Teams : Project Sonar case
Collaboration Between Infosec Community and CERT Teams : Project Sonar caseCollaboration Between Infosec Community and CERT Teams : Project Sonar case
Collaboration Between Infosec Community and CERT Teams : Project Sonar case
 
Microhub Project Maker | final report
Microhub Project Maker | final reportMicrohub Project Maker | final report
Microhub Project Maker | final report
 
NeCTAR Presentation
NeCTAR PresentationNeCTAR Presentation
NeCTAR Presentation
 
Monitoring indonesia darknets - Revealing the unseen security intrusion
Monitoring indonesia darknets - Revealing the unseen security intrusionMonitoring indonesia darknets - Revealing the unseen security intrusion
Monitoring indonesia darknets - Revealing the unseen security intrusion
 
Cybersecurity response in the Pacific
Cybersecurity response in the PacificCybersecurity response in the Pacific
Cybersecurity response in the Pacific
 
CNCERT Conference 2017: Capacity development in the Asia Pacific
CNCERT Conference 2017: Capacity development in the Asia PacificCNCERT Conference 2017: Capacity development in the Asia Pacific
CNCERT Conference 2017: Capacity development in the Asia Pacific
 
APAN 44: Security outreach at APNIC
APAN 44: Security outreach at APNICAPAN 44: Security outreach at APNIC
APAN 44: Security outreach at APNIC
 
Yi-Lang Tsai - Cyber Security, Threat Hunting and Defence Challenge in Taiwan...
Yi-Lang Tsai - Cyber Security, Threat Hunting and Defence Challenge in Taiwan...Yi-Lang Tsai - Cyber Security, Threat Hunting and Defence Challenge in Taiwan...
Yi-Lang Tsai - Cyber Security, Threat Hunting and Defence Challenge in Taiwan...
 
170131 tryggve-at ssi-biobanks-ap
170131 tryggve-at ssi-biobanks-ap170131 tryggve-at ssi-biobanks-ap
170131 tryggve-at ssi-biobanks-ap
 
NordForsk Open Access Reykjavik 14-15/8-2014:NeIC
NordForsk Open Access Reykjavik 14-15/8-2014:NeICNordForsk Open Access Reykjavik 14-15/8-2014:NeIC
NordForsk Open Access Reykjavik 14-15/8-2014:NeIC
 
EENA 2016 - Alert to citizens in case of disaster (3/3)
EENA 2016 - Alert to citizens in case of disaster (3/3)EENA 2016 - Alert to citizens in case of disaster (3/3)
EENA 2016 - Alert to citizens in case of disaster (3/3)
 
EGIforum-Amsterdam-15-Sep2010
EGIforum-Amsterdam-15-Sep2010EGIforum-Amsterdam-15-Sep2010
EGIforum-Amsterdam-15-Sep2010
 
Charles Lim - Honeynet Indonesia Chapter
Charles Lim - Honeynet Indonesia Chapter Charles Lim - Honeynet Indonesia Chapter
Charles Lim - Honeynet Indonesia Chapter
 
JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...
JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...
JLeRN Experiment Slides for CETIS Conference 2012 Session on The Learning Reg...
 
07 cap standards-n-procedures
07 cap standards-n-procedures07 cap standards-n-procedures
07 cap standards-n-procedures
 
FLOOD PPT 1.pptx
FLOOD PPT 1.pptxFLOOD PPT 1.pptx
FLOOD PPT 1.pptx
 
Infn os summit_2015_v1.0
Infn os summit_2015_v1.0Infn os summit_2015_v1.0
Infn os summit_2015_v1.0
 

Dernier

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
vu2urc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

ISCRAM 2012 #123

  • 1. Integrating National Tsunami Early Warning Systems towards Ocean-Wide System-of-Systems Networks Matthias Lendholt [1], Martin Hammitzsch [1], Miguel A. Esbri [2] [1] German Research Centre for Geosciences (GFZ), Germany [2] ATOS Research, Spain
  • 2. Motivation • Increasing number of national tsunami early warning systems (TEWS) • Increasing number of Crisis Management Information Systems (CIMS) • Research about information systems Do we design + develop + implement + deploy interoperable information systems that are capable of system to system communication? Or do we create more and more isolated islands?
  • 3. Overview • Introduction • Challenge • Results • Reference implementation • Outlook
  • 4. UNESCO Tsunami Programme • UNESCO Intergovernmental Oceanographic Commission (IOC) Tsunami Programme: o Objective: The IOC Tsunami Programme aims at reducing the loss of lives and livehoods that could be produced worldwide by tsunamis. o Four Intergovernmental Coordination Groups (ICG) corresponding to the regions Pacific, Caribbean, Indian Ocean and Mediterranean have been established to address particular regional needs
  • 5. UNESCO Tsunami Programme • Main objective IOC Tsunami Programme: The integration of national TEWS to ensure information exchange during tsunami events.  ICG Implementation plans • IOC ICG/IOTWS, 2008: Implementation Plan “… the establishment of a coordinated regional warning system for the entire Indian Ocean basin, through the establishment of a network of National inter- operable Warning Centres.”
  • 6. ICG Implementation plan • Goal: develop systems-of-systems o Based on Standard Operating Procedures (SOP) • Legal aspects • Workflows o Standardized ICG warning products (bulletins) • Content: What, Where, When • Format: Plain ASCII text designed for FAX transmission • No protocols, technologies, encodings o Standardized ICG spatial reference schemas • Coastal Forecast Zones • Coastal Forecast Points
  • 7. ICG/IOTWS Coastal Forecast Zones • Coastal Forecast Zones (CFZ) introduced to ensure interoperability between TEWS
  • 8. Challenge • Develop a communication model to interlink/integrate national TEWS: 1. According to UNESCO IOC guidelines 2. Accounting UN International Strategy for Disaster Reduction (ISDR) recommendations 3. Based on standards of the emergency management domain 4. Applying system-of-systems engineering • Best practices / design philosophy: o Keep it simple o No proprietary technology o Open standards, open source software
  • 9. Information gathering  What are the needs and requirements?  Which information must/must not be shared?  Which technologies must/must not be used? • Experiences from preceding projects o GITEWS (German Indonesian Tsunami Early Warning System) • Literature work o IOC / ICG guidelines, implementation plans, … o ISDR recommendations o Other TEWS related research o Crisis Information Management Systems (CIMS) in general • Survey among experts o Questionnaires, Interviews, …
  • 10. General public Legal Aspects §§§ Cultural background, capacity building Operators Technologies
  • 11. Identified Workflows 1. National Centres (NC) share sensor observations 2. Wide Area Centre (WAC) runs ocean wide tsunami simulation 3. WAC sends warning messages (IOC bulletins) to NCs Wide Area Centre
  • 12. National Centres National Centre National Centre Thailand Sri Lanka National Centre Indonesia
  • 13. Wide Area Centre Infrastructure National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 14. Earthquake Event National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 15. Observation by NC National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 16. Dissemination on National Level National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 17. Sending observations to WAC National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 18. Forwarding to NCs National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 19. Running ocean wide tsunami forecast  IOC bulletin National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 20. Delivery of warnings to NCs National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 21. Dissemination on National Level National Centre National Centre Thailand Sri Lanka National Centre Indonesia Wide Area Centre
  • 22. Information Encoding 1. Sensor Observation exchange  SWE (Sensor Web Enablement) messages • XML • OGC (Open Geospatial Consortium) Standard • Used by GITEWS and many others sensor related information systems 2. Ocean wide bulletins  CAP (Common Alerting Protocol) • XML • OASIS (Organization for the Advancement of Structured Information Standards) • Widely used in Canada, US and Australia 3.Envelope / addressing  EDXL-DE (Emergency Data Exchange Language-Distribution Element) • XML • OASIS
  • 23. Example message: EDXL-DE envelope <EDXLDistribution xmlns='urn:oasis:names:tc:…'> <distributionID>urn:org:dews_online:WAC.IO:CAP6_1</distributionID> <senderID>urn:org:dews_online:WAC.IO</senderID> <dateTimeSent>2011-03-10T17:50:28.202+00:00</dateTimeSent> <distributionStatus>Actual</distributionStatus> <distributionType>Report</distributionType> <keyword> <valueListUrn>http://www.dews-online.org/urn/c2c</valueListUrn> <value>BULLETIN</value> </keyword> <contentObject> <contentDescription>CAP message generated by DEWS WAC.IO</…> <incidentID>urn:org:dews_online:WAC.IO:6</incidentID> <incidentDescription>Tsunami Warning</incidentDescription> <xmlContent> <embeddedXMLContent> <alert xmlns='urn:oasis:names:tc:emergency:cap:1.1' xmlns:xsi='…'> <!-- CAP payload with Tsunami bulletin embedded here--> </alert> </embeddedXMLContent> …
  • 24. <alert> … <info> <category>Safety</category> <event>TsunamiWarning</event> <responseType>Shelter</responseType> <urgency>Future</urgency> <severity>Severe</severity> <certainty>Likely</certainty> <onset>2011-04-24T21:18:15.015+00:00</onset> <senderName>urn:org:fosslab:centre:WAC.IO</senderName> <parameter> <valueName>MinTimeOfArrival</valueName> <value>2011-04-24T21:18:15+0000</value> </parameter> <parameter> <valueName>MaxSeaSurfaceHeight</valueName> <value>1.81</value> </parameter> <area> <areaDesc>QUILON</areaDesc> <geocode> <valueName>EX_BOX_ID</valueName> <value>19</value> </geocode> </area> </info> </alert>
  • 25. Reference Implementation • Messaging: o Asynchronous communication o Message Oriented Middleware (MOM) o Apache Active MQ • GUI Client o Command and Control User Interface (CCUI) o Eclipse Rich Client Platform (programming language: Java) • Encodings o XML Schema + Java XML Beans
  • 26.
  • 27.
  • 28.
  • 29. Participation at IOWave 10/2011 in Jakarta
  • 30. Conclusion • Simple and robust communication model o Follows UNESCO IOC/ICG guidelines o Accounts UN/ISDR recommendations o Based on open standards (OGC, OASIS) o Reference implementation • Open source MOM • Standard compliant (xml schema) • Tested/Validated at IOC exercise • Deployment is not a technological problem o Longsome decision processes on high levels (political processes) o Development of information systems not driven by IT experts
  • 31. Outlook • TRIDEC: EU project focussing on TEWS in Mediterranean o Project partner: Turkey – system is running there o Cooperation with ICG/NEAMTWS o Evaluation which countries are interested to participate • Indonesia: Evaluation of the system with real data • Convince IOC/ICGs to rely on open standards (Cap, EDXL) • Long term: official IOC CAP profile for tsunami bulletins
  • 32. Thank you! matthias.lendholt@gfz-potsdam.de www.gfz-potsdam.de Acknowledgements DEWS project www.dews-online.org Funded in FP6, 2007-2010 TRIDEC project www.tridec-online.eu Funded in FP7, 2010-2013