SlideShare a Scribd company logo
1 of 1
Download to read offline
New Information system for enhancing climate and water governance:
enhanced functionality and capability of web-based service
R. de Wit a, ♣
, J. Lam b
, W. Jeon b
, C. Pranoto b
, R. Ramesh Chithra b
, D-L. Joseph b
, A. Charles a
, A. Bauers b
and Y. Kuleshov a, b
a
National Climate Centre, Bureau of Meteorology, Melbourne, Australia
b
Royal Melbourne Institute of Technology (RMIT) University, Melbourne, Australia
♣
Corresponding author address: Roald de Wit, GPO Box 1289, Melbourne, Victoria 3001, Australia.
E-mail: R.deWit@bom.gov.au
Abstract
The Enhanced functionality and capability of web-based information systems is critical for enhancing
climate, environment and water governance. Particularly, flexibility in various options for spatial and
temporal selection of information is of high importance. Tropical cyclones are the most destructive weather
systems that impact on Australia and countries in the Pacific and Indian Oceans. Historically tropical
cyclones have had major impacts on agriculture, water supplies, safety and economic well being, and in
extreme cases threatened the sustainability of countries. Improved data availability for historical cyclones
through the Tropical Cyclone Data Portal with enhanced functionality and capability to display historical
cyclone information in the Pacific and Indian Oceans, including the Australian region is undertaken in the
Pacific-Australia Climate Change Science and Adaptation Planning program (PACCSAP). Through a
collaborative project between the Bureau of Meteorology and the School of Computer Science and
Information Technology at RMIT University we have improved functionality of the tropical cyclone data
portal with the ability to draw any region of interest on the map and search for cyclones within that region,
whilst focusing on maintaining a consistent and intuitive user interface.
Keywords: Tropical Cyclones, web-based information service
Drawing can be done by subsequently clicking in different parts of the map as described in Figure 5. A
user can create as many points as desired. Once the desired contour is created, the user can end the
drawing mode by either double clicking the last point on the map or, even simpler, hitting the <Esc> key to
complete the drawing process (Figure 6). The research discussed in this paper was conducted with the support of the Pacific Climate Change Science Program
(PCCSP), which is supported by the Australia Agency for International Development, in collaboration with the Department
of Climate Change and Energy Efficiency, and delivered by the Bureau of Meteorology and the Commonwealth Scientific
and Industrial Research Organisation (CSIRO). Authors are thankful to colleagues from the National Meteorological
Services of 14 Pacific Island countries and Timor Leste for their useful comments and suggestions on the development of
the portal’s features provided during the PCCSP training workshops and in-country visits.
Enhanced functionality and capability of web-based information systems is critical for enhancing climate,
environment and water governance. Particularly, flexibility in various options for spatial and temporal
selection of information is of high importance. Through a collaborative project between the Bureau of
Meteorology (BoM) and the School of Computer Science and Information Technology at RMIT University
we have improved functionality of the tropical cyclone data portal with the ability to draw any region of
interest on the map and search for cyclones within that region, whilst focusing on maintaining a consistent
and intuitive user interface. As part of the Pacific Climate Change Science Program (PCCSP), the Bureau
of Meteorology (BoM) has developed a Tropical Cyclone Historical Data Portal (Figure 1) available from
the Bureau’s web site http://www.bom.gov.au/cyclone/history/tracks/ (Kuleshov et al., 2012b) that aims to
improve the understanding of tropical cyclones.
Under the supervision of the BoM, a team of students from the Department of Computer Science and
Information Technology at the RMIT University (Figure 2) have participated in a project called “Advanced
Spatial Searches for Tropical Cyclone Tracks in a Web Based Environment” to further advance and
extend the portal’s functionality.
After the area of interest has been drawn and the user has clicked on the ‘Show Tracks’ button, the
tracks that cross the selected area will be retrieved and can subsequently be analysed as shown in
Figure 9.
Acknowledgement
Figure 1: Initial view of the Pacific Tropical Cyclone Data
Portal.
Introduction
Main features of the enhanced spatial selection - continued
Main features of the enhanced spatial selection
Flexibility in spatial selection is implemented in the portal through various options for drawing of area of
interest. A user can select a location and find cyclone tracks within a certain radius from that location. The
newly added option allows the user to draw a contour of any shape, modify it and then apply spatial
analysis.
Creating a drawing is as simple as selecting the ‘Filter by Drawing’ option (Figure 3) and starting to draw
on the map.
The main improvement has been the addition of functionality where the user can draw a region of interest
and find and analyse past tropical cyclone tracks within that region. Users can select specific area of
interest (any area of a regular or irregular shape) and analyse tropical cyclone data over the selected
number of seasons. This capability in enhanced spatial selection of information opens up new possibilities
for interactive web-based applications for data visualisation and analysis, delivering forecasts and other
products to users of the Bureau's climate and water services.
Flexibility in spatial selection is implemented in the portal through various options for drawing of area of
interest. A user can select a location and find cyclone tracks within a certain radius from that location. The
newly added option allows the user to draw a contour of any shape, modify it and then apply spatial
analysis.
After a drawing has been completed, adjustments and refinements can be made. In Figure 7, an example
of the changed user interface for a drawing that can be changed is given. The circles with a solid outline
depict the current endpoints of the vertices. They can be dragged in any direction to adjust the drawing in
order to achieve the desirable modification. The more transparent circles allow for the creation of new
vertices, adding more detail to the drawing.
Technically it is possible to add features like moving, resizing or rotating the drawing – these options may
be considered for possible implementation of drawing the area of interest in subsequent projects.
The developed application allows for a more fine-grained spatial analysis: the user can enable a free-hand
drawing mode to create a contour (Figure 8). This can be achieved by keeping the <Shift>-key and left
mouse button pressed whilst dragging the mouse over the map. This option for spatial selection is
particularly useful for examining tropical cyclone occurrences in territorial waters of Partner Courtiers – in
their Exclusive Economic Zones.
Figure 3: Selection of “Filter
by Drawing: option
Figure 2. The RMIT Tropical Cyclone
project team.
Figure 4: Helpful suggestions
are displayed when drawing
Figure 5: Drawing in
process
Figure 6: Complete
drawing
Figure 7: A drawing
that can be modified
Figure 8: Example
of freehand drawing
The focus of the project was on the developing advanced functionality for spatial selection of tropical
cyclones as described above. In addition, the team put significant efforts to make the portal user friendly.
Great care has been taken into keeping the user interface and workings of the portal intuitive and easy to
use. Different user interface options have been explored and trialled with volunteers. These range from
experiments with using help popup windows to notifications in the map area to the final context
dependent help information in the side column.
Possible interactions between different options needed to be investigated and solved as well. What to do
when the user switches from the drawing option to the ‘Filter by Location’ option and back? Should the
drawing disappear and subsequently reappear? What if the drawing is out of sight? In the latter case, the
application will automatically show an option to bring the drawing back into view.
The technical implementation of the enhanced spatial selection functionality was based on the most up
to date software developments. The application makes use of open geospatial standards for querying the
tropical cyclone data service. The main protocol that is being used is called OGC Web Feature Service
(WFS). It allows for creating requests that limit the results by certain attribute values (like ‘season’) as
well as spatial filters where only results that are contained by the drawn region will be returned.
The application itself is mostly written in JavaScript and runs in every modern browser without the need
of any plugins. For the mapping component we have used OpenLayers library. This powerful JavaScript
library allows for combining different spatial data sources into a dynamic map interface where the user
can pan and zoom intuitively and quickly.
As the result of this project, significant advancement in the tropical cyclone portal’s functionality has been
achieved. The free hand drawing concept of spatial selection was discussed at the workshop conducted
in Vanuatu in September 2011 and was approved by participants from the Pacific Partner Countries.
Further suggestions about improved functionality in terms of flexible temporal selection were obtained
from the participants. The BoM-RMIT team is planning to work on their development in 2012-13 under
the PACCSAP program.
Figure 9: Example
of analysis of
selected track

