• Title/Summary/Keyword: World Map

Search Result 492, Processing Time 0.027 seconds

Study on Source of Lava Flows Forming the Manjanggul Lava Tube (만장굴 용암동굴을 형성한 용암의 공급지에 관한 연구)

  • Ahn, Ung-San;Hwang, Sang-Koo
    • The Journal of the Petrological Society of Korea
    • /
    • v.18 no.3
    • /
    • pp.237-253
    • /
    • 2009
  • The lava flows forming the Manjanggul lava tube are commonly said to have a potential source from the Geomunoreum scoria cone. We inferred the source of lava flows with the Manjanggul lava tube, based on many studies about lava tubes within lava flows of active volcano in the world. We made a lava flow field map from lithofacies, features and latitude of lava surfaces in the northeastern part of Jeju Island, and then examined closely the distribution and mutual relation of lava tubes in each lava flow field. As result, the Geomunoreum lava tube system is divided into a series of master tubes(Utsanjeungul, Bukoreumgul, Daerimdonggul, Manjanggul, Gimnyeonggul, Yongcheondonggul and Dangcheomuldonggul lava tube), a complicated networks of small tubes(Bengdwigul lava tube), and a series of unitary tubes(Gimyeongbilemotgul~Gaeusaemgul lava tube) in Geomunoreum lava flows. Particularly a canyon, 2km in length to NNE direction from the Geomunoreum scoria cone, is interpreted to be collapse trench of lava tube roof that belongs to an upflow part of the master tube in the Geomunoreum lava tube system, according to the location and direction. Accordingly, the source of lava flows, forming the Manjanggul lava tube, is the Geomunoreum scoria cone.

Fast algorithm for incorporating start and goal points into the map represented in a generalized visibility graph (출발점과 목표점을 일반화 가시성그래프로 표현된 맵에 포함하기 위한 빠른 알고리즘)

  • Yu, Kyeon-Ah;Jeon, Hyun-Joo
    • Journal of the Korea Society for Simulation
    • /
    • v.15 no.2
    • /
    • pp.31-39
    • /
    • 2006
  • The visibility graph is a well-known method for efficient path-finding with the minimum search space modelling the game world. The generalized visibility graph is constructed on the expanded obstacle boundaries to eliminate the "wall-hugging" problem which is a major disadvantage of using the visibility graph. The paths generated by the generalized visibility graph are guaranteed to be near optimal and natural-looking. In this paper we propose the method to apply the generalized visibility graph efficiently for game characters who moves among static obstacles between varying start and goal points. Even though the space is minimal once the generalized visibility graph is constructed, the construction itself is time-consuming in checking the intersection between every two links connecting nodes. The idea is that we build the map for static obstacles first and then incorporate start and goal nodes quickly. The incorporation of start and goal nodes is the part that must be executed repeatedly. Therefore we propose to use the rotational plane-sweep algorithm in the computational geometry for incorporating start and goal nodes efficiently. The simulation result shows that the execution time has been improved by 39%-68% according to running times in the game environment with multiple static obstacles.

  • PDF

Simulating Group Movement on a Roadmap-based Path (로드맵 기반 경로에서의 그룹 이동 시뮬레이션)

  • Yu, Kyeon-Ah;Cho, Su-Jin;Kim, Kyung-Hye
    • Journal of the Korea Society for Simulation
    • /
    • v.20 no.4
    • /
    • pp.105-114
    • /
    • 2011
  • The roadmap-based planning is a path planning method which is used widely for a goal-directed movement in Robotics and has been applied to the world of computer animation such as computer games. However it is unnatural for computer characters to follow the path planned by the roadmap method as it is performed in Robotics. Flocking which is used for realistic and natural movements in computer animation enables character's movement by using a few simple rules without planning unlike the roadmap method. However it is impossible to achieve a goal-directed movement with flocking only because it does not keep states. In this paper we propose a simulation method which combines planning based on the road map with reactive actions for natural movements along the path planned. We define and implement steering behaviors for a leader which are needed to follow the trajectory naturally by analysing characteristics of roadmap-based paths and for the rest of members which follow the leader in various manners by detecting obstacles. The simulations are performed and demonstrated by using the implemented steering behaviors on every possible combination of roadmap-based path planning methods and models of configuration spaces. We also show that the detection of obstacle-collisions can be done effectively because paths are planned in the configuration space in which a moving object is reduced to a point.

