SlideShare una empresa de Scribd logo
1 de 15
Descargar para leer sin conexión
March 2010




Real-time Flood Simulation
for Metro Manila and the Philippines




1H.   J. Schick, 2A. Puri, 3A.M.F. Lagmay, 3C.P. David
1 IBM  Germany R&D Lab
2 IBM  India Software Lab
3 National Institute of Geological Sciences, University of the Philippines
                                                                             © 2010 IBM Corporation
Agenda



 Driven by increasing demand of flood level prediction in Metro Manila there is a growing
  interest in an adequate early warning system.


 This presentation will provide an overview and insights into the flood prediction system and
  the real-time flood simulation.


 We first present the flood level simulation of Metro Manila.


 We then describe the architecture of the proof-of-concept in some detail.


 In particular, we discuss the long-term goal by combining several on-the-shelf technologies
  together, analyzing rainfall data from rain gauges and cloud moistures in satellite images to
  finally use a simulation model to predict the flood level.


2                                                                                   © 2010 IBM Corporation
Challenges



 Combine latest flood simulation tools with basic web mapping service applications and
  several on-the-shelf technologies.


 Present the simulation result as hazard map to understand and predict the flood level in
  Metro Manila.


 Do flood level simulation in real-time to alert people before and during an on-going tropical
  storm.




3                                                                                    © 2010 IBM Corporation
Real-time Flood Simulation

        Input Processing                              Flood Simulation                                Output Processing




               Elevation Data



                                                                                                                     Internet
                                                                                                                     Webpage


                Rainfall Data


    •   Digital image processing and           •   NIGS developed a detailed terrain model and        •   Conversion of geospatial vector data
        analysis of satellite photos.              flood routing model of Metro Manila.                   into a XML-based language schema.

    •   Gathering and processing of rainfall   •   Flood Simulation in a flood routing model to       •   Expressing geographic annotations
        data received by rain gauges               illustrate flood hazards, regulating floodplain        and visualization of two-dimensional
                                                   zoning or designing flood mitigation.                  maps.

                                               •   Create and configure “flood simulation” project,
                                                   execute simulation, post-process grid elements
                                                   and topographical data into a max flow depth
                                                   map.
4                                                                                                                             © 2010 IBM Corporation
Real-time Flood Simulation




    •   Low zoom level to reroute emergency rescue teams around flooded areas and     •   High and more detailed zoom level to warn people in which areas the flood might
        improve the planning of disaster preparedness, response and recovery teams.       occur and visualize areas that needs to be evacuated.


5                                                                                                                                                      © 2010 IBM Corporation
Input Processing with Satellite Images



 Step 1: Image Acquisition
    Download satellite images from Tropical Rainfall Measuring Mission (TRMM)1 or Ensemble Tropical Rainfall Potential (eTRAP)2.

 Step 2: Preprocessing
    Processes input data to produce output that is used as input to another program. Operations of preprocessing prepare data for subsequent
    analysis that attempts to correct or compensate systematic image errors.

 Step 3: Segmentation
    Partitioning a digital image into multiple segments to simplify and change the representation of an image into something that is more meaningful
    and easier to analyze.

 Step 4: Representation & Description
    Object has to be represented by its boundary and the object boundary has to be described by its length, orientation number of concavities, etc.

 Step 5: Recognition and Interpretation
    Analyzing cloud moistures to estimate its movement and the amount of possible rainfall.




                                                                                                   1 TRMM:          http://trmm.gsfc.nasa.gov
                                                                                                   2 eTRaP:         http://www.ssd.noaa.gov/PS/TROP/etrap.html



6                                                                                                                                     © 2010 IBM Corporation
Example Satellite Images




7                          © 2010 IBM Corporation
Input Processing of Rainfall Data Received by Rain Gauges



 Step 1: Data Acquisition and Combining
    Request rainfall data from rain gauges installed at cell sites. The request and result will be send via a single SMS messages and will be stored in
    a database.

 Step 2: Data Combining
    Combine former and current rainfall date of several cell sites to create a detailed overview of a certain region in the Philippines (e.g. Metro
    Manila).

 Step 3: Recognition and Interpretation
    Detect amount of rainfall for certain areas and its dedicated grid elements.




8                                                                                                                                        © 2010 IBM Corporation
Flood Simulation




 Tight cooperation with the FLO-2d company to improve the flood simulation model on a
  repeatedly basis.
 Collaboration with the Computer Science department of the University of the Philippines to
  guarantee the technical continuance of the project.
 Developed low-cost rain gauge prototypes and have them already in field test.
 Initial steps with SMART Communication were done to install additional rain gauges on their
  cell sides.




9                                                                                  © 2010 IBM Corporation
Output Processing



 Step 1: Conversion of Coordinate System
     – Convert from grid base Universal Traverse Mercator (UTM) coordinate system into Google Earth internal geographic coordinates (latitude /
       longitude) on the World Geodetic System. The coordinates are stored in a geospatial vector data file, which is produced by the flood simulation
       software .

 Step 2: Polygon Creation Based on Flood Depth
     – Read and create polygons and categorize them according the flood depth in different ranges. Every range will have a specified color depending
       on the specified color scheme.

 Step 3: Encoding of XML Schemas
     – Save all converted coordinates and created polygons in a XML-based language schema. This language scheme will include place marks,
       images, polygons and the corresponding color scheme for expressing the different flood level. The file can be visualized via existing Internet
       based, two-dimensional mapping services, such as Google Earth or Google Maps.

 Step 4: Design a Webpage to Embed XML Schema
     – Design a (dynamic) HTML and Javascript based webpage to embedded the encoded XML Schema. This webpage can be used to reroute
       emergency rescue teams around flooded areas, improve the planning of disaster preparedness, response and recovery teams, as well as it
       warns people in which areas the flood might occur.




10                                                                                                                                    © 2010 IBM Corporation
Proof of Concept and Status



 Input Processing:
     – Prototyping source code available how to do image processing in Java.



 Flood Simulation:
     – Prototyping source code available how to automate the two-dimensional flood routing model software
       FLO-2d.

 Output Processing:
     – ESRI Shapefile to Keyhole Markup Language (KML) conversation program finished. The program
       can convert and generate maximum flood level and hazard maps.
     – Maps were embedded in a static webpage to enable easy access and visualization.

 Training and Capacity Building:
     – Visual Basic for Applications Course to create macros for automating repetitive tasks in in Excel and
       develop simple customer specific programs.
     – Hand-over of prototype implementations and all corresponding examples.


11                                                                                               © 2010 IBM Corporation
Long-term Story



 Use eTRAP and TRMM as rainfall input. Here, clarification is needed if a higher resolution or
  a smaller grid size is available.
 Automate two-dimensional flood routing model software FLO-2d with NEXTRAD ASCII Data
  scheme as input source
 Improve integration of KML files in Google Maps to visualize more geographical elements
  (e.g. place marks, annotations, polygons, etc.)
 Improve overlay function to visualize maximum flood level map, hazard map and interactive
  map in one map and not in individual maps.
 Integrate and develop the functionality to repeatedly collect rainfall data from satellite images
  and rain gauges as simulation input.
 Save all collected rainfall data in a database to reflect the past rainfall condition in Metro
  Manila and the Philippines.




12                                                                                       © 2010 IBM Corporation
Software Requirements

                                               Input Processing                                           Output Processing
                                                      and
                                               Flood Simulation
Data Encoding                    •   Tropical Rainfall Measuring Mission (TRMM)             •   ESRI Shapefile or simply a “shapefile” is a popular
                                 •   Ensemble Tropical Rainfall Potential (eTRAP)               geospatial vector data format for geographic
                                 •   NEXRAD Rainfall Data ASCII Format                          information systems software.
                                                                                            •   Keyhole Markup Language (KML) is a XML-based
                                                                                                language schema for expressing geographic annotation
                                                                                                and visualization on existing or future Internet-based,
                                                                                                two-dimensional maps.
Programming and Scripting        •   Java Development Kit (JDK)                             •   HyperText Markup Language (HTML), is the
Languages                        •   Microsoft Windows Scripting Host (WSH)                     predominant markup language for web pages.
                                                                                            •   JavaScript is an object-oriented scripting language.
                                                                                            •   Java Development Kit (JDK)
                                                                                            •   PHP Hypertext Processor is a widely used, general-
                                                                                                purpose scripting language that was originally designed
                                                                                                for web development to produce dynamic web pages.


Client and Server Applications   •   FLO-2D is a two-dimensional flood routing model        •   Apache HTTP Server is an open-source HTTP server
                                     software to do flood hazard mitigation and planning.       for modern operating systems.
                                                                                            •   MySQL is a relational database management system.
Operating Systems                •   Microsoft Windows XP, 7 or Windows Server 2008         •   Linux
                                     R2 Standard.
Application Programming          •   Not Applicable                                         •   Google Maps is as a basic web mapping service
Interface                                                                                       application.
                                                                                            •   GeoTools is a open source Java geographic
                                                                                                information system toolkit.
                                                                                            •   JTS Topology Suite is providing spatial object model
                                                                                                and fundamental geometric functions.

13                                                                                                                                   © 2010 IBM Corporation
Hardware Requirements



                                                         Input Processing                                                   Output Processing
                                                                and
                                                         Flood Simulation
Basic System Configuration               x3650 M2                                                                x3650 M2
                                         • Xeon 4C E5506 80W 2.13GHz/800MHz/4MB L3                               • Xeon 4C E5506 80W 2.13GHz/800MHz/4MB L3
                                         • 2x2GB                                                                 • 2x2GB
                                         • O/Bay 2.5in HS SAS                                                    • O/Bay 2.5in HS SAS
                                         • SR BR10i                                                              • SR BR10i
                                         • Multi-Burner                                                          • Multi-Burner
                                         • 675W p/s                                                              • 675W p/s
Additional Processor                     + Intel Xeon 4C Processor Model E5506 80W
                                           2.13GHz/800MHz/4MB L3
Additional Memory                        + 2GB (1x2GB) Dual Rank x8 PC3-10600 CL9 ECC                            + 2GB (1x2GB) Dual Rank x8 PC3-10600 CL9 ECC
                                           DDR3-1333 LP RDIMM                                                      DDR3-1333 LP RDIMM
Storage                                  + ServeRAID-MR10i SAS/SATA Controller                                   + ServeRAID-MR10i SAS/SATA Controller
                                         + IBM 146GB 2.5in SFF Slim-HS 10K 6Gbps SAS                             + IBM 160GB 2.5in SFF Slim-HS 7.2K NL SATA HDD
                                           HDD
Additional Power Supply                  + Redundant 675W Power supply                                           + Redundant 675W Power supply

Operating System                         + Windows Server 2008 R2 Standard (1-4 CPU, 5
                                           CAL) ROK - ML (BR,EN,FR,SP)
Note: The system configuration above is an initial example needed by the long-term flood simulation implementation.




14                                                                                                                                                 © 2010 IBM Corporation
Thank you very much for your attention.
15                                       © 2010 IBM Corporation

Más contenido relacionado

Destacado

Vulnerability and flooding in manila
Vulnerability and flooding in manilaVulnerability and flooding in manila
Vulnerability and flooding in manilaTom McLean
 
FLOODING HAZARDS, PREDICTION & MITIGATION
FLOODING HAZARDS, PREDICTION & MITIGATIONFLOODING HAZARDS, PREDICTION & MITIGATION
FLOODING HAZARDS, PREDICTION & MITIGATIONArmstrong Sompotan
 
Typhoons in the philippines
Typhoons in the philippinesTyphoons in the philippines
Typhoons in the philippinesJohn Rovy LuCena
 
12 The Flood
12 The Flood12 The Flood
12 The FloodMaranata
 
ARMM (Autonomous Region in Muslim Mindanao)
ARMM (Autonomous Region in Muslim Mindanao)ARMM (Autonomous Region in Muslim Mindanao)
ARMM (Autonomous Region in Muslim Mindanao)Alkhalif Amberol
 
Typhoons in The Philippines
Typhoons in The PhilippinesTyphoons in The Philippines
Typhoons in The Philippinesjaymz0949
 
Understanding typhoons
Understanding typhoonsUnderstanding typhoons
Understanding typhoonsMarni Bunda
 
ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)
ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)
ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)Conchita Icarangal
 
The worst thyphoon in the philippines(original)
The worst thyphoon in the philippines(original)The worst thyphoon in the philippines(original)
The worst thyphoon in the philippines(original)Yugi Javier
 
Case study of Uttarakhand Flood Disaster 2013 - by Narendra Yadav
Case study of Uttarakhand Flood Disaster 2013 - by Narendra YadavCase study of Uttarakhand Flood Disaster 2013 - by Narendra Yadav
Case study of Uttarakhand Flood Disaster 2013 - by Narendra YadavNarendra Yadav
 

Destacado (14)

Koppu typhon
Koppu typhonKoppu typhon
Koppu typhon
 
Vulnerability and flooding in manila
Vulnerability and flooding in manilaVulnerability and flooding in manila
Vulnerability and flooding in manila
 
FLOODING HAZARDS, PREDICTION & MITIGATION
FLOODING HAZARDS, PREDICTION & MITIGATIONFLOODING HAZARDS, PREDICTION & MITIGATION
FLOODING HAZARDS, PREDICTION & MITIGATION
 
Typhoons in the philippines
Typhoons in the philippinesTyphoons in the philippines
Typhoons in the philippines
 
12 The Flood
12 The Flood12 The Flood
12 The Flood
 
ARMM (Autonomous Region in Muslim Mindanao)
ARMM (Autonomous Region in Muslim Mindanao)ARMM (Autonomous Region in Muslim Mindanao)
ARMM (Autonomous Region in Muslim Mindanao)
 
Typhoons in The Philippines
Typhoons in The PhilippinesTyphoons in The Philippines
Typhoons in The Philippines
 
Understanding typhoons
Understanding typhoonsUnderstanding typhoons
Understanding typhoons
 
Region xiii (caraga)
Region xiii (caraga)Region xiii (caraga)
Region xiii (caraga)
 
Flood ppt
Flood pptFlood ppt
Flood ppt
 
ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)
ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)
ARMM (AUTONOMOUS REGION IN MUSLIM MINDANAO)
 
Floods
FloodsFloods
Floods
 
The worst thyphoon in the philippines(original)
The worst thyphoon in the philippines(original)The worst thyphoon in the philippines(original)
The worst thyphoon in the philippines(original)
 
Case study of Uttarakhand Flood Disaster 2013 - by Narendra Yadav
Case study of Uttarakhand Flood Disaster 2013 - by Narendra YadavCase study of Uttarakhand Flood Disaster 2013 - by Narendra Yadav
Case study of Uttarakhand Flood Disaster 2013 - by Narendra Yadav
 

Similar a Real time Flood Simulation for Metro Manila and the Philippines

FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...IMGS
 
FME Stories From Around the World
FME Stories From Around the WorldFME Stories From Around the World
FME Stories From Around the WorldSafe Software
 
FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...
FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...
FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...IMGS
 
Presentation on Disaster Management Information System by Le Minh Ba - NDMP
Presentation on Disaster Management Information System by Le Minh Ba - NDMPPresentation on Disaster Management Information System by Le Minh Ba - NDMP
Presentation on Disaster Management Information System by Le Minh Ba - NDMPict4devwg
 
GIS Services development using CloudEO platform data and Tools
GIS Services development using CloudEO platform data and ToolsGIS Services development using CloudEO platform data and Tools
GIS Services development using CloudEO platform data and ToolsDavid Eliseo Martinez Castellanos
 
Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...
Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...
Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...Dr. Amarjeet Singh
 
Digital Image Watermarking Basics
Digital Image Watermarking BasicsDigital Image Watermarking Basics
Digital Image Watermarking BasicsIOSR Journals
 
System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...
System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...
System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...Reza Nourjou, Ph.D.
 
Timmons Group ArcGIS Explorer Emergency Operations Solution
Timmons Group ArcGIS Explorer Emergency Operations SolutionTimmons Group ArcGIS Explorer Emergency Operations Solution
Timmons Group ArcGIS Explorer Emergency Operations SolutionTimmons Group
 
Flood and rainfall predction final
Flood and rainfall predction finalFlood and rainfall predction final
Flood and rainfall predction finalCity University
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...HarshitParkar6677
 
Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...
Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...
Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...IRJET Journal
 
Fog computing and internet of things
Fog computing and internet of thingsFog computing and internet of things
Fog computing and internet of thingsRahul Yadav
 
Fog Computing and Its Role in the Internet of Things
Fog Computing and Its Role in the Internet of ThingsFog Computing and Its Role in the Internet of Things
Fog Computing and Its Role in the Internet of ThingsHarshitParkar6677
 
VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...
VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...
VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...Keshav Vaswani
 

Similar a Real time Flood Simulation for Metro Manila and the Philippines (20)

FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
 
FME Stories From Around the World
FME Stories From Around the WorldFME Stories From Around the World
FME Stories From Around the World
 
FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...
FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...
FME Around the World (FME Trek, Part 2): Ciaran Kirk - Safe Software FME Worl...
 
Presentation on Disaster Management Information System by Le Minh Ba - NDMP
Presentation on Disaster Management Information System by Le Minh Ba - NDMPPresentation on Disaster Management Information System by Le Minh Ba - NDMP
Presentation on Disaster Management Information System by Le Minh Ba - NDMP
 
GIS Services development using CloudEO platform data and Tools
GIS Services development using CloudEO platform data and ToolsGIS Services development using CloudEO platform data and Tools
GIS Services development using CloudEO platform data and Tools
 
Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...
Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...
Complexity Neural Networks for Estimating Flood Process in Internet-of-Things...
 
Hawaii Pacific GIS Conference 2012: Application Development - A Global 3D/4D ...
Hawaii Pacific GIS Conference 2012: Application Development - A Global 3D/4D ...Hawaii Pacific GIS Conference 2012: Application Development - A Global 3D/4D ...
Hawaii Pacific GIS Conference 2012: Application Development - A Global 3D/4D ...
 
Digital Image Watermarking Basics
Digital Image Watermarking BasicsDigital Image Watermarking Basics
Digital Image Watermarking Basics
 
System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...
System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...
System Architecture of Cloud-based Web GIS for Real-Time Macroeconomic Loss E...
 
Timmons Group ArcGIS Explorer Emergency Operations Solution
Timmons Group ArcGIS Explorer Emergency Operations SolutionTimmons Group ArcGIS Explorer Emergency Operations Solution
Timmons Group ArcGIS Explorer Emergency Operations Solution
 
Flood and rainfall predction final
Flood and rainfall predction finalFlood and rainfall predction final
Flood and rainfall predction final
 
Open911
Open911Open911
Open911
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
 
Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...
Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...
Assessment to Delegate the Task to Cloud for Increasing Energy Efficiency of ...
 
fog computing
fog computingfog computing
fog computing
 
Fog computing and internet of things
Fog computing and internet of thingsFog computing and internet of things
Fog computing and internet of things
 
Fog Computing and Its Role in the Internet of Things
Fog Computing and Its Role in the Internet of ThingsFog Computing and Its Role in the Internet of Things
Fog Computing and Its Role in the Internet of Things
 
VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...
VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...
VSP: A Virtual Smartphone Platform to Enhance the Capability of Physical Smar...
 
Seismotech_2020_eng
Seismotech_2020_engSeismotech_2020_eng
Seismotech_2020_eng
 

Más de Heiko Joerg Schick

Da Vinci - A scaleable architecture for neural network computing (updated v4)
Da Vinci - A scaleable architecture for neural network computing (updated v4)Da Vinci - A scaleable architecture for neural network computing (updated v4)
Da Vinci - A scaleable architecture for neural network computing (updated v4)Heiko Joerg Schick
 
Huawei empowers healthcare industry with AI technology
Huawei empowers healthcare industry with AI technologyHuawei empowers healthcare industry with AI technology
Huawei empowers healthcare industry with AI technologyHeiko Joerg Schick
 
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...Heiko Joerg Schick
 
The Smarter Car for Autonomous Driving
 The Smarter Car for Autonomous Driving The Smarter Car for Autonomous Driving
The Smarter Car for Autonomous DrivingHeiko Joerg Schick
 
From edge computing to in-car computing
From edge computing to in-car computingFrom edge computing to in-car computing
From edge computing to in-car computingHeiko Joerg Schick
 
Need and value for various levels of autonomous driving
Need and value for various levels of autonomous drivingNeed and value for various levels of autonomous driving
Need and value for various levels of autonomous drivingHeiko Joerg Schick
 
Petascale Analytics - The World of Big Data Requires Big Analytics
Petascale Analytics - The World of Big Data Requires Big AnalyticsPetascale Analytics - The World of Big Data Requires Big Analytics
Petascale Analytics - The World of Big Data Requires Big AnalyticsHeiko Joerg Schick
 
Experiences in Application Specific Supercomputer Design - Reasons, Challenge...
Experiences in Application Specific Supercomputer Design - Reasons, Challenge...Experiences in Application Specific Supercomputer Design - Reasons, Challenge...
Experiences in Application Specific Supercomputer Design - Reasons, Challenge...Heiko Joerg Schick
 
Run-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFS
Run-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFSRun-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFS
Run-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFSHeiko Joerg Schick
 
Browser and Management App for Google's Person Finder
Browser and Management App for Google's Person FinderBrowser and Management App for Google's Person Finder
Browser and Management App for Google's Person FinderHeiko Joerg Schick
 
High Performance Computing - Challenges on the Road to Exascale Computing
High Performance Computing - Challenges on the Road to Exascale ComputingHigh Performance Computing - Challenges on the Road to Exascale Computing
High Performance Computing - Challenges on the Road to Exascale ComputingHeiko Joerg Schick
 
IBM Corporate Service Corps - Helping Create Interactive Flood Maps
IBM Corporate Service Corps - Helping Create Interactive Flood MapsIBM Corporate Service Corps - Helping Create Interactive Flood Maps
IBM Corporate Service Corps - Helping Create Interactive Flood MapsHeiko Joerg Schick
 
directCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI ExpressdirectCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI ExpressHeiko Joerg Schick
 
QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)Heiko Joerg Schick
 
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)Heiko Joerg Schick
 

Más de Heiko Joerg Schick (19)

Da Vinci - A scaleable architecture for neural network computing (updated v4)
Da Vinci - A scaleable architecture for neural network computing (updated v4)Da Vinci - A scaleable architecture for neural network computing (updated v4)
Da Vinci - A scaleable architecture for neural network computing (updated v4)
 
Huawei empowers healthcare industry with AI technology
Huawei empowers healthcare industry with AI technologyHuawei empowers healthcare industry with AI technology
Huawei empowers healthcare industry with AI technology
 
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
 
The Smarter Car for Autonomous Driving
 The Smarter Car for Autonomous Driving The Smarter Car for Autonomous Driving
The Smarter Car for Autonomous Driving
 
From edge computing to in-car computing
From edge computing to in-car computingFrom edge computing to in-car computing
From edge computing to in-car computing
 
Need and value for various levels of autonomous driving
Need and value for various levels of autonomous drivingNeed and value for various levels of autonomous driving
Need and value for various levels of autonomous driving
 
Petascale Analytics - The World of Big Data Requires Big Analytics
Petascale Analytics - The World of Big Data Requires Big AnalyticsPetascale Analytics - The World of Big Data Requires Big Analytics
Petascale Analytics - The World of Big Data Requires Big Analytics
 
Experiences in Application Specific Supercomputer Design - Reasons, Challenge...
Experiences in Application Specific Supercomputer Design - Reasons, Challenge...Experiences in Application Specific Supercomputer Design - Reasons, Challenge...
Experiences in Application Specific Supercomputer Design - Reasons, Challenge...
 
Run-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFS
Run-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFSRun-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFS
Run-Time Reconfiguration for HyperTransport coupled FPGAs using ACCFS
 
Blue Gene Active Storage
Blue Gene Active StorageBlue Gene Active Storage
Blue Gene Active Storage
 
Browser and Management App for Google's Person Finder
Browser and Management App for Google's Person FinderBrowser and Management App for Google's Person Finder
Browser and Management App for Google's Person Finder
 
High Performance Computing - Challenges on the Road to Exascale Computing
High Performance Computing - Challenges on the Road to Exascale ComputingHigh Performance Computing - Challenges on the Road to Exascale Computing
High Performance Computing - Challenges on the Road to Exascale Computing
 
IBM Corporate Service Corps - Helping Create Interactive Flood Maps
IBM Corporate Service Corps - Helping Create Interactive Flood MapsIBM Corporate Service Corps - Helping Create Interactive Flood Maps
IBM Corporate Service Corps - Helping Create Interactive Flood Maps
 
Slimline Open Firmware
Slimline Open FirmwareSlimline Open Firmware
Slimline Open Firmware
 
Agnostic Device Drivers
Agnostic Device DriversAgnostic Device Drivers
Agnostic Device Drivers
 
The Cell Processor
The Cell ProcessorThe Cell Processor
The Cell Processor
 
directCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI ExpressdirectCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI Express
 
QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
 
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
 