More Related Content

What's hot

09155183 d essay
09155183 d essay09155183 d essay
09155183 d essay
lsgi4321
 
Gis Applications Presentation
Gis Applications PresentationGis Applications Presentation
Gis Applications Presentation
Idua Olunwa
 
A visualization-oriented 3D method for efficient computation of urban solar r...
A visualization-oriented 3D method for efficient computation of urban solar r...A visualization-oriented 3D method for efficient computation of urban solar r...
A visualization-oriented 3D method for efficient computation of urban solar r...
Jianming Liang
 
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
Jianming Liang
 

What's hot (20)

Gisand Remote Sensing Applied To Land Use ChangeOf The Prefecture Of CASABLAN...
Gisand Remote Sensing Applied To Land Use ChangeOf The Prefecture Of CASABLAN...Gisand Remote Sensing Applied To Land Use ChangeOf The Prefecture Of CASABLAN...
Gisand Remote Sensing Applied To Land Use ChangeOf The Prefecture Of CASABLAN...
 
IJRET-V1I1P3 - Remotely Sensed Images in using Automatic Road Map Compilation
IJRET-V1I1P3 - Remotely Sensed Images in using Automatic Road Map CompilationIJRET-V1I1P3 - Remotely Sensed Images in using Automatic Road Map Compilation
IJRET-V1I1P3 - Remotely Sensed Images in using Automatic Road Map Compilation
 