Developing and Valuating 3D Building Models Based on Multi Sensor Data (LiDAR, Digital Image and Digital Map) (멀티센서 데이터를 이용한 건물의 3차원 모델링 기법 개발 및 평가)

  • Wie, Gwang-Jae;Kim, Eun-Young;Yun, Hong-Sic;Kang, In-Gu
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.25 no.1
    • /
    • pp.19-30
    • /
    • 2007
  • Modeling 3D buildings is an essential process to revive the real world into a computer. There are two ways to create a 3D building model. The first method is to use the building layer of 1:1000 digital maps based on high density point data gained from airborne laser surveying. The second method is to use LiDAR point data with digital images achieved with LiDAR. In this research we tested one sheet area of 1:1000 digital map with both methods to process a 3D building model. We have developed a process, analyzed quantitatively and evaluated the efficiency, accuracy, and reality. The resulted differed depending on the buildings shape. The first method was effective on simple buildings, and the second method was effective on complicated buildings. Also, we evaluated the accuracy of the produced model. Comparing the 3D building based on LiDAR data and digital image with digital maps, the horizontal accuracy was within ${\pm}50cm$. From the above we derived a conclusion that 3D building modeling is more effective when it is based on LiDAR data and digital maps. Using produced 3D building modeling data, we will be utilized as digital contents in various fields like 3D GIS, U-City, telematics, navigation, virtual reality and games etc.

Trajectory Clustering in Road Network Environment (도로 네트워크 환경을 위한 궤적 클러스터링)

  • Bak, Ji-Haeng;Won, Jung-Im;Kim, Sang-Wook
    • The KIPS Transactions:PartD
    • /
    • v.16D no.3
    • /
    • pp.317-326
    • /
    • 2009
  • Recently, there have been many research efforts proposed on trajectory information. Most of them mainly focus their attention on those objects moving in Euclidean space. Many real-world applications such as telematics, however, deal with objects that move only over road networks, which are highly restricted for movement. Thus, the existing methods targeting Euclidean space cannot be directly applied to the road network space. This paper proposes a new clustering scheme for a large volume of trajectory information of objects moving over road networks. To the end, we first define a trajectory on a road network as a sequence of road segments a moving object has passed by. Next, we propose a similarity measurement scheme that judges the degree of similarity by considering the total length of matched road segments. Based on such similarity measurement, we propose a new clustering algorithm for trajectories by modifying and adjusting the FastMap and hierarchical clustering schemes. To evaluate the performance of the proposed clustering scheme, we also develop a trajectory generator considering the observation that most objects tend to move from the starting point to the destination point along their shortest path, and perform a variety of experiments using the trajectories thus generated. The performance result shows that our scheme has the accuracy of over 95% in comparison with that judged by human beings.

