Applications


VGS based framework for disaster response

Oct 2014 | No Comment

This paper introduces a new framework to utilise Volunteered Geographic Service (VGS) for identifying and distributing potential help requests as volunteered services in an automatic and proactive way among potential volunteers in situ right after a disaster

Arash Kaviani

Research Associate, Centre for SDIs and Land, Administration (CSDILA), Department of Infrastructure Engineering, The University of Melbourne, Australia

Professor Abbas Rajabifard

Head of the Department of Infrastructure Engineering and Director of the Centre for Disaster Management and Public Safety, University of Melbourne, Australia

In the wake of growing number of disasters happening across the world, it is essential to make our society more flexible and resilient to disasters by managing crisis-related information more opportunely. To achieve this goal, Volunteered Geographic Information (VGI) which is created and disseminated by the crowd could be employed as a significant source of information for decision making (Horita, Sp, & Zipf, 2013). In fact, VGI is spatial data produced by ordinary citizens using everyday tools like web browsers and mobile applications, and transferred via Internet (Goodchild, 2007). Not only VGI can be used as a precious piece of information, but also Volunteered Geographic Services (VGS), a framework proposed by Savelyev et al. (2011), which turns information to actions could be leveraged to respond to a disaster timely and more appropriately.

Savelyev et al. (2011) has highlighted that despite the role of volunteers in data collection processes, actions are taken by authoritative agencies such as firefighters, emergency teams and so on. Unfortunately, volunteers have no role in disaster response services to speed up the whole ongoing rescue and aid processes. Thatcher (2013) has argued that current VGI-based disaster response platforms such as Ushahidi have a ‘top-down’ approach because information is gathered by volunteers for disaster response organizations while they are not allowed to participate directly in decision making processes.

Addressing the abovementioned issue, Savelyev et al. (2011) have suggested Volunteered Geographic Services (VGS) which is one step beyond the VGI and intends to motivate general public to participate in response operations along with responsible disaster response agencies. VGS intends to enable ordinary citizens with a smartphone not only to collect information but also to work as respondents to a disaster.

Timely distribution of help requests among volunteers could lead to better disaster responses. Since VGS-based platform does not follow top-down structure of many VGI-based disaster response platforms and it does not inherit their related limitations, it could be more timely and efficient. Thus, this paper introduces a new framework to utilise VGS for identifying and distributing potential help requests as volunteered services in an automatic and proactive way among potential volunteers in situ right after a disaster. In addition, based on the proposed framework, a mobile application is developed which is presented in this paper.

Proposed framework

Volunteered Geographic Information is used to automatically locate people based on the information they have provided. Figure 1 illustrates proposed framework which employs both VGI and VGS. When a disaster happens, location information will be used to gather status of the people in the impacted areas. Then, this collected information will be employed to create VGS packages which are disseminated to the people in the impacted areas to motivate potential volunteers. Potential volunteers as service providers could use these VGS packages to decide about their participation in disaster response activities in a bottomup manner without interference of the authoritative organizations in a very short period of time immediately after a disaster strikes. In doing so, the response and rescue processes will speed up. In addition, these volunteers could also be employed in data collection processes through VGI. This collected information including geotagged photos, geo-tagged information about the incident, etc. could be used by government agencies to increase situational awareness of the first respondents.

Research methods

In order to develop a mobile application based on the proposed framework, the interaction design model proposed by Sharp et al. (2007) was used. This interaction design model suggests multi iterations of requirement analysis, design, interactive interface building and evaluation in order to achieve a final product. The requirement analysis of application was done through investigating the literature. Since Rudd et al. (1996) argue that a high-fidelity prototype demonstrates complete functionality of a user interface, it was employed to get more useful feedback from experts. Several iterations of redesign process were performed to achieve all usability goals (functionality) of the product. Finally, Cognitive Walkthrough method (Wharton et al.,1994) was used for evaluation in this stage.

Application design