Improving transport in Malta using GIS and LBS
Improving transport in Malta using GIS and LBSImproving transport in Malta using GIS and LBS
Improving transport in Malta using GIS and LBS
 
Q-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and DigitizationQ-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and Digitization
 
09155183 d essay
09155183 d essay09155183 d essay
09155183 d essay
 
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
 
MiPlEx - Online Task Planning for Exploration Tasks in Urban Terrain
MiPlEx - Online Task Planning for Exploration Tasks in Urban TerrainMiPlEx - Online Task Planning for Exploration Tasks in Urban Terrain
MiPlEx - Online Task Planning for Exploration Tasks in Urban Terrain
 
Web-based GIS to support policy and program development for the Amazon
Web-based GIS to support policy and program development for the AmazonWeb-based GIS to support policy and program development for the Amazon
Web-based GIS to support policy and program development for the Amazon
 
Gis Applications Presentation
Gis Applications PresentationGis Applications Presentation
Gis Applications Presentation
 
Digital Elevation Model (DEM)
Digital Elevation Model (DEM)Digital Elevation Model (DEM)
Digital Elevation Model (DEM)
 
Gis Application
Gis ApplicationGis Application
Gis Application
 
A visualization-oriented 3D method for efficient computation of urban solar r...
A visualization-oriented 3D method for efficient computation of urban solar r...A visualization-oriented 3D method for efficient computation of urban solar r...
A visualization-oriented 3D method for efficient computation of urban solar r...
 
Technical report site assessment of solar resource for a csp plant. correctio...
Technical report site assessment of solar resource for a csp plant. correctio...Technical report site assessment of solar resource for a csp plant. correctio...
Technical report site assessment of solar resource for a csp plant. correctio...
 
Potentiel3.0 hydro
Potentiel3.0 hydroPotentiel3.0 hydro
Potentiel3.0 hydro
 
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
an-open-source-3d-solar-radiation-model-integrated-with-a-3d-geographic-infor...
 
20120140507001
2012014050700120120140507001
20120140507001
 
Remote Sensing in Digital Model Elevation
Remote Sensing in Digital Model ElevationRemote Sensing in Digital Model Elevation
Remote Sensing in Digital Model Elevation
 
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
 
Ijetcas14 474
Ijetcas14 474Ijetcas14 474
Ijetcas14 474
 
QGIS training class 3
QGIS training class 3QGIS training class 3
QGIS training class 3
 

Similar to New information system for enhancing climate & water governance