The Image of Ruralism in Korea through a Text Mining for Online News Media analysis (인터넷 뉴스 데이터 텍스트 분석을 통해 본 우리나라 농촌다움에 대한 이미지 연구)

  • Son, Yong-hoon;Kim, Young-jin
    • Journal of Korean Society of Rural Planning
    • /
    • v.25 no.4
    • /
    • pp.13-26
    • /
    • 2019
  • The rural areas in South Korea have changed rapidly in the process of national land development. Rural landscapes have become discoloured, and their attractiveness has decreased as cities have expanded. But the attractiveness or multifunctional values of rural areas has become more important in contemporary society around the world. According to this social demand, the efforts of conserving the rural landscape are of high priority and the recovery of ruralism in the area is required. This study has tried to understand how the public image of ruralism in South Korea has been influenced by the news media. The study retrieved news articles using the web searching portal site from the six keywords, commonly used to refer to ruralism, including 'rural landscape', 'rural community', 'rural tourism', 'rural life', 'rural amenity', and 'rural environment'. News data from the six keywords were also collected respectively from within the year-period of 2004-05, 2007-08, 2012-13, and 2016-17. In the text mining analysis, the nouns with high Degree Centrality were figured out, and the changes by year-period were identified. Then, LDA topic analysis was performed for text datasets of six keywords. As a result, the study found that the news articles gave an informed focus on only a handful of issues such as 'poor rural living condition', 'regional or village improvement projects', 'rural tourism promotion projects', and 'other government support projects'. On the other hand, nouns related to virtues and values in the rural landscape were less shown in news articles. These results have become more apparent in recent years. In the topic analysis, 35 topics were identified. 'village development projects', 'rural tourism', and 'urban-rural exchange projects' were appeared repeatedly in several keywords. Among the topics, there are also topics closely related to ruralism such as 'rural landscape conservation', 'eco-friendly rural areas', 'local amenity resources', 'public interest values of agriculture', and 'rural life and communities'. The study presented an image map showing ruralism in South Korea using a network map between all topics and keywords. At the end of the study, implications for Korean rural area policy and research directions were discussed.

Development of Simulation-Based Emergency Preparedness Government Practice Model - Focusing on SW Development of Infectious Disease Practice Caps - (시뮬레이션 기반 비상대비 정부연습모델 개발 - 감염병 연습모의 SW개발을 중심으로 -)

  • Kim, Mun-kyom;Song, Jae-Min;Yoo, Su-Hong;Sohn, Hong-Gyoo
    • The Journal of the Korea Contents Association
    • /
    • v.22 no.2
    • /
    • pp.58-70
    • /
    • 2022
  • The emergency preparedness exercise currently conducted by the government has been conducted as a message-based exercise for more than 50 years. Therefore, in this study, a simulation-based maintenance practice model was developed focusing on infectious disease situations, and the possibility of a training system applying scientific techniques was presented. As a result, First, a simulatioon logic assuming an infectious disease outbreak situation was developed. The situation of an infectious disease outbreak was made to occur when measures are not taken within 24 hours for the death due to disease, and when appropriate measures are not taken for contaminated food (24 hours), drinking water (12 hours), and drinking water shortage (24 hours). Second, in order to implement the simulation logic, simulation engine SW was developed for emergency medical team, epidemiological investigation team, dead burial team, quarantine and disinfection team, etc., and situation map SW was developed so that these contents could be expressed in the situation map. As suggested in this paper, if scientific techniques are applied to the simulation-based government practice model to expand the scope, training will be possible by creating practical situations that can occur in the real world, and the Chungmu plan and various emergency preparedness plans will be verified.

Determining of Ground Condition Criteria for Dam Reinforced RIM Grouting (댐체 강화 RIM부 그라우팅을 위한 지반상태 기준 결정)

  • Han, Kiseung;Lee, Donghyuk;Park, Duhee
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.42 no.2
    • /
    • pp.181-186
    • /
    • 2022
  • Dam slope RIM is a highly important contact interface where the main body and the base surface are connected. In general, when the grouting for the slope of the dam structure is designed, it is planned using limited data (drilling, geological map, etc.). This makes it very difficult to accurately consider the original ground characteristics of the slope RIM grouting target, In addition, when the grouting volume planned during the design is drilled and injected into the original ground where the waterstop is secured, there is a possibility that the original ground with the waterstop is disturbed and the effect of the waterstop is rather diminished. In order to overcome such problems, it is more suitable to first consider geological conditions and determine whether to perform optimal grouting on the original ground through on-site repair tests before performing RIM grouting. In this paper, to determine the grouting of the RIM unit, a pilot hole water pressure test was performed on the rock of the slope in the target section. The analysis shows grouting volume of 1 Lugeon or less, and the cement injection amount also shows the injection result of 1 kg/m or less. In this case, performing grouting is rather counterproductive. This result can be evaluated through a rock of which some degree of order of mass is secured, as it is a dam design standard of 1 Lugeon or less when analyzed, using the results of visual observation and geological map creation during slope cutting. Therefore, in conclusion, it is preferable to make the decision for using RIM grouting on the slope of the dam body structure, based on 1 Lugeon in a rock state, and the cement injection amount also at 1 kg/m.