Based on the proposed framework, a mobile application named DisasterSaver is designed and developed. The App can work in two modes as shown on Figure 2. One mode tracks the users in the background and consequently collects geo-location of the user using device’s GPS. The other mode is designed to satisfy users’ concerns about privacy issue by not collecting geo-location. Instead, user determines some points of interest.

When a disaster like an earthquake happens, server backbone of the app is notified about the incident, its location, impacted areas and other features. Then, server finds all the users in the proximity of the incident and notifies them about it. This notification also asks users in the impacted areas if they need help. Then, depending on responses, a user could have three statuses which are ‘Help needed’, ‘No help’ and ‘Unanswered (Unknown)’.

System automatically starts to collect location information of users with ‘Help needed’ and ‘Unanswered’ statuses. This information is used later by emergency response agencies or by VGS. If a user has a ‘No help’ status, system motivates that user to collect VGI or help others through VGS. These users could help to collect geo-tagged information about the incident or start helping others, who have ‘help needed’ or ‘unanswered’ status, in situ. Users who are in the impacted areas but do not need help, could help others via two different options:

I. Informing about incident by answering some questions about the incident or sending geo-tagged photos.

II. Attempting to help close-by affected people in situ whose statuses are “help needed” by checking their locations using the App.

In addition to these two main options, volunteers could also participate in response processes via collecting information about users whose statuses are “unknown” by calling their emergency numbers and then updating this information about them. Figure 3 shows some snapshots of DisasterSaver interface.

Application components

This system has a server side backbone and client side mobile app. Also, Google cloud solution has been used for messaging between mobile application and the server along with ordinary HTTP connections on the Internet. Google Cloud provides this application with a reliable medium for messaging and connection. This system is fed by External databases as authoritative and reliable resources which disseminate timely information about occurrence of major disasters such as National Earthquake Information Centre (NEIC) for earthquake in USA.

Items of concern

Undoubtedly, the location of affected people in the impacted areas is one of the most important pieces of information which is required in disaster management. This location data enables VGS to be employed. Gathering location information of the users via GPS before any occurrence of a disaster could be a hindrance for using the mobile applications since users may find it against their privacy. However, during a disaster, gathering location information of individuals is more acceptable for people since they are in a crisis situation. Instead of gathering precise locations of users before a disaster, they could determine some points of interests like their homes and work offices.

Furthermore, since the prototype is developed with Google Android, it inherits Google policy which does not allow Android mobile applications to enable mobile device’s GPS programmatically. In other words, mobile applications cannot turn on GPS without user’s intervention. User intervention for enabling GPS could be a weakness in disaster-related mobile applications because it may be impossible for some users to have access to their mobile devices in a disaster due to getting stuck or unconsciousness.

Technical architecture of DisasterSaver

In the architecture of DisasterSaver (Figure 4), server is responsible to send and receive information to/from mobile app, perform geometric calculations and communicate with external resources and Google Cloud Messaging (GCM). All these services are available to the mobile app as front-end via REST API. REST API uses HTTP (Hypertext Transfer Protocol) protocol to transfer information over the network and it complies with some architectural principles. Server has been implemented using PHP as server side programming language. As soon as a record of disaster incident is added to the database, server finds all points of interests or users which fall inside the boundaries of the incident by doing geometric calculation. Then notifications are sent through Google Cloud Messaging (GCM) to the users. GCM for Android is a service that allows server-to-client communication as an alternative to traditional client-to-server connection using IP (Internet Protocol) addresses. In other words, GCM enables a server to contact a mobile device when it is needed.

In this architecture, there are GI-related functions which are responsible for performing geometric calculations, identifying affected users and handling geographic information. Disaster-related functions are responsible for checking database(s) for any new disaster record and informing GI-related functions based on specific time intervals. This component also filters incoming information and checks validity of registered disasters in terms of time. Finally, user-related functions are responsible for general activities like user registration and authentication along with registering users in the GCM and saving their unique GCM IDs in the database. In client side, Google Maps Android API v2 is used to represent spatial information. This service enables Android applications to visualise maps and show objects on it. Google Places API has also been employed to enable auto-completion capability for adding points of Interest.

Limitations and future work

Although it is believed that the proposed framework and its implementation in the developed mobile application will extensively help disaster management in response phase, there are a number of limitations that need to be considered. One limitation of DisasterSaver is due to accuracy of mobile GPS data. With all enhancements happened in positioning systems such as GPS, their location accuracy differs in different devices and different situations. This lack of precision becomes more critical in indoor environments and multi-storey buildings.

One other limitation is concerned with off-line condition of GPS. As Google policy does not allow enabling GPS programmatically and without user’s approval due to privacy concerns, in a case that an affected individual has a mobile phone with disabled GPS and is unable to have access to his/her mobile phone because of some reasons like being stuck or unconscious right after a disaster, collecting location information becomes impossible.

As other limitations, difficulty and lack of tendency in using mobile devices in the middle of a disaster, resilience of communication infrastructure against natural disasters, validity and integrity of crowd-sourced information in Volunteered Geographic Services and safety of volunteers while helping others through a non-authoritative system could be also mentioned.

Conclusion

In this research, a new framework and a prototype system are introduced to leverage VGI for enabling VGS in order to help disaster management in response phase. Based on the proposed framework, a mobile application is designed and implemented which attempts to enable society to be involved in response phase of disaster management process alongside public and private disaster management agencies. This mobile app identifies affected people in the impacted areas, at first. In the second step, it harnesses the immediate availability of the people in situ to speed up response processes by providing potential interested volunteers in relevant proximity of disaster with required information about potential affected individuals. Hence, it provides a systematic intelligent mechanism for connecting help services and help needs.

References

Erskine, M. A., & Gregg, D. G. (2012). Utilizing Volunteered Geographic Information to Develop a Real- Time Disaster Mapping Tool : A Prototype and Research Framework Utilizing Volunteered Geographic Information to Develop a.

Goodchild, M. F. (2007). Citizens as sensors: the world of volunteered geography. GeoJournal, 69(4), 211– 221. doi:10.1007/s10708-007-9111-y

Horita, F. E. A., Sp, S. C., & Zipf, A. (2013). The use of Volunteered G eographic I nformation and Crowdsourcing in D isaster M anagement : a S ystematic L iterature R eview University of São Paulo University of São Paulo University of São Paulo University of São Paulo, 1–10.

Rudd, J., Stern, K., & Isensee, S. (1996). Low vs. high-fidelity prototyping debate. Interactions, 3(1), 76–85.

Savelyev, A., Thatcher, J., & Mülligann, C. (2011). Volunteered Geographic Services : Developing a Linked Data Driven Location-based Service, 25–31.

Sharp, H., Rogers, Y., & Preece, J. (2007). Interaction design: beyond humancomputer interaction. West Sussex, England: John Wiley & Sons.

Tanaka MD, H., Iwai MD, A., Oda MD, J., Kuwagata MD, Y., Matsuoka MD, T., Shimazu MD, T., & Yoshioka MD, T. (1998). OVERVIEW OF EVACUATION AND TRANSPORT OF PATIENTS FOLLOWING THE 1995 HANSHIN-AWAJI EARTHQUAKE, 16(3), 439–444.

Thatcher, J. (2013). From volunteered geographic information to volunteered geographic services. In Crowdsourcing Geographic Knowledge (pp. 161–173). Springer.

Wharton, C., Rieman, J., Lewis, C., & Polson, P. (1994). The cognitive walkthrough method: A practitioner’s guide. In Usability inspection methods (pp. 105–140). John Wiley & Sons, Inc

1 Star2 Stars3 Stars4 Stars5 Stars (105 votes, average: 1.23 out of 5)
Loading...


Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.