The Study of Evacuation Route Algorithm in Flooding by Localized Heavy Rain

来源 :数字化用户 | 被引量 : 0次 | 上传用户:zhaojie25
下载到本地 , 更方便阅读
声明 : 本文档内容版权归属内容提供方 , 如果您对本文有版权争议 , 可与客服联系进行内容授权或下架
论文部分内容阅读
  1 Department of International Program of Advanceed Information Sciences and Information Technology, Pukyong National University, South Korea
  2 Interdisciplinary Program of Information Systems, Pukyong National University, South Korea
  3 Department of IT Convergence and Application Engineering, Pukyong National University, South Korea
  1. Introduction
  Climate change is the major problem throughout the world wide. Flooding usually caused severe damage to the roads in disaster dangerous areas and cuts off the connection channel to the outside. Road system is considered as a country’s lifeline and plays an important role (Keiichi, 2007).When a segment of a route network is closed by flooding, the flooding road impacts can be observed on the characteristics of traffic flow. A segment of a road network must be closed when is disrupted by the flooding. To decrease the damage of the traffic system in inner cities by inundation, flooding dangerous roads should be issued to people in advance (Zameer, 2013).
  Besides, it is desired to provide the detour routes from departure point to destination point together. However, it is the best way for drivers to evacuate to safe area around them practically rather than to provide the evacuation route to destination in case of flooding.
  Therefore, the emergency department and citizen is desperate for the disaster information, which can help people to make relief decision and actions. In addition, the evacuation route system will analyze the optimal route which needs the shortest time to the destination.
  Road is one of the most primary elements in the city transportation system. Therefore, we suggest the method for evacuation route algorithm in flooding by localized heavy rain. For this work, we define dangerous roads about flooding and those kinds of roads are blocked in case of flooding on roads(Kim, 2013). In addition, to find a good algorithm to find an evacuation path we compare and analyze between dijkstra and A* algorithms.
  2. Analysis of Optimal Path Search Algorithm
  We compared and analyzed two algorithms which are the most famous path search algorithm: Dijkstra algorithm and A* algorithm.
  2.1. Dijkstra Algorithm
  Dijkstra algorithm was used to solve the problem of finding the shortest path from the starting node to the destination node. It will set some distance values and will improve the distance values step by step(Ding, 2009).   2.2. A* Algorithm
  A* algorithm is most popular algorithm for finding the path to go from start node to goal node, based on efficiency of movement cost.
  A* algorithm defines as: choosing next node which should be least cost that as a heuristic function from current node. If there has more than one least cost nodes, we can choose the nearest one as next node. Usually, a good heuristic function obtains optimal solution in a little time.
  F(n)=G(n)+H(n) is one type of value functions. And, F(n) is assessment of every node which will be searched possibly. G(n) is the cost from start node to current node, we often use the depth of current node as its value;
  H(n) is the assessment from current node to target node. As a heuristic algorithm, H(n) has relationship with whether the method is A* algorithm or not. Once following sufficient conditions are satisfied, the heuristic algorithm will be A* algorithm that has optimal solution. If H(n) is smaller than and approximates to H*(n), which is considered as a good design (Li, 2005).
  2.3. Comparison
  Figure 1, 2, are shown the comparison result between Dijkstra and A* algorithm about two cases that there are blocking areas or not.
  As a result, two algorithms have same distance from a departure to destination. However, A* algorithm has better result than Dijkstra algorithm about the time taken and the number of operation. Because the Dijkstra algorithm is used to solve the shortest path, but time complexity is O(n2) therefore this generally makes Dijkstra algorithm slower than A* algorithm.
  A* Dijkstra
  -- length: 22
  -- time: 2.0 ms
  -- operations: 95 -- length: 22
  -- time: 18.0 ms
  -- operations: 1,574
  Figure 1. #1 scenario information of simulated data when no blocking area
  A* Dijkstra
  -- length: 27.8
  -- time: 2.0 ms
  -- operations: 373 -- length: 27.8
  -- time: 16.0 ms
  -- operations: 1,796
  Figure 2. #2 scenario information of simulated data with blocking areas
  As a result of comparison of two algorithm, we select the A* algorithm for simulation.
  3. Define of Dangerous Roads for Flooding
  For this study, we collected the data related to flooding in Busan, South Korea which is the research area.
  3.1. Flooding History
  Figure 3. Road links with flooding history
  The flooded roads are extracted from the Inundation Trace Map made by Korea Cadastral Survey Corporation and the newspaper report.   The number of extracted flooded roads from the Inundation Trace Map is 2,398 out of 69,408 of total of road links in Busan. We collected the newspaper report from 2007 to 2012 and extracted the road links by matching them with the real map. The number of road links from this work is 609. Figure 5 is shown the road links which have flooding history.
  3.2. Lowland
  To find road links including in lowland, we use the Tool provided from ArcGIS Desktop System. This work is completed as comparison with the elevation of road link and average elevation of lowland area.
  First, we extracted the elevation point of each road link using DEM and vector type data for road links and input the result to Database. Figure 4 is shown about this work.
  Figure 4. The process for extraction of elevation from road links
  Second, to find the lowland where rain converges we did the work as figure 5 by using ArcGIS System Tool.
  Figure 5. The process for extraction of lowland
  If road link is included in the lowland area extracted from the second work as above, elevation of that road link is compared with the average elevation of the lowland area where the road link is included. If the elevation of road link is smaller than the average elevation of the lowland area, that road link is considered the lowland road link.
  4. Simulations
  Figure 6. The road network in the research area
  Figure 7. The result of basic routing path from a departure to a destination
  Figure 8. The result of evacuation routing path
  A prototype of evacuation route has been built. The research area is Haeundae-gu in Busan, South Korea and Figure 6 is shown the surroundings of the research area.
  Figure 7 is shown the basic routing path from a departure to a destination if the heavy rain doesn’t occur.
  If heavy rain is happen and its amount is the ten years frequency probability rainfall of a flood, 79mm/hr, roads with flooding history or lowland-roads are blocking. 79mm/hr is the standard rainfall to design a road in Busan. The evacuation routing path avoiding flooded roads is shown as Figure 8.
  5. Conclusion
  We developed the program to provide the safe evacuation routing path to drivers from a departure to a destination in case of flooding on roads.
  For this development, we tried to find which path searching algorithm is good when there is a flood on roads. Then we compared and analyzed two algorithms and the result of the comparison is A* algorithm is better than Dijkstra algorithm when there is blocking points.   To find the dangerous roads for flooding, we used two ways. The first method is whether a road has flooding history or not. We extracted the road links with flooding history from the Inundation Trace Map and the newspaper reports. The number of extracted road links after this work is 3,007 out of 69,408 of total of road links in Busan.
  We implemented the program to find the evacuation path in case of flooding as avoiding the road links which have flooding history or are included in lowland areas.
  In the future, we will research about a flood risk level. That is to say, we try to classify road links according to the number of flooding history and research about correlation between roads with flooding history and in lowland areas.
  Foundation item: The National Project of South Korea (No.: NEMA-NH-C-D-2012-0243). Authors are grateful to the Natural Hazard Mitigation Research Group, National Emergency Management Agency of Korea for financial support to carry out this work.
  Corresponding Author:
  Prof. Chang Soo Kim
  Department of IT Convergence and Application Engineering
  Daeyeon Campus, Pukyong National University
  45 Yongso-Ro, Nam-Gu, Busan, Korea
  E-mail: [email protected]
  References
  Keiichi, T., Urban Flooding and Measures, Journal of Disaster Research 2007; 2(3):143-152.
  Zameer, A., Ram, M. R., Ram, M. R., Y, E. R., Urban Flooding-Case Study of Hyderabad, Global Institute for Research & Education 2013; 2(4):63-66.
  Ding, J., ji, G. L., Liu, F. N., Algorithm of the Optimal Route Based on Urban Emergency Response System, Journal of Xiamen University 2009; 48(5):662-667.
  Li, Q., Song, D. L., Zhang, S. J., Li, Z., Liu, J. G., Two improved optimum path planning algorithm, Journal of University of Science and Technology Beijing 2005; 27(3):367-370.
  Kim, C. S., Kim, E. M., Rhee, K. H., A study on the database construction using flooding danger information of road, The International Conference on Computer Applications and Information Processing Technology 2013; 72-5.