Development of Tree Detection Methods for Estimating LULUCF Settlement Greenhouse Gas Inventories Using Vegetation Indices (식생지수를 활용한 LULUCF 정주지 온실가스 인벤토리 산정을 위한 수목탐지 방법 개발)

  • Joon-Woo Lee;Yu-Han Han;Jeong-Taek Lee;Jin-Hyuk Park;Geun-Han Kim
    • Korean Journal of Remote Sensing
    • /
    • v.39 no.6_3
    • /
    • pp.1721-1730
    • /
    • 2023
  • As awareness of the problem of global warming emerges around the world, the role of carbon sinks in settlement is increasingly emphasized to achieve carbon neutrality in urban areas. In order to manage carbon sinks in settlement, it is necessary to identify the current status of carbon sinks. Identifying the status of carbon sinks requires a lot of manpower and time and a corresponding budget. Therefore, in this study, a map predicting the location of trees was created using already established tree location information and Sentinel-2 satellite images targeting Seoul. To this end, after constructing a tree presence/absence dataset, structured data was generated using 16 types of vegetation indices information constructed from satellite images. After learning this by applying the Extreme Gradient Boosting (XGBoost) model, a tree prediction map was created. Afterward, the correlation between independent and dependent variables was investigated in model learning using the Shapely value of Shapley Additive exPlanations(SHAP). A comparative analysis was performed between maps produced for local parts of Seoul and sub-categorized land cover maps. In the case of the tree prediction model produced in this study, it was confirmed that even hard-to-detect street trees around the main street were predicted as trees.

Study of the Construction of a Coastal Disaster Prevention System using Deep Learning (딥러닝을 이용한 연안방재 시스템 구축에 관한 연구)

  • Kim, Yeon-Joong;Kim, Tae-Woo;Yoon, Jong-Sung;Kim, Myong-Kyu
    • Journal of Ocean Engineering and Technology
    • /
    • v.33 no.6
    • /
    • pp.590-596
    • /
    • 2019
  • Numerous deaths and substantial property damage have occurred recently due to frequent disasters of the highest intensity according to the abnormal climate, which is caused by various problems, such as global warming, all over the world. Such large-scale disasters have become an international issue and have made people aware of the disasters so they can implement disaster-prevention measures. Extensive information on disaster prevention actively has been announced publicly to support the natural disaster reduction measures throughout the world. In Japan, diverse developmental studies on disaster prevention systems, which support hazard map development and flood control activity, have been conducted vigorously to estimate external forces according to design frequencies as well as expected maximum frequencies from a variety of areas, such as rivers, coasts, and ports based on broad disaster prevention data obtained from several huge disasters. However, the current reduction measures alone are not sufficiently effective due to the change of the paradigms of the current disasters. Therefore, in order to obtain the synergy effect of reduction measures, a study of the establishment of an integrated system is required to improve the various disaster prevention technologies and the current disaster prevention system. In order to develop a similar typhoon search system and establish a disaster prevention infrastructure, in this study, techniques will be developed that can be used to forecast typhoons before they strike by using artificial intelligence (AI) technology and offer primary disaster prevention information according to the direction of the typhoon. The main function of this model is to predict the most similar typhoon among the existing typhoons by utilizing the major typhoon information, such as course, central pressure, and speed, before the typhoon directly impacts South Korea. This model is equipped with a combination of AI and DNN forecasts of typhoons that change from moment to moment in order to efficiently forecast a current typhoon based on similar typhoons in the past. Thus, the result of a similar typhoon search showed that the quality of prediction was higher with the grid size of one degree rather than two degrees in latitude and longitude.