SEVT_BiDS_proceedings
SEVT_BiDS_proceedingsSEVT_BiDS_proceedings
SEVT_BiDS_proceedings
Iryna Rozum
 
ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...
ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...
ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...
John Faherty
 
Distributed mixed reality for diving and
Distributed mixed reality for diving andDistributed mixed reality for diving and
Distributed mixed reality for diving and
ijcsa
 

Similar to New information system for enhancing climate & water governance (20)

Sealoc Poster
Sealoc PosterSealoc Poster
Sealoc Poster
 
Topographic Information System as a Tool for Environmental Management, a Case...
Topographic Information System as a Tool for Environmental Management, a Case...Topographic Information System as a Tool for Environmental Management, a Case...
Topographic Information System as a Tool for Environmental Management, a Case...
 
SEVT_BiDS_proceedings
SEVT_BiDS_proceedingsSEVT_BiDS_proceedings
SEVT_BiDS_proceedings
 
Nh trung gisideas_2014_uw
Nh trung gisideas_2014_uwNh trung gisideas_2014_uw
Nh trung gisideas_2014_uw
 
ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...
ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...
ModelMap - Using ArcGIS to bring grounwdater models to life for a wider group...
 
Spatial Technology Resources for Teachers
Spatial Technology Resources for TeachersSpatial Technology Resources for Teachers
Spatial Technology Resources for Teachers
 
Knowledge brokering and knowledge products on the TCCIP platform
Knowledge brokering and knowledge products on the TCCIP platformKnowledge brokering and knowledge products on the TCCIP platform
Knowledge brokering and knowledge products on the TCCIP platform
 
Interactive Geovisualization of Seismic Activity
Interactive Geovisualization of Seismic Activity Interactive Geovisualization of Seismic Activity
Interactive Geovisualization of Seismic Activity
 
Smart management for the public sector
Smart management for the public sectorSmart management for the public sector
Smart management for the public sector
 
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
 
IRJET- Land Cover Index Classification using Satellite Images with Different ...
IRJET- Land Cover Index Classification using Satellite Images with Different ...IRJET- Land Cover Index Classification using Satellite Images with Different ...
IRJET- Land Cover Index Classification using Satellite Images with Different ...
 
IRJET- Projecting Climate Impacts on Transportation by Diagnosing and Exa...
IRJET-  	  Projecting Climate Impacts on Transportation by Diagnosing and Exa...IRJET-  	  Projecting Climate Impacts on Transportation by Diagnosing and Exa...
IRJET- Projecting Climate Impacts on Transportation by Diagnosing and Exa...
 
MMekni Poster V0.2
MMekni Poster V0.2MMekni Poster V0.2
MMekni Poster V0.2
 
L012438186
L012438186L012438186
L012438186
 
Distributed mixed reality for diving and
Distributed mixed reality for diving andDistributed mixed reality for diving and
Distributed mixed reality for diving and
 
Topic15 GeoInfoMap by 10525309D
Topic15 GeoInfoMap by 10525309DTopic15 GeoInfoMap by 10525309D
Topic15 GeoInfoMap by 10525309D
 
IRJET- Bus Route Optimization in Jyothi Engineering College using ARC- GIS
IRJET- Bus Route Optimization in Jyothi Engineering College using ARC- GISIRJET- Bus Route Optimization in Jyothi Engineering College using ARC- GIS
IRJET- Bus Route Optimization in Jyothi Engineering College using ARC- GIS
 
AAS National Conference 2008: Mike Freilich
AAS National Conference 2008: Mike FreilichAAS National Conference 2008: Mike Freilich
AAS National Conference 2008: Mike Freilich
 
EDINA National Datacentre Activity Update to GWG
EDINA National Datacentre Activity Update to GWGEDINA National Datacentre Activity Update to GWG
EDINA National Datacentre Activity Update to GWG
 
City focus: A web-based interactive 2D and 3D GIS application to find the bes...
City focus: A web-based interactive 2D and 3D GIS application to find the bes...City focus: A web-based interactive 2D and 3D GIS application to find the bes...
City focus: A web-based interactive 2D and 3D GIS application to find the bes...
 

Recently uploaded

Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
David Celestin
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
amilabibi1
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Hung Le
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
ZurliaSoop
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
Kayode Fayemi
 

Recently uploaded (17)

Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptx
 
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 

New information system for enhancing climate & water governance

  • 1. New Information system for enhancing climate and water governance: enhanced functionality and capability of web-based service R. de Wit a, ♣ , J. Lam b , W. Jeon b , C. Pranoto b , R. Ramesh Chithra b , D-L. Joseph b , A. Charles a , A. Bauers b and Y. Kuleshov a, b a National Climate Centre, Bureau of Meteorology, Melbourne, Australia b Royal Melbourne Institute of Technology (RMIT) University, Melbourne, Australia ♣ Corresponding author address: Roald de Wit, GPO Box 1289, Melbourne, Victoria 3001, Australia. E-mail: R.deWit@bom.gov.au Abstract The Enhanced functionality and capability of web-based information systems is critical for enhancing climate, environment and water governance. Particularly, flexibility in various options for spatial and temporal selection of information is of high importance. Tropical cyclones are the most destructive weather systems that impact on Australia and countries in the Pacific and Indian Oceans. Historically tropical cyclones have had major impacts on agriculture, water supplies, safety and economic well being, and in extreme cases threatened the sustainability of countries. Improved data availability for historical cyclones through the Tropical Cyclone Data Portal with enhanced functionality and capability to display historical cyclone information in the Pacific and Indian Oceans, including the Australian region is undertaken in the Pacific-Australia Climate Change Science and Adaptation Planning program (PACCSAP). Through a collaborative project between the Bureau of Meteorology and the School of Computer Science and Information Technology at RMIT University we have improved functionality of the tropical cyclone data portal with the ability to draw any region of interest on the map and search for cyclones within that region, whilst focusing on maintaining a consistent and intuitive user interface. Keywords: Tropical Cyclones, web-based information service Drawing can be done by subsequently clicking in different parts of the map as described in Figure 5. A user can create as many points as desired. Once the desired contour is created, the user can end the drawing mode by either double clicking the last point on the map or, even simpler, hitting the <Esc> key to complete the drawing process (Figure 6). The research discussed in this paper was conducted with the support of the Pacific Climate Change Science Program (PCCSP), which is supported by the Australia Agency for International Development, in collaboration with the Department of Climate Change and Energy Efficiency, and delivered by the Bureau of Meteorology and the Commonwealth Scientific and Industrial Research Organisation (CSIRO). Authors are thankful to colleagues from the National Meteorological Services of 14 Pacific Island countries and Timor Leste for their useful comments and suggestions on the development of the portal’s features provided during the PCCSP training workshops and in-country visits. Enhanced functionality and capability of web-based information systems is critical for enhancing climate, environment and water governance. Particularly, flexibility in various options for spatial and temporal selection of information is of high importance. Through a collaborative project between the Bureau of Meteorology (BoM) and the School of Computer Science and Information Technology at RMIT University we have improved functionality of the tropical cyclone data portal with the ability to draw any region of interest on the map and search for cyclones within that region, whilst focusing on maintaining a consistent and intuitive user interface. As part of the Pacific Climate Change Science Program (PCCSP), the Bureau of Meteorology (BoM) has developed a Tropical Cyclone Historical Data Portal (Figure 1) available from the Bureau’s web site http://www.bom.gov.au/cyclone/history/tracks/ (Kuleshov et al., 2012b) that aims to improve the understanding of tropical cyclones. Under the supervision of the BoM, a team of students from the Department of Computer Science and Information Technology at the RMIT University (Figure 2) have participated in a project called “Advanced Spatial Searches for Tropical Cyclone Tracks in a Web Based Environment” to further advance and extend the portal’s functionality. After the area of interest has been drawn and the user has clicked on the ‘Show Tracks’ button, the tracks that cross the selected area will be retrieved and can subsequently be analysed as shown in Figure 9. Acknowledgement Figure 1: Initial view of the Pacific Tropical Cyclone Data Portal. Introduction Main features of the enhanced spatial selection - continued Main features of the enhanced spatial selection Flexibility in spatial selection is implemented in the portal through various options for drawing of area of interest. A user can select a location and find cyclone tracks within a certain radius from that location. The newly added option allows the user to draw a contour of any shape, modify it and then apply spatial analysis. Creating a drawing is as simple as selecting the ‘Filter by Drawing’ option (Figure 3) and starting to draw on the map. The main improvement has been the addition of functionality where the user can draw a region of interest and find and analyse past tropical cyclone tracks within that region. Users can select specific area of interest (any area of a regular or irregular shape) and analyse tropical cyclone data over the selected number of seasons. This capability in enhanced spatial selection of information opens up new possibilities for interactive web-based applications for data visualisation and analysis, delivering forecasts and other products to users of the Bureau's climate and water services. Flexibility in spatial selection is implemented in the portal through various options for drawing of area of interest. A user can select a location and find cyclone tracks within a certain radius from that location. The newly added option allows the user to draw a contour of any shape, modify it and then apply spatial analysis. After a drawing has been completed, adjustments and refinements can be made. In Figure 7, an example of the changed user interface for a drawing that can be changed is given. The circles with a solid outline depict the current endpoints of the vertices. They can be dragged in any direction to adjust the drawing in order to achieve the desirable modification. The more transparent circles allow for the creation of new vertices, adding more detail to the drawing. Technically it is possible to add features like moving, resizing or rotating the drawing – these options may be considered for possible implementation of drawing the area of interest in subsequent projects. The developed application allows for a more fine-grained spatial analysis: the user can enable a free-hand drawing mode to create a contour (Figure 8). This can be achieved by keeping the <Shift>-key and left mouse button pressed whilst dragging the mouse over the map. This option for spatial selection is particularly useful for examining tropical cyclone occurrences in territorial waters of Partner Courtiers – in their Exclusive Economic Zones. Figure 3: Selection of “Filter by Drawing: option Figure 2. The RMIT Tropical Cyclone project team. Figure 4: Helpful suggestions are displayed when drawing Figure 5: Drawing in process Figure 6: Complete drawing Figure 7: A drawing that can be modified Figure 8: Example of freehand drawing The focus of the project was on the developing advanced functionality for spatial selection of tropical cyclones as described above. In addition, the team put significant efforts to make the portal user friendly. Great care has been taken into keeping the user interface and workings of the portal intuitive and easy to use. Different user interface options have been explored and trialled with volunteers. These range from experiments with using help popup windows to notifications in the map area to the final context dependent help information in the side column. Possible interactions between different options needed to be investigated and solved as well. What to do when the user switches from the drawing option to the ‘Filter by Location’ option and back? Should the drawing disappear and subsequently reappear? What if the drawing is out of sight? In the latter case, the application will automatically show an option to bring the drawing back into view. The technical implementation of the enhanced spatial selection functionality was based on the most up to date software developments. The application makes use of open geospatial standards for querying the tropical cyclone data service. The main protocol that is being used is called OGC Web Feature Service (WFS). It allows for creating requests that limit the results by certain attribute values (like ‘season’) as well as spatial filters where only results that are contained by the drawn region will be returned. The application itself is mostly written in JavaScript and runs in every modern browser without the need of any plugins. For the mapping component we have used OpenLayers library. This powerful JavaScript library allows for combining different spatial data sources into a dynamic map interface where the user can pan and zoom intuitively and quickly. As the result of this project, significant advancement in the tropical cyclone portal’s functionality has been achieved. The free hand drawing concept of spatial selection was discussed at the workshop conducted in Vanuatu in September 2011 and was approved by participants from the Pacific Partner Countries. Further suggestions about improved functionality in terms of flexible temporal selection were obtained from the participants. The BoM-RMIT team is planning to work on their development in 2012-13 under the PACCSAP program. Figure 9: Example of analysis of selected track