其他文献
【摘 要】群众工作是构建社会主义和谐社会的基础工作,创新党的群众工作,是构建社会主义和谐社会的内在要求。群众工作是有效解决人民内部矛盾,建立和谐人际关系的基础性工作。创新群众工作,就是要实现群众工作的理念转变,机制保障,渠道畅通,多办实事。  【关键词】群众工作 创新 必然要求  群众工作是构建社会主义和谐社会的基础工作,创新党的群众工作,是构建社会主义和谐社会的内在要求。群众工作是有效解决人民内
期刊
【摘 要】魏晋时代独尊儒学的文化模式走向瓦解,魏晋的名士们采取避世的政治和生活态度,玄学成为当时的文化思潮,在这一时期士人们开始真正获得了人格的独立。魏晋时代对人格独立的追求,对自由的探讨和向往,在20世纪的萨特那里得到了遥远的回响。二十世纪五六十年代兴起的“垮掉的一代”,想抓住现实生活中的实在享受,追求思想在绝对自由的躯体里得到升华,他们受存在主义思想的影响很深,而且也向东方文化学习,习佛和参禅
期刊
【摘 要】随着社会的发展与时代的进步,人们对信息网路的要求越来越高,也正因如此,竞争推动了运营商的技术改革,当今开发出的4G网络,而它正在一点点走进我们的生活被我们熟识、为我们提供更优质的服务。本文通过对4G网络核心技术的阐述,结合应用需求,提出4G网络的发展优势与发展空间的建议。  【关键词】4G网络 技术 应用  通信技术的发展,不仅给我们的生活带来了方便与快捷,更带来了视野的开拓。在数据通信
期刊
【摘 要】现如今,广播电视已经广泛使用光缆传输,在进行光缆传输网格工程施工之前,应了解光缆传输网络的结构及其分类,了解各种网络结构的特征。本文叙述了当前光缆传输网络工程施工的主要工作过程,并分别从准备阶段、施工阶段和验收阶段阐述个阶段的注意事项。  【关键词】广播电视 光缆传输 网络工程 施工  由于光纤传输在广播电视信号方面表现尤为突出,不仅传输信号质量好,而且信号足够稳定,因此我国多个省份都已
期刊
【摘 要】在科学技术不断发展的背景下,通信技术行业也取得了巨大进步。卫星通信技术、超波通信技术等都在现在通讯行业、军事领域和医疗部门得到广泛应用。其中短波通信技术却在通信技术领域独树一帜,与卫星通信和超波通信相比,短波通信技术具有较长的发展历史,属于比较传统的通信技术方式,但是仍在通信技术行业占有重要的地位,所以继续发展短波通信技术具有很大的现实意义。本文从短波通信技术的发展状况和发展短波通信技术
期刊
【摘 要】信息化的一个重要表现是企业应用的IT化,大客户专线网络主要为企业或商业客户提供安全的广域互联服务。当前专线应用类型复杂,差异化客户的业务也逐渐凸显。传统的SDH/ATM网络以不能有效地适应大客户业务需求,分组传送网支持面向分组交换业务的双向连接通道,适合各种颗粒业务、具备端到端的组网能力。  【关键词】PTN 客户专网  一、PTN技术的发展演进  PTN是一种面向分组业务的传送网络和技
期刊
【摘 要】认知无线电技术是对软件无线电功能的特殊拓展,有效解决了频谱资源无法高效利用这个制约无线通信发展的难题。认知无线电充分应用了智能频谱共享这一新技术,可以运用感知和学习频谱环境的方式对频谱进行再利用,极大改善了频谱利用率低的问题。本文首先简要介绍了认知无线电技术,讨论了认知无线电技术的主要功能,并探讨了认知无线电技术的实现方法。  【关键词】认知无线电 软件无线电 频谱资源  一、引言  随
期刊
【摘 要】这篇论文主要对国内的网络管理的技术和现在的不完善的状况进行初步的研究与洞悉,同时对于管理平台的安全性做了相应的深讨、有些规定是开放的,并规定了管理体系中重要的安全性质、开放性的规则,对智能化管理提出了完善的措施,并加以使用。  【关键词】智能 网络运维 技术 安全性  前言:信息技术已经在国内和全世界起到了至关重要的作用,信息技术基本融入了各行各业,人们对网络的需求和网路管理平台的智能化
期刊
【摘 要】当前,我国正在积极推广数字化电视,数字有线电视不仅可以开展许多增值业务,而且还可以实现电视高清数字化。文章在查阅相关文献的基础上,简单回顾数字有线电视的发展历程,并指出HFC的技术特点,及如何利用HFC网构建连接家庭用户网络的宽带接入方案,为广大居民提供更多的增值服务。  【关键词】网络宽带 有线电视 增值 应用研究  一、前言  随着网络信息时代的飞速发展,广播电视领域也迎来了数字化时
期刊
【摘 要】民族区域自治制度是中国共产党结合中国的具体国情将马克思主义民族理论中国化的优秀成果,是解决中国民族问题的基本政治制度和基本政策。改革开放以来,我国学术界在民族区域自治理论、民族区域自治制的发展和完善、民族区域自治法制建设、民族区域自治制度比较等研究领域, 都取得了很大的发展。  【关键词】马克思主义民族观 民族区域自治制度 综述  民族区域自治制度作为马克思主义民族理论的典型产物,是我国
期刊