Último

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
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
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.pptxHampshireHUG
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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 productivityPrincipled Technologies
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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)wesley chun
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
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
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Último (20)

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
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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)
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Real time Flood Simulation for Metro Manila and the Philippines

  • 1. March 2010 Real-time Flood Simulation for Metro Manila and the Philippines 1H. J. Schick, 2A. Puri, 3A.M.F. Lagmay, 3C.P. David 1 IBM Germany R&D Lab 2 IBM India Software Lab 3 National Institute of Geological Sciences, University of the Philippines © 2010 IBM Corporation
  • 2. Agenda  Driven by increasing demand of flood level prediction in Metro Manila there is a growing interest in an adequate early warning system.  This presentation will provide an overview and insights into the flood prediction system and the real-time flood simulation.  We first present the flood level simulation of Metro Manila.  We then describe the architecture of the proof-of-concept in some detail.  In particular, we discuss the long-term goal by combining several on-the-shelf technologies together, analyzing rainfall data from rain gauges and cloud moistures in satellite images to finally use a simulation model to predict the flood level. 2 © 2010 IBM Corporation
  • 3. Challenges  Combine latest flood simulation tools with basic web mapping service applications and several on-the-shelf technologies.  Present the simulation result as hazard map to understand and predict the flood level in Metro Manila.  Do flood level simulation in real-time to alert people before and during an on-going tropical storm. 3 © 2010 IBM Corporation
  • 4. Real-time Flood Simulation Input Processing Flood Simulation Output Processing Elevation Data Internet Webpage Rainfall Data • Digital image processing and • NIGS developed a detailed terrain model and • Conversion of geospatial vector data analysis of satellite photos. flood routing model of Metro Manila. into a XML-based language schema. • Gathering and processing of rainfall • Flood Simulation in a flood routing model to • Expressing geographic annotations data received by rain gauges illustrate flood hazards, regulating floodplain and visualization of two-dimensional zoning or designing flood mitigation. maps. • Create and configure “flood simulation” project, execute simulation, post-process grid elements and topographical data into a max flow depth map. 4 © 2010 IBM Corporation
  • 5. Real-time Flood Simulation • Low zoom level to reroute emergency rescue teams around flooded areas and • High and more detailed zoom level to warn people in which areas the flood might improve the planning of disaster preparedness, response and recovery teams. occur and visualize areas that needs to be evacuated. 5 © 2010 IBM Corporation
  • 6. Input Processing with Satellite Images  Step 1: Image Acquisition Download satellite images from Tropical Rainfall Measuring Mission (TRMM)1 or Ensemble Tropical Rainfall Potential (eTRAP)2.  Step 2: Preprocessing Processes input data to produce output that is used as input to another program. Operations of preprocessing prepare data for subsequent analysis that attempts to correct or compensate systematic image errors.  Step 3: Segmentation Partitioning a digital image into multiple segments to simplify and change the representation of an image into something that is more meaningful and easier to analyze.  Step 4: Representation & Description Object has to be represented by its boundary and the object boundary has to be described by its length, orientation number of concavities, etc.  Step 5: Recognition and Interpretation Analyzing cloud moistures to estimate its movement and the amount of possible rainfall. 1 TRMM: http://trmm.gsfc.nasa.gov 2 eTRaP: http://www.ssd.noaa.gov/PS/TROP/etrap.html 6 © 2010 IBM Corporation
  • 7. Example Satellite Images 7 © 2010 IBM Corporation
  • 8. Input Processing of Rainfall Data Received by Rain Gauges  Step 1: Data Acquisition and Combining Request rainfall data from rain gauges installed at cell sites. The request and result will be send via a single SMS messages and will be stored in a database.  Step 2: Data Combining Combine former and current rainfall date of several cell sites to create a detailed overview of a certain region in the Philippines (e.g. Metro Manila).  Step 3: Recognition and Interpretation Detect amount of rainfall for certain areas and its dedicated grid elements. 8 © 2010 IBM Corporation
  • 9. Flood Simulation  Tight cooperation with the FLO-2d company to improve the flood simulation model on a repeatedly basis.  Collaboration with the Computer Science department of the University of the Philippines to guarantee the technical continuance of the project.  Developed low-cost rain gauge prototypes and have them already in field test.  Initial steps with SMART Communication were done to install additional rain gauges on their cell sides. 9 © 2010 IBM Corporation
  • 10. Output Processing  Step 1: Conversion of Coordinate System – Convert from grid base Universal Traverse Mercator (UTM) coordinate system into Google Earth internal geographic coordinates (latitude / longitude) on the World Geodetic System. The coordinates are stored in a geospatial vector data file, which is produced by the flood simulation software .  Step 2: Polygon Creation Based on Flood Depth – Read and create polygons and categorize them according the flood depth in different ranges. Every range will have a specified color depending on the specified color scheme.  Step 3: Encoding of XML Schemas – Save all converted coordinates and created polygons in a XML-based language schema. This language scheme will include place marks, images, polygons and the corresponding color scheme for expressing the different flood level. The file can be visualized via existing Internet based, two-dimensional mapping services, such as Google Earth or Google Maps.  Step 4: Design a Webpage to Embed XML Schema – Design a (dynamic) HTML and Javascript based webpage to embedded the encoded XML Schema. This webpage can be used to reroute emergency rescue teams around flooded areas, improve the planning of disaster preparedness, response and recovery teams, as well as it warns people in which areas the flood might occur. 10 © 2010 IBM Corporation
  • 11. Proof of Concept and Status  Input Processing: – Prototyping source code available how to do image processing in Java.  Flood Simulation: – Prototyping source code available how to automate the two-dimensional flood routing model software FLO-2d.  Output Processing: – ESRI Shapefile to Keyhole Markup Language (KML) conversation program finished. The program can convert and generate maximum flood level and hazard maps. – Maps were embedded in a static webpage to enable easy access and visualization.  Training and Capacity Building: – Visual Basic for Applications Course to create macros for automating repetitive tasks in in Excel and develop simple customer specific programs. – Hand-over of prototype implementations and all corresponding examples. 11 © 2010 IBM Corporation
  • 12. Long-term Story  Use eTRAP and TRMM as rainfall input. Here, clarification is needed if a higher resolution or a smaller grid size is available.  Automate two-dimensional flood routing model software FLO-2d with NEXTRAD ASCII Data scheme as input source  Improve integration of KML files in Google Maps to visualize more geographical elements (e.g. place marks, annotations, polygons, etc.)  Improve overlay function to visualize maximum flood level map, hazard map and interactive map in one map and not in individual maps.  Integrate and develop the functionality to repeatedly collect rainfall data from satellite images and rain gauges as simulation input.  Save all collected rainfall data in a database to reflect the past rainfall condition in Metro Manila and the Philippines. 12 © 2010 IBM Corporation
  • 13. Software Requirements Input Processing Output Processing and Flood Simulation Data Encoding • Tropical Rainfall Measuring Mission (TRMM) • ESRI Shapefile or simply a “shapefile” is a popular • Ensemble Tropical Rainfall Potential (eTRAP) geospatial vector data format for geographic • NEXRAD Rainfall Data ASCII Format information systems software. • Keyhole Markup Language (KML) is a XML-based language schema for expressing geographic annotation and visualization on existing or future Internet-based, two-dimensional maps. Programming and Scripting • Java Development Kit (JDK) • HyperText Markup Language (HTML), is the Languages • Microsoft Windows Scripting Host (WSH) predominant markup language for web pages. • JavaScript is an object-oriented scripting language. • Java Development Kit (JDK) • PHP Hypertext Processor is a widely used, general- purpose scripting language that was originally designed for web development to produce dynamic web pages. Client and Server Applications • FLO-2D is a two-dimensional flood routing model • Apache HTTP Server is an open-source HTTP server software to do flood hazard mitigation and planning. for modern operating systems. • MySQL is a relational database management system. Operating Systems • Microsoft Windows XP, 7 or Windows Server 2008 • Linux R2 Standard. Application Programming • Not Applicable • Google Maps is as a basic web mapping service Interface application. • GeoTools is a open source Java geographic information system toolkit. • JTS Topology Suite is providing spatial object model and fundamental geometric functions. 13 © 2010 IBM Corporation
  • 14. Hardware Requirements Input Processing Output Processing and Flood Simulation Basic System Configuration x3650 M2 x3650 M2 • Xeon 4C E5506 80W 2.13GHz/800MHz/4MB L3 • Xeon 4C E5506 80W 2.13GHz/800MHz/4MB L3 • 2x2GB • 2x2GB • O/Bay 2.5in HS SAS • O/Bay 2.5in HS SAS • SR BR10i • SR BR10i • Multi-Burner • Multi-Burner • 675W p/s • 675W p/s Additional Processor + Intel Xeon 4C Processor Model E5506 80W 2.13GHz/800MHz/4MB L3 Additional Memory + 2GB (1x2GB) Dual Rank x8 PC3-10600 CL9 ECC + 2GB (1x2GB) Dual Rank x8 PC3-10600 CL9 ECC DDR3-1333 LP RDIMM DDR3-1333 LP RDIMM Storage + ServeRAID-MR10i SAS/SATA Controller + ServeRAID-MR10i SAS/SATA Controller + IBM 146GB 2.5in SFF Slim-HS 10K 6Gbps SAS + IBM 160GB 2.5in SFF Slim-HS 7.2K NL SATA HDD HDD Additional Power Supply + Redundant 675W Power supply + Redundant 675W Power supply Operating System + Windows Server 2008 R2 Standard (1-4 CPU, 5 CAL) ROK - ML (BR,EN,FR,SP) Note: The system configuration above is an initial example needed by the long-term flood simulation implementation. 14 © 2010 IBM Corporation
  • 15. Thank you very much for your attention. 15 © 2010 IBM Corporation