Skip to main content
Erschienen in: International Journal of Disaster Risk Science 6/2022

Open Access 07.11.2022 | Article

Toward Interoperable Multi-hazard Modeling: A Disaster Management System for Disaster Model Service Chain

verfasst von: Wenyu Jiang, Fei Wang, Xiaocui Zheng, Xinxin Zheng, Xiaohui Qiao, Xin Li, Qingxiang Meng

Erschienen in: International Journal of Disaster Risk Science | Ausgabe 6/2022

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

A natural hazard-related disaster event often causes a series of secondary disasters, forming a disaster chain. Modeling the evolution of disaster chains in multi-hazard scenarios is crucial for risk governance and urban resilience. However, existing multi-hazard models are limited by complex model design and fixed disaster types, making it impossible to ensure flexible reactions to complex and diverse scenarios. This study presents a disaster management system for disaster model service chain (DMSC) to implement interoperable multi-hazard modeling. To achieve efficient model interaction in the DMSC, a management module is designed to normalize heterogeneous single-hazard models based on disaster system theory and the Open Geospatial Consortium standards, enabling them to be accessible, reusable, and interoperable. The normalized models are then adaptively orchestrated through an orchestration module to establish optimal executable DMSCs for different multi-hazard scenarios. Taking an earthquake disaster chain as a case study, we demonstrate that the disaster management system shows stable and flexible performance for multi-hazard modeling.

1 Introduction

Natural hazard-related disaster events are not always isolated and static. A series of secondary disasters are often induced along with the development of the primary disaster, forming a disaster chain (Helbing 2013; Zheng et al. 2019). The massive casualties and devastation caused by disasters are usually the cumulative and amplified results of the spatiotemporal interactions among multiple disasters. In 2008, the freezing rain and snow disaster in southern China triggered serious secondary and derivative disasters, including traffic accidents, power grids collapse, and freezing damage, resulting in economic losses of USD 20.1 billion (Chen et al. 2011). In 2011, the earthquake-induced tsunami in Japan caused more than 20,000 deaths, and destroyed the Fukushima nuclear power plant, leading to a horrific radioactive material leakage accident, which brought a worldwide and long-term environmental impact (Murata 2021; Okada et al. 2011). In many cases, secondary and derivative disasters are even more destructive than the primary ones (Ha et al. 2016), and multiple risks are often interacted with each other and cannot be handled separately (Shi et al. 2010; Renn et al. 2018). Therefore, to better understand, estimate, and mitigate the negative impacts of disasters, it is of great significance to simulate the spatiotemporal evolution of disaster chains rather than a single hazard.
Disaster models simulate the development of disasters to assist emergency responders in estimating the scope and severity of damage (Fan 2007; Yuan 2016). Many disaster models have been developed for different types of natural hazards and disasters such as hurricanes (Miljkovic and Miljkovic 2014), earthquakes (Shuai et al. 2020), floods (Chen et al. 2022), tsunamis (Wang and Jia 2022), and wildfires (Jiang et al. 2021). These models are well suited for single-hazard scenarios but cannot simulate multi-hazard scenarios. Some studies have developed multi-hazard models by integrating different single-hazard models in a tightly coupled way, such as storm-flood model (Ding 2016) and post-earthquake fire model (Lee and Davidson 2010). The tightly coupled method can fit specific multi-hazard scenarios accurately with tailored hybrid models, but always requires a large amount of work and cannot be flexibly used for scenarios with different or more disaster types. To increase the flexibility of integrating different models, some studies adopt a loosely coupled method, which chains multiple models to a service chain by following certain software architecture principles (Weiser and Zipf 2007), such as bomb threat analysis system (Stollberg and Zipf 2007) and fire detection system (Samadzadegan et al. 2013). However, these studies mainly focus on decomposing a single-hazard model into several service-based sub-functions (for example, buffer analysis, path planning), and orchestrating them into a service chain to facilitate model execution. There is a paucity of research on coupling multiple single-hazard model services into a disaster model service chain (DMSC) for multi-hazard modeling.
The development of DMSCs requires high accessibility and interoperability of single-hazard services be efficiently coupled. However, existing disaster services are usually developed using different mechanisms and programming languages. Most of them have poor compatibility and interoperability due to the different data structures of the inputs and outputs, as well as the lack of a standard execution mode. There are few studies on service standardization to support multi-hazard modeling. Multi-hazard modeling is essential for disaster management system development. The concept of disaster management has been widely used in community resilience (Saja et al. 2021; Benekos et al. 2022; Chisty et al. 2022), emergency decision-making systems (Yi et al. 2012; Bang 2014; Shakeri et al. 2021), and other relevant domains. But developing disaster management systems with model service paradigms and interface specifications is still an area that has not been widely investigated. The Open Geospatial Consortium (OGC) has proposed the Web Processing Service (WPS) specification to standardize the process of publishing geospatial models as web services. The OGC WPS has been widely used in environmental and natural hazard and disaster modeling, such as hydrologic modeling (Qiao et al. 2019; Qiao et al. 2021), flood response modeling (Tan et al. 2016), and multi-hazard assessment (Bathrellos et al. 2017; Skilodimou et al. 2019). The OGC WPS has been demonstrated to enable models to be reused and chained to construct complex modeling workflows for decision-making systems. However, there are few studies leveraging OGC WPS in multi-hazard DMSC modeling. In addition, interface specification is the crucial component for WPS interoperability, but only a few specifications were proposed to standardize disaster model interface like FireML for fire models (Jiang et al. 2018), and EarthquakeML for earthquake models (Babaie and Babaei 2005). There is still a lack of unified interface specifications for more disaster models, especially in DMSC scenarios.
In addition, single-hazard models in a disaster management system are orchestrated following certain rules to form a DMSC. The rules to chain disasters are normally constructed based on the causal relationship between disasters (Wang et al. 2020). The concept of disaster chain rules has been used in emergency response to decompose tasks into phases, with different disaster models running in each phase (Shao et al. 2009). However, current research on disaster chain rules is mostly based on simulations or historical cases, relying heavily on expert experiences, and limited to a few types of disasters, such as earthquakes (Sakahira and Hiroi 2021) and typhoons (Purwar et al. 2020). Zheng et al. (2019) proposed a data-based method to summarize disaster chain patterns by extracting the relationship between disasters from academic publications and social media datasets. The constructed disaster chain network is complex and undirected, making it difficult to exactly relate each disaster node to single-hazard models. The physical chain for execution is built following the disaster chain rule and further optimized by the service quality of each single-hazard model. Quality of Service (QoS) has been widely used in many research areas for service quality evaluation, such as business (Jung 2011), supply chain (Cho et al. 2012), network GIS performance (Yang and Evans 2017), and Internet of Things (Said 2022). For disaster modeling, the QoS evaluation method with indicators has been proved to be effective in optimizing disaster model combination (Wang et al. 2020). However, current studies focused on conceptual design with less consideration of disaster system theory (Shi 2005; Shi et al. 2020) and spatiotemporal characteristics of disasters (Wang and Lv 2016).
To address the above research gaps in DMSCs, we developed a disaster management system that can design and build DMSCs to support interoperable multi-hazard modeling. In the system, we designed an OGC-based disaster management module to standardize the service paradigm and interface specification of single-hazard models for complex multi-hazard scenarios, an orchestration module to adaptively orchestrate DMSCs for diverse multi-hazard scenarios. An earthquake case study was conducted to demonstrate the multi-hazard modeling procedure with this system. The primary contributions of this work include but not limited to:
(1)
A disaster management system for DMSCs to support multi-hazard modeling, reducing design complexity, and improving model reusability.
 
(2)
A service management module to publish heterogenous models as standardized OGC WPS services with unified interface specifications, enabling efficient communication between models.
 
(3)
A service orchestration module to adaptively build and optimize DMSCs following disaster chain rules and QoS evaluation.
 

2 Methodology

The framework design of the disaster management system is critical for the implementation of interoperable multi-hazard modeling. Three primary components are first proposed to illustrate the interaction process between this system and remote users or providers. Then, two core system modules are defined to elaborate how to manage the distributed single-hazard models and orchestrate them into an executable disaster model service chain.

2.1 System Framework

The disaster management system consists of three primary components: disaster model user, disaster model provider, and disaster management platform (DMP). The disaster model users are people who send disaster analysis requests as descriptive text to execute the model services hosted on the DMP via the network. The disaster model providers are people who register distributed disaster models and publish them as web services on the platform via the network. The DMP accepts requests from model users and providers, processes the requests, and sends results back as responses. The DMP contains a model standardization engine, an emergency semantic engine, a disaster chain rule engine, and a QoS evaluation engine. The model standardization engine is used to verify the validity of the registered models from service paradigm and interface specification. The emergency semantic engine is used to extract disaster keywords from the description text in users’ requests. The disaster chain rule engine is used to classify disaster models and orchestrate them into the DMSC. The QoS evaluation engine is used to identify the optimal DMSC for execution. The interactions among these three system components are shown in Fig. 1.

2.1.1 Interactions Between Disaster Model Providers and DMP

Model providers need to prepare models following the service paradigm and the interface specification. After receiving a model registration request from the model provider, the DMP uses the model standardization engine to validate the model and then initiates execution requests to its qualified provider to obtain the model’s QoS value. Finally, the qualified disaster model is clustered by its disaster type and stored in the accessible disaster model cluster database.

2.1.2 Interactions Between Disaster Model Users and DMP

When a model user sends a request to use a multi-hazard modeling service hosted on the DMP, the DMP first calls the emergency semantic engine to extract disaster keywords from the request and then uses the disaster chain rule engine to adaptively orchestrate a DMSC. The orchestrated DMSC is a logical chain in this step, and it can be pruned by users to filter unimportant disaster nodes. The DMP then uses the QoS evaluation engine to choose the optimal model for each chain node and form a physical executable DMSC.

2.2 Disaster Model Management Module

The disaster model management module is the basis to enable single-hazard models to be accessible, reusable, and interoperable. The disaster system theory is adopted to analyze the spatiotemporal characteristics of disaster chains and divide them into three structural components. Based on this theory and the OGC standards, these single-hazard models are first defined as WPS-based services, and then a disaster model markup language (DMML) is designed to standardize the interface representation of these services. These methods allow single-hazard models to be accessed remotely and interact efficiently with each other.

2.2.1 Disaster System Theory

Disaster system theory is the key to managing and applying diverse disaster models. Existing disaster theories indicate that a disaster event is a structural system composed of hazard, the geographical environment, and exposed units (Shi 2005; Shi et al. 2020). A disaster chain can be described as a mathematical representation (Wang and Lv 2016). Based on the disaster system theory, the general process of the DMSC is defined as shown in Fig. 2. Single-hazard models can be chained together as an integrated multi-hazard model. A disaster model \({DM}_{i}\) in the chain can output disaster loss (DL) and hazards. These factors are crucial components to triggering the next disaster model \({DM}_{i+1}\). The enabling geographical environment and exposed units are two other indispensable input elements of the disaster model \({DM}_{i+1}\). When any of the above three elements are missing, the \({DM}_{i+1}\) will not be activated. Meanwhile, the DMSC is a more complex chain, as its nodes are independent single-hazard models generating spatiotemporal characteristics of the hazards. For instance, some models’ impacts are instantaneous (for example, earthquakes), while others are continuous (for example, wildfires). The hazards output by node models should contain the spatiotemporal attributes to ensure spatiotemporal consistency.

2.2.2 Disaster Model Specification

Most disaster models are tightly coupled in independent emergency systems to provide offsite model operations for remote users, making it impossible to be reused and integrated with other offsite modules. As described in this section, a disaster model management module is developed based on the OGC WPS and the disaster system theory, which adopts a service paradigm and interface specification to improve the interoperability of distributed heterogeneous single-hazard disaster models. In this system, we first extended the WPS to define the service paradigm for disaster models with GetCapabilities, DescribeProcess, and Execute to standardize the model query, model description, and model execution. The GetCapabilities operation requests metadata for the disaster model service, including the service name and function description, and so on. The DescribeProcess operation requests the detailed parameters required by the model service, including the data type, data constraint, data description, among others. The Execute operation runs the service and returns results.
The service paradigm improves model shareability and reusability based on the service-oriented architecture (SOA). However, there is still a lack of unified interface specifications to further improve the interoperability of distributed heterogeneous disaster models. Therefore, a disaster model markup language (DMML) is proposed to standardize the interface representation of disaster models in the WPS process, as shown in Fig. 3. The framework of DMML is designed based on the disaster system theory for better adaptation to various disaster models. The DMML consists of four key elements—hazard (HA), geographical environment (GE), exposed units (EU), and disaster loss (DL). The EU element is aimed at describing the concerned objects affected by the disaster and categorized as infrastructure, natural resources, and humans. Infrastructure contain human-made critical infrastructure, such as gas pipelines, power grids, buildings, roads, hazardous chemical tanks, and so on, while natural resources include atmosphere, water, forest, soil, among others. The HA may be a fire that ignites dry wood, which triggers disasters in the GE. Natural and human factors both are components of the HA element. Natural factors include powerful natural hazards (earthquakes, typhoons, droughts, landslides, and so on), able to damage the EU and even cause other hazards and disasters. Human factors are mainly concerned with urban facilities, such as traffic accidents, chemical accidents, electrical accidents, and gas accidents. The GE element describes the natural environment and urban environment of disaster evolution. The DL element is set to describe the disaster damage to the economy, casualties, infrastructure, and natural resources.
To validate the output of the developed disaster model, a DMML-based XSD (XML Schema Definition) is implemented to define the structure and constrain the contents of the proposed DMML. The XSD uses schema components to constrain and document the meaning, usage, and relationships of their constituent parts: data type, element, content, attribute, and value (Gao et al. 2012). Therefore, the DMML-based XSD can be adopted to verify that the inputs and outputs of the model conform to the pre-defined interface specifications. This is the most fundamental component to ensuring model interoperability, and based on this, the disaster models in the DMSC can interact efficiently with each other.

2.3 Adaptive Disaster Model Service Chain (DMSC) Orchestration Module

Service orchestration is a key step to combine single-hazard disaster models and form a specific DMSC. However, existing DMSC orchestration methods heavily rely on experts’ experiences and support limited specific disaster types. Therefore, they are not flexible and comprehensive enough for complex and diverse multi-hazard scenarios. Here, our system adopted a DMSC orchestration module based on disaster chain rules and the QoS evaluation method. This module can adaptively orchestrate single-hazard disaster models into a loosely coupled optimized DMSC according to user-provided description text through three steps: logical chain construction, physical chain construction and optimization, and dynamic adjustment for service failure.

2.3.1 Logical Chain Construction

The disaster keywords can be extracted from the user-provided description text based on a sematic-based keywords extraction algorithm (Wang and Huai 2012). These keywords consist of five important categories: time, location, disaster type, model function, and model constraints. To address the limitations of the experts’ experiences and cover more disaster types, we adopted a data-driven all-hazard disaster chain construction method proposed by Zheng et al. (2019) and further processed it to construct a disaster chain rule database. Then taking the disaster-type keyword as the initial node, a specific disaster logical chain with a finite number of nodes can be extracted through the depth-first traversal algorithm. Meanwhile, it is necessary to determine the chain association between different disaster nodes when there are multiple disaster-type keywords. Disaster chains with different disaster nodes as initial nodes are constructed separately, and then they will be merged if these are the same disaster nodes in the chain. Otherwise, they retain their respective complete chains. For instance, two specific logical chains can be generated when taking “earthquake” and “wildfire” as initial disaster nodes with the search depth as 2. The wildfire logical chain is merged into the earthquake logical chain when the fire disaster node is in the earthquake logical chain, as shown in Fig. 4.

2.3.2 Physical Chain Construction and Optimization

The logical chain describes the disaster node types and their chain structure. There are multiple alternative disaster model services for each disaster node. Therefore, optimizing the best combination of disaster models is significant for modeling multi-hazard scenarios. The QoS evaluation method has been widely used in model service performance evaluation (Gui et al. 2009). Here, we adopt this method to quantitatively evaluate disaster model performance with evaluation indicators such as the response time (T), throughput (\(Tp\)), availability (\(A\)), reliability (R), reputation (Rp), and cost (C). \(T\) is time to receive a response, as defined in Eq. 1:
$$ T = \frac{1}{n}\mathop \sum \limits_{i = 1}^{n} \left[ {T_{i} \left( {tran} \right) + T_{i} \left( {process} \right)} \right] $$
(1)
where \(T_{i} \left( {tran} \right)\) is the transmission time, \(T_{i} \left( {process} \right)\) is the processing time. \(Tp\) is the number of processed requests per unit time, as defined in Eq. 2:
$$ Tp = \frac{1}{n}\mathop \sum \limits_{i = 1}^{n} \left[ {{\text{max}}(N_{i} \left( P \right)/T_{i} \left( m \right))} \right] $$
(2)
where \(T_{i} \left( m \right)\) is the test time, \(N_{i} \left( P \right)\) is the number of processed requests during \(T_{i} \left( m \right)\). \(A\) is the probability of service accessibility, as defined in Eq. 3:
$$ A = \frac{1}{n}\mathop \sum \limits_{i = 1}^{n} \left[ {T_{i} \left( u \right)/T_{i} \left( m \right)} \right] $$
(3)
where \(T_{i} \left( u \right)\) is the normal operating time during \(T_{i} \left( m \right)\). \(R\) is percentage of successful calls to the total number of calls, as defined in Eq. 4:
$$ R = \frac{1}{n}\mathop \sum \limits_{i = 1}^{n} \left[ {N_{i} \left( s \right)/N_{i} \left( k \right)} \right] $$
(4)
where \(N_{i} \left( s \right)\) is the number of successful responses, and \(N_{i} \left( k \right)\) is the number of requests. \(Rp\) is the model score given by users, as defined in Eq. 5:
$$ Rp = \frac{1}{n}\mathop \sum \limits_{i = 1}^{n} \left[ {Rp_{i} } \right] $$
(5)
In our system, Locust (Jonatan et al. 2021), an open model load testing software, is adopted to acquire \(T\), \(Tp\), and \(A\). \(Rp\), \(C\) (cost to call the service) are subjective indicators determined by disaster model users and disaster model providers respectively. If there are \(N\) nodes in the logical chain, \(S_{i } \left( {i = 1,2,3, \ldots ,N} \right)\) is the number of candidate models for the \(n^{i}\) disaster node, then the number of candidate physical chains can be calculated as \(\mathop \prod \limits_{i = 1}^{N} S_{i}\). Figure 5 presents one of the disaster model physical chains built from the merged chain shown in Fig. 4, where E2 in the earthquake node means the 2nd earthquake model in the disaster model cluster database.
The purpose of physical chain optimization is to provide users with the best DMSC. The optimization method is determined by both disaster node performance and the chain structure. The model node performance can be represented by the QoS indicators, while the chain structure is defined by the structure calculation rules. Different from common chains that consist of sequence, selection, and parallel, the DMSC has no selective structure since disasters under the same parent node rarely have complete mutual exclusivity, they are independent and only determined by three disaster trigger elements. In the sequential structure, QoS indicators \(T\), \(A\), and \(R\) for each physical chain can be defined as Eq. 6:
$$ T = \mathop \prod \limits_{i = 1}^{n} T_{i} ,A = \mathop \prod \limits_{i = 1}^{n} A_{i} ,R = \mathop \prod \limits_{i = 1}^{n} R_{i} $$
(6)
where \(n\) means the number of disaster nodes in the sequential structure. \(Tp\), \(Rp\), and \(C\) can be defined as Eq. 7:
$$ Tp = \min \left( {T_{{p_{i} }} \ldots ,T_{{p_{n} }} } \right),{ }Rp = \mathop \sum \limits_{i = 1}^{n} \frac{{R_{{p_{i} }} }}{n},C = \mathop \sum \limits_{i = 1}^{n} C_{i} $$
(7)
The parallel structure is taken as a child node of the sequential structure, and each branch of the parallel structure may contain only one node or another sequential structure, even a parallel structure. The parallel structure is iteratively decomposed into independent sequential branches. Each sequential branch can be evaluated by Eqs. 6 and 7. Then the QoS indicators \( A\), \(R\) of the parallel structure can be defined as Eq. 8:
$$ A = 1 - \mathop \prod \limits_{i = 1}^{n} \left( {1 - A_{i} } \right),R = 1 - \mathop \prod \limits_{i = 1}^{n} \left( {1 - R_{i} } \right) $$
(8)
where \(n\) means the number of branches in the parallel structure. \(T\), \(Tp\) can be defined as Eq. 9:
$$ T = {\text{max}}\left( {T_{i} \ldots ,T_{n} } \right),Tp = {\text{min}}\left( {T_{{p_{i} }} \ldots T_{{p_{n} }} } \right) $$
(9)
and \(Rp\), \(C\) can be defined as Eq. 10:
$$ Rp = {\raise0.7ex\hbox{${\mathop \sum \nolimits_{i = 1}^{n} R_{{p_{i} }} }$} \!\mathord{\left/ {\vphantom {{\mathop \sum \nolimits_{i = 1}^{n} R_{{p_{i} }} } n}}\right.\kern-\nulldelimiterspace} \!\lower0.7ex\hbox{$n$}},C = \mathop \sum \limits_{i = 1}^{n} C_{i} $$
(10)
The comprehensive QoS value for each physical chain is calculated using the weighted summation algorithm, as defined in Eq. 11. The physical chain with the highest QoS value is selected and recommended to users for execution.
$$ QoS = \omega_{0} \times T + \omega_{1} \times Tp + \omega_{2} \times A + \omega_{3} \times R + \omega_{4} \times Rp + \omega_{5} \times C $$
(11)

2.3.3 Dynamic Adjustment of the Disaster Model Service Chain (DMSC)

The disaster model physical chain has the possibility of service failure. The analysis of the causes of the service chain failure and the design of the corresponding dynamic adjustment strategies are critical for guaranteeing stable and reliable service chains. The causes for service failure can be summarized into the following two categories: failure of disaster model node, and missing model trigger elements.
2.3.3.1 The Failure of the Disaster Model Node
The uncertainty of remote processing and network transmission is a common cause of physical chain failure. The disaster management platform (DMP) will periodically verify the accessibility of the distributed model, but this mechanism is difficult to completely avoid failures during chain operation. Therefore, when the DMP detected that a disaster node in the physical chain is unresponsive for a long time, it first removes this failed disaster node from the physical chain and sets it as a temporarily invalid model. Then, the DMP calls the QoS evaluation engine to reconstruct the physical chain. Different from initial construction, the disaster model nodes before the failed node have finished invoking, thus their outputs can be directly adapted to other alternative subsequent model nodes. Therefore, the front disaster model nodes are reserved and their QoS indicator values are temporarily adjusted to optimal values.
2.3.3.2 Missing Model Trigger Elements
As mentioned in Sect. 2.2.1, a disaster model is triggered by three indispensable elements: hazard, geographical environment, and exposed units. For instance, Fig. 6 describes an earthquake DMSC with a hazardous chemical accident and tsunami as disaster nodes in the chain. However, the disaster scenario is limited in scope, and there may be no hazardous chemical storage tanks and seawater in the geographic region. Thus, there may be no environment for the hazardous chemical accident model or the hazard may be too weak to induce another disaster (that is, earthquakes of lower magnitude are difficult to induce the tsunami). In this case, the untriggered disaster node and its subsequent nodes in the chain are automatically deleted. The logical chain and the physical chain are both reconstructed.

3 Results

To demonstrate the superiority of the disaster management system, an earthquake disaster chain is chosen as the study case to examine how this system performs the interoperable multi-hazard modeling. The details of the disaster model management service and the disaster model service chain (DMSC) orchestration service are elaborated step by step. The orchestrated DMSC is executed to simulate the complete evolutionary process of the earthquake disaster chain. The quantified simulation results of this chain are visualized comprehensively in the system’s map interface.

3.1 Experimental Area

In recent decades, there has been a rapid emergence of urbanized cities in China with a developed economy, high population density, and complex urban lifeline systems. Potential hazards and disasters in these cities, such as typhoons, floods, landslides, wildfires, traffic incidents, hazardous chemical accidents, and water pollution, pose a significant threat to risk governance. To better elaborate the interoperable multi-hazard modeling procedure of the disaster management system, we choose a real region as an experimental area with some simulated data, where there are woodlands, buildings, traffic networks, and underground gas networks, as shown in Fig. 7.
In the experimental area, frequently occurring earthquake is set as the primary disaster. The earthquake causes ground shaking and is very likely to induce a landslide in areas with loose geological structures. The landslide is destructive, bringing down a large amount of soil from the mountain to the neighboring space, which causes damage to the infrastructure and even threatens lives. For example, the roads near the landslide point are likely to be damaged, causing traffic accidents and resulting in traffic congestion. The gas pipeline and electricity facilities are equally vulnerable to traffic accidents and are susceptible to damage and sparks, which may further ignite nearby trees and shrubs. Modeling the multi-hazard scenario is essential to assist emergency managers to analyze the complex process of the disaster chain and therefore make early prevention or effective rescue.

3.2 Disaster Model Management Service

The disaster management system is aimed at providing flexible and stable multi-hazard modeling services to assist decision making for government emergency management. As one of the most critical modules of the system, the management module proposes a standardized management method to enhance accessibility, reusability, and interoperability of distributed disaster models and facilitate efficient model interaction in the DMSC. On the system management module page (Fig. 8), distributed disaster models from different model providers are clustered into a disaster node by their disaster type. Once a disaster node is clicked, the brief information of the clicked disaster node will be displayed in the information column, such as user identity document (UID), model name, disaster type, function type, provider name, URL address, QoS value, and model description. Through the URL address, users can adopt the WPS operations to refer to detailed model information, like model function, model interface, and others.

3.3 Disaster Model Service Chain (DMSC) Orchestration Service

The orchestration module can adaptively orchestrate and optimize the DMSC with loosely coupled single-hazard disaster models. First, a disaster keyword extraction subpage is presented for users to describe the disaster scenario with critical model parameters, as shown in Fig. 9a. After clicking the “Next” button, the system emergency semantic engine extracts disaster keywords from the user-provided description text, including the time (9 April 2021 at 10:30 am), location (113.64456, 22.40927), disaster type (earthquake), and model function (disaster simulation). Then the disaster chain rule engine determines the initial disaster node “earthquake” and searches the all-hazard disaster chain rule database to generate the disaster model logical chain with disaster nodes (earthquake, landslide, tsunami, traffic, wildfire, flood, hazardous chemicals, and water pollution). The preliminary logical chain can be pruned by users to remove unimportant disaster nodes, such as tsunamis and floods, as Fig. 9b shows. Afterward, the QoS evaluation engine retrieves the optimal model combination among the candidate disaster model cluster and lists the physical chains with top QoS performance. Users can select a preferred physical chain and click the “Execute” button to run the physical chain.
After receiving the user’s “Next” request, the system sends the model execution request to each model provider according to the disaster model nodes in the physical chain. In this case study, there are no hazardous chemical elements in the experimental area, thus the hazardous chemical accident node fails to respond during the execution due to the mismatch between the disaster model and disaster scenario. Under the protection of the dynamic adjustment mechanism, the failed node and the subsequent disaster nodes will be removed. Then the logical and physical chains are dynamically reconstructed, providing stable DMSC for users.

3.4 Disaster Model Service Chain (DMSC) Result

The interfaces of each disaster model node in the physical chain comply with the DMML schema. As shown in Fig. 10, the disaster model interaction process of the reconstructed DMSC with earthquake (Shuai et al. 2020), landslide (Yang et al. 2020), traffic (Sanchez-Gonzalez et al. 2020), and wildfire (Jiang et al. 2021) is presented in four phases.

3.4.1 The First Phase, Earthquake Model

The system extracts the input parameters (focus: [113.64456, 22.40927], magnitude: 3, depth: 5 km) for the primary earthquake disaster from the user-provided description text, encapsulates them in the DMML format, and sends them as a request to the earthquake model. The provider accepts the request, executes the model, and returns the geographic range of different intensity zone to the system. As shown in Fig. 10 (1), the impact area of intensity level 6, 7, and 8 are all approximately elliptical, with an area of 4248.85 km2, 794.69 km2, and 23.83 km2 respectively. The highest intensity has the smallest impact area but causes most serious damage to surface targets, such as buildings and mountainous areas with steep slopes.

3.4.2 The Second Phase, Landslide Model

In the second phase, the system extracts intensity results from the earthquake model output, integrates with required weather data, and encapsulates them as a DMML-based request to execute the landslide model. The model provider runs and returns the landslide geographic range and the risk level of the geological monitoring sites to the system. Three sites are evaluated in this case study and the result shows that the Shenzhen University Town site has the highest risk level of a landslide (Fig. 10 (2)). Besides, the predicted extent of the landslide (yellow zone) impacts adjacent roads, resulting in a high probability of traffic accidents.

3.4.3 The Third Phase, Traffic Model

In the third phase, a request with the impact area from the landslide model output is submitted to traffic model provider. The model is executed to obtain predictions for the impact on the traffic flow caused by the landslide. Figure 10 (3) shows the simulated results of 411 roads in the study area, with three states (free road: green; slow road: orange; and congested road: red) showing different traffic congestion level. Once the roads are damaged by landslide, the number of congested roads significantly increases with time. The simulated result shows that 50 roads are congested within 30 minutes.

3.4.4 The Fourth Phase, Wildfire Model

In the fourth phase, the system submits a request to the wildfire model provider with required inputs and data from the traffic model output. The wildfire model is executed and returns the spatiotemporal range of the wildfire to the system. As shown in Fig. 10 (4), the wildfire spreads from the center of the map (yellow polygon with red fill). The simulated result shows that the forest burned area gradually increases with time, reaching 66.27 acres after three hours. Figure 11 presents the simulated result of the earthquake DMSC with the disaster management system. These simulation results are crucial for comprehensive and accurate situational analysis for complex disaster scenarios, assisting emergency agencies to control the evolution of disaster chains in time and reduce disaster losses.

4 Discussion

A natural hazard-related disaster event often contains multiple hazards and induces a series of secondary disasters. Besides, the spatiotemporal evolution of a multi-hazard disaster event is complicated and uncertain. A small change can trigger different secondary disasters then form different disaster chains. Multi-hazard modeling and simulation play a key role in disaster management decision making. However, traditional tightly coupled method of multi-hazard modeling is not capable to adjust to the changes in complex multi-hazard scenarios or flexible to integrate different types of disaster. To meet the needs of risk reduction and urban resilience under diverse disaster scenarios, we develop a disaster management system with the concept of DMSC to support multi-hazard modeling. The system provides a management module to publish diverse single-hazard models as standardized OGC WPS services with unified service paradigms and interface specifications, facilitating efficient model communication in DMSCs. In addition, the system provides a service orchestration module to build and optimize DMSCs following disaster chain rules and the QoS evaluation method. In this work, we conducted a case study of an earthquake-induced multi-hazard event in China. The system orchestrates, optimizes, and executes a loosely coupled DMSC with an earthquake as the primary disaster based on user-provided disaster descriptions. The case study elaborates the multi-hazard disaster modeling process in the system and demonstrates the benefits of using DMSC in multi-hazard modeling.
Compared with traditional multi-hazard modeling approaches with specific disaster types and fixed chain structures, the system provides more flexibility to simulate diverse multi-hazard scenarios and addresses web service chain stability issues, significantly lowering the barrier to multi-hazard modeling and risk assessment. For each simulation, the system first calls the disaster chain rule engine to generate the logical chain, and then optimizes the logical chain through the QoS evaluation engine to generate the optimized physical chain for final execution. The logical chain is created by a data-driven disaster network instead of experts’ experience, allowing more types of disaster to be considered and providing flexibility on chain orchestration. The tightly coupled multi-hazard chains always fail when the trigger element of a disaster node is missing or incomplete. For example, the experimental area of the earthquake case in this study has no chemical storage tank, which means that the crucial trigger element and exposed units are lacking to invoke the hazardous chemical model. The chain would fail to execute if models were coupled in the traditional tight way. Due to the loosely coupled method, our system can adaptively reconstruct the disaster chain to remove the hazardous chemical node.
Besides, the single-hazard model services in the system can be reused and adaptively orchestrated to form different DMSCs to support diverse scenario simulation. Each disaster node in a DMSC is a standardized OGC WPS and these disaster nodes communicate with each other in unified interface specification DMML. Besides, this system can reduce significant repetitive model development efforts by publishing existing single-hazard models as OGC WPS in the system without needing to change any codes in them, enabling simpler service maintenance. Moreover, with the benefits of the OGC WPS, hazard models with different programming languages over different computational platforms can communicate with each other and be connected to form a model chain.
Last, quantitative multi-hazard modeling provides comprehensive and accurate situational analysis for complex disaster scenarios, assisting emergency agencies with controlling the spatiotemporal evolution of disaster chains in time, and reducing damages and losses caused by disasters. In addition to multi-hazard modeling and simulation, the system provides interactive graphic user interfaces to visualize data and simulation results on a map. The system can effectively assist emergency agencies for pre-disaster preparedness, disaster impact assessment, and post-disaster recovery. For instance, the protection facilities in high-risk landslide monitoring sites need to be enhanced to avoid soil sliding onto roads and causing traffic congestion. Potential fire sources near forests need to be monitored and even eliminated. The traffic accident-prone roads should be given more attention and traffic design should be further improved.

5 Conclusion

Existing disaster modeling research mainly focuses on single-hazard modeling or integrating models for specific scenarios, and seldom considers developing a unified system to flexibly chain heterogeneous disaster models for multi-hazard scenarios. In this study, with the concept of DMSC, we leverage the OGC WPS specification and develop a disaster management system to support multi-hazard modeling and simulation and interactive graphical user interfaces for results visualization. With a case study of an earthquake-induced multi-hazard event, we demonstrate the potential contributions of this system in assisting decision making for government emergency agencies to take accurate rescue actions and reduce disaster losses.
The next step of this study is to improve the DMSC-based disaster management system by including more disaster models to fully demonstrate the utility and understand the limitations of this system. First, the current system provides four types of disaster (earthquake, landslide, traffic, and wildfire) with a single-hazard model for each disaster type. We plan to integrate more disaster types with more model options for each type of disaster in the system to support various multi-hazard disaster scenarios. Second, the DMML schema is designed based on the disaster system theory to standardize model interfaces. However, it is still difficult to fully describe the inputs and outputs of different disaster models due to their diversity and complexity. It is necessary to further optimize the DMML schema with consideration of its application in other disaster domains. Third, QoS evaluation is essential for DMSC orchestration and optimization. The QoS evaluation method used in this study focuses on network performance without considering indicators of model accuracy or other aspects. This is mainly due to the difficulty in defining unified benchmarks for model accuracy among different disaster domains. Improving the QoS evaluation method by considering more indicators to better assess the superiority of different disaster models is also one of our future research directions.

Acknowledgments

This research was supported by the Disciplines Distribution Project of Shenzhen, China (Grant No. JCYJ20180508152055235) and the Key Field Research and Development Program of Guangdong, China (Grant No. 2019B111104001).
Open AccessThis article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://​creativecommons.​org/​licenses/​by/​4.​0/​.
Literatur
Zurück zum Zitat Babaie, H.A., and A. Babaei. 2005. Developing the earthquake markup language and database with UML and XML schema. Computers & Geosciences 31(9): 1175–1200.CrossRef Babaie, H.A., and A. Babaei. 2005. Developing the earthquake markup language and database with UML and XML schema. Computers & Geosciences 31(9): 1175–1200.CrossRef
Zurück zum Zitat Bang, H.N. 2014. General overview of the disaster management framework in Cameroon. Disasters 38(3): 562–586.CrossRef Bang, H.N. 2014. General overview of the disaster management framework in Cameroon. Disasters 38(3): 562–586.CrossRef
Zurück zum Zitat Bathrellos, G.D., H.D. Skilodimou, K. Chousianitis, A.M. Youssef, and B. Pradhan. 2017. Suitability estimation for urban development using multi-hazard assessment map. Science of The Total Environment 575: 119–134.CrossRef Bathrellos, G.D., H.D. Skilodimou, K. Chousianitis, A.M. Youssef, and B. Pradhan. 2017. Suitability estimation for urban development using multi-hazard assessment map. Science of The Total Environment 575: 119–134.CrossRef
Zurück zum Zitat Benekos, I., E. Bekiaris, K. Wodniak, W. Serhan, Ł Sułkowski, H. Gharrad, and A. Yasar. 2022. A proposed methodological approach for considering community resilience in technology development and disaster management pilot testing. International Journal of Disaster Risk Science 13(3): 342–357.CrossRef Benekos, I., E. Bekiaris, K. Wodniak, W. Serhan, Ł Sułkowski, H. Gharrad, and A. Yasar. 2022. A proposed methodological approach for considering community resilience in technology development and disaster management pilot testing. International Journal of Disaster Risk Science 13(3): 342–357.CrossRef
Zurück zum Zitat Chen, Q., Z. Li, G. Fan, K. Zhu, W. Zhang, and H. Zhu. 2011. Indications of stratospheric anomalies in the freezing rain and snow disaster in South China, 2008. Science China Earth Sciences 54(8): 1248–1256.CrossRef Chen, Q., Z. Li, G. Fan, K. Zhu, W. Zhang, and H. Zhu. 2011. Indications of stratospheric anomalies in the freezing rain and snow disaster in South China, 2008. Science China Earth Sciences 54(8): 1248–1256.CrossRef
Zurück zum Zitat Chen, L., Z. Yan, Q. Li, and Y. Xu. 2022. Flash flood risk assessment and driving factors: A case study of the Yantanxi River Basin, Southeastern China. International Journal of Disaster Risk Science 13(2): 291–304.CrossRef Chen, L., Z. Yan, Q. Li, and Y. Xu. 2022. Flash flood risk assessment and driving factors: A case study of the Yantanxi River Basin, Southeastern China. International Journal of Disaster Risk Science 13(2): 291–304.CrossRef
Zurück zum Zitat Chisty, M.A., M. Muhtasim, F.J. Biva, S.E.A. Dola, and N.A. Khan. 2022. Sendai framework for disaster risk reduction (SFDRR) and disaster management policies in Bangladesh: How far we have come to make communities resilient? International Journal of Disaster Risk Reduction 76: Article 103039. Chisty, M.A., M. Muhtasim, F.J. Biva, S.E.A. Dola, and N.A. Khan. 2022. Sendai framework for disaster risk reduction (SFDRR) and disaster management policies in Bangladesh: How far we have come to make communities resilient? International Journal of Disaster Risk Reduction 76: Article 103039.
Zurück zum Zitat Cho, D.W., Y.H. Lee, S.H. Ahn, and M.K. Hwang. 2012. A framework for measuring the performance of service supply chain management. Computers & Industrial Engineering 62(3): 801–818.CrossRef Cho, D.W., Y.H. Lee, S.H. Ahn, and M.K. Hwang. 2012. A framework for measuring the performance of service supply chain management. Computers & Industrial Engineering 62(3): 801–818.CrossRef
Zurück zum Zitat Ding, Y. 2016. Hydrological changes driven storm flood disaster simulation method. Acta Geodaetica et Cartographica Sinica 45(2): Article 252. Ding, Y. 2016. Hydrological changes driven storm flood disaster simulation method. Acta Geodaetica et Cartographica Sinica 45(2): Article 252.
Zurück zum Zitat Fan, W. 2007. Advisement and suggestion to scientific problems of emergency management for public incidents. Bulletin of National Natural Science Foundation of China 21(2): 9–14. Fan, W. 2007. Advisement and suggestion to scientific problems of emergency management for public incidents. Bulletin of National Natural Science Foundation of China 21(2): 9–14.
Zurück zum Zitat Gui, Z., H. Wu, W. Liu, and Y. Chen. 2009. The research on QoS assessment and optimization for geospatial service chain. In Proceedings of the 17th International Conference on Geoinformatics (Geoinformatics 2009), 12–14 August 2009, Fairfax, Virginia, USA. Gui, Z., H. Wu, W. Liu, and Y. Chen. 2009. The research on QoS assessment and optimization for geospatial service chain. In Proceedings of the 17th International Conference on Geoinformatics (Geoinformatics 2009), 12–14 August 2009, Fairfax, Virginia, USA.
Zurück zum Zitat Ha, S., J. Zhang, S. Tong, and S. Li. 2016. Progress and prospect of the research on disaster chain. Journal of Catastrophology 31(2): 131–138. Ha, S., J. Zhang, S. Tong, and S. Li. 2016. Progress and prospect of the research on disaster chain. Journal of Catastrophology 31(2): 131–138.
Zurück zum Zitat Helbing, D. 2013. Globally networked risks and how to respond. Nature 497(7447): 51–59.CrossRef Helbing, D. 2013. Globally networked risks and how to respond. Nature 497(7447): 51–59.CrossRef
Zurück zum Zitat Jiang, W., F. Wang, L. Fang, X. Zheng, X. Qiao, Z. Li, and Q. Meng. 2021. Modelling of wildland-urban interface fire spread with the heterogeneous cellular automata model. Environmental Modelling & Software 135: Article 104895. Jiang, W., F. Wang, L. Fang, X. Zheng, X. Qiao, Z. Li, and Q. Meng. 2021. Modelling of wildland-urban interface fire spread with the heterogeneous cellular automata model. Environmental Modelling & Software 135: Article 104895.
Zurück zum Zitat Jiang, W., F. Wang, Q. Meng, Z. Li, B. Liu, and X. Zheng. 2018. Improving the interoperability of disaster models: A case study of proposing FireML for forest fire model. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences XLII-3: 673–677. Jiang, W., F. Wang, Q. Meng, Z. Li, B. Liu, and X. Zheng. 2018. Improving the interoperability of disaster models: A case study of proposing FireML for forest fire model. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences XLII-3: 673–677.
Zurück zum Zitat Jung, J.J. 2011. Service chain-based business alliance formation in service-oriented architecture. Expert Systems with Applications 38(3): 2206–2211.CrossRef Jung, J.J. 2011. Service chain-based business alliance formation in service-oriented architecture. Expert Systems with Applications 38(3): 2206–2211.CrossRef
Zurück zum Zitat Lee, S.W., and R. Davidson. 2010. Physics-based simulation model of post-earthquake fire spread. Journal of Earthquake Engineering 14(5): 670–687.CrossRef Lee, S.W., and R. Davidson. 2010. Physics-based simulation model of post-earthquake fire spread. Journal of Earthquake Engineering 14(5): 670–687.CrossRef
Zurück zum Zitat Miljkovic, T., and D. Miljkovic. 2014. Modeling impact of hurricane damages on income distribution in the coastal U.S. International Journal of Disaster Risk Science 5(4): 265–273.CrossRef Miljkovic, T., and D. Miljkovic. 2014. Modeling impact of hurricane damages on income distribution in the coastal U.S. International Journal of Disaster Risk Science 5(4): 265–273.CrossRef
Zurück zum Zitat Murata, A. 2021. Cultural aspects as a root cause of organizational failure in risk and crisis management in the Fukushima Daiichi disaster. Safety Science 135: Article 105091. Murata, A. 2021. Cultural aspects as a root cause of organizational failure in risk and crisis management in the Fukushima Daiichi disaster. Safety Science 135: Article 105091.
Zurück zum Zitat Okada, N., T. Ye, Y. Kajitani, P. Shi, and H. Tatano. 2011. The 2011 eastern Japan great earthquake disaster: Overview and comments. International Journal of Disaster Risk Science 2(1): 34–42.CrossRef Okada, N., T. Ye, Y. Kajitani, P. Shi, and H. Tatano. 2011. The 2011 eastern Japan great earthquake disaster: Overview and comments. International Journal of Disaster Risk Science 2(1): 34–42.CrossRef
Zurück zum Zitat Purwar, D., R. Sliuzas, and J. Flacke. 2020. Assessment of cascading effects of typhoons on water and sanitation services: A case study of informal settlements in Malabon, Philippines. International Journal of Disaster Risk Reduction 51: Article 101755. Purwar, D., R. Sliuzas, and J. Flacke. 2020. Assessment of cascading effects of typhoons on water and sanitation services: A case study of informal settlements in Malabon, Philippines. International Journal of Disaster Risk Reduction 51: Article 101755.
Zurück zum Zitat Qiao, X., Z. Li, D.P. Ames, E.J. Nelson, and N.R. Swain. 2019. Simplifying the deployment of OGC web processing services (WPS) for environmental modelling – Introducing Tethys WPS Server. Environmental Modelling & Software 115: 38–50.CrossRef Qiao, X., Z. Li, D.P. Ames, E.J. Nelson, and N.R. Swain. 2019. Simplifying the deployment of OGC web processing services (WPS) for environmental modelling – Introducing Tethys WPS Server. Environmental Modelling & Software 115: 38–50.CrossRef
Zurück zum Zitat Qiao, X., Z. Li, F. Zhang, D.P. Ames, M. Chen, E.J. Nelson, and R. Khattar. 2021. A container-based approach for sharing environmental models as web services. International Journal of Digital Earth 14(8): 1067–1086.CrossRef Qiao, X., Z. Li, F. Zhang, D.P. Ames, M. Chen, E.J. Nelson, and R. Khattar. 2021. A container-based approach for sharing environmental models as web services. International Journal of Digital Earth 14(8): 1067–1086.CrossRef
Zurück zum Zitat Renn, O., A. Klinke, and P.-J. Schweizer. 2018. Risk governance: Application to urban challenges. International Journal of Disaster Risk Science 9(4): 434–444.CrossRef Renn, O., A. Klinke, and P.-J. Schweizer. 2018. Risk governance: Application to urban challenges. International Journal of Disaster Risk Science 9(4): 434–444.CrossRef
Zurück zum Zitat Said, O. 2022. Design and performance evaluation of QoE/QoS-oriented scheme for reliable data transmission in Internet of Things environments. Computer Communications 189: 158–174.CrossRef Said, O. 2022. Design and performance evaluation of QoE/QoS-oriented scheme for reliable data transmission in Internet of Things environments. Computer Communications 189: 158–174.CrossRef
Zurück zum Zitat Saja, A.M.A., M. Teo, A. Goonetilleke, and A.M. Ziyath. 2021. A critical review of social resilience properties and pathways in disaster management. International Journal of Disaster Risk Science 12(6): 790–804.CrossRef Saja, A.M.A., M. Teo, A. Goonetilleke, and A.M. Ziyath. 2021. A critical review of social resilience properties and pathways in disaster management. International Journal of Disaster Risk Science 12(6): 790–804.CrossRef
Zurück zum Zitat Sakahira, F., and U. Hiroi. 2021. Designing cascading disaster networks by means of natural language processing. International Journal of Disaster Risk Reduction 66: Article 102623. Sakahira, F., and U. Hiroi. 2021. Designing cascading disaster networks by means of natural language processing. International Journal of Disaster Risk Reduction 66: Article 102623.
Zurück zum Zitat Samadzadegan, F., M. Saber, H. Zahmatkesh, and J.G. Khanlou. 2013. An architecture for automated fire detection early warning system based on geoprocessing service composition. International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences XL-1/W3: 351–355. Samadzadegan, F., M. Saber, H. Zahmatkesh, and J.G. Khanlou. 2013. An architecture for automated fire detection early warning system based on geoprocessing service composition. International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences XL-1/W3: 351–355.
Zurück zum Zitat Sanchez-Gonzalez, A., J. Godwin, T. Pfaff, R. Ying, J. Leskovec, and P.W. Battaglia. 2020. Learning to simulate complex physics with graph networks. In Proceedings of the 37th International Conference on Machine Learning (ICML 2020), 13–18 July 2020, Vienna, Austria. Sanchez-Gonzalez, A., J. Godwin, T. Pfaff, R. Ying, J. Leskovec, and P.W. Battaglia. 2020. Learning to simulate complex physics with graph networks. In Proceedings of the 37th International Conference on Machine Learning (ICML 2020), 13–18 July 2020, Vienna, Austria.
Zurück zum Zitat Shakeri, E., B. Vizvari, and R. Nazerian. 2021. Comparative analysis of disaster management between India and Nigeria. International Journal of Disaster Risk Reduction 63: Article 102448. Shakeri, E., B. Vizvari, and R. Nazerian. 2021. Comparative analysis of disaster management between India and Nigeria. International Journal of Disaster Risk Reduction 63: Article 102448.
Zurück zum Zitat Shao, Q., W. Weng, and H. Yuan. 2009. Research on emergency model library system based on dynamic trust network. Journal of Safety Science and Technology 5(3): 19–24. Shao, Q., W. Weng, and H. Yuan. 2009. Research on emergency model library system based on dynamic trust network. Journal of Safety Science and Technology 5(3): 19–24.
Zurück zum Zitat Shi, P. 2005. Theory and practice on disaster system research in a fourth time. Journal of Natural Disasters 14(6): 1–7 (in Chinese). Shi, P. 2005. Theory and practice on disaster system research in a fourth time. Journal of Natural Disasters 14(6): 1–7 (in Chinese).
Zurück zum Zitat Shi, P., N. Li, Q. Ye, W. Dong, G. Han, and W. Fang. 2010. Research on integrated disaster risk governance in the context of global environmental change. International Journal of Disaster Risk Science 1(1): 17–23. Shi, P., N. Li, Q. Ye, W. Dong, G. Han, and W. Fang. 2010. Research on integrated disaster risk governance in the context of global environmental change. International Journal of Disaster Risk Science 1(1): 17–23.
Zurück zum Zitat Shi, P., T. Ye, Y. Wang, T. Zhou, W. Xu, J. Du, J. Wang, and N. Li et al. 2020. Disaster risk science: A geographical perspective and a research framework. International Journal of Disaster Risk Science 11(4): 426–440.CrossRef Shi, P., T. Ye, Y. Wang, T. Zhou, W. Xu, J. Du, J. Wang, and N. Li et al. 2020. Disaster risk science: A geographical perspective and a research framework. International Journal of Disaster Risk Science 11(4): 426–440.CrossRef
Zurück zum Zitat Shuai, X., W. Feng, X. Dong, Q. Liu, M. Zhen, and J. Li. 2020. Rapid identification method of earthquake intensity influence field in divided-period after earthquake. Geomatics and Information Science of Wuhan University 45(8): 1195–1204 (in Chinese). Shuai, X., W. Feng, X. Dong, Q. Liu, M. Zhen, and J. Li. 2020. Rapid identification method of earthquake intensity influence field in divided-period after earthquake. Geomatics and Information Science of Wuhan University 45(8): 1195–1204 (in Chinese).
Zurück zum Zitat Skilodimou, H.D., G.D. Bathrellos, K. Chousianitis, A.M. Youssef, and B. Pradhan. 2019. Multi-hazard assessment modeling via multi-criteria analysis and GIS: A case study. Environmental Earth Sciences 78(2): Article 47. Skilodimou, H.D., G.D. Bathrellos, K. Chousianitis, A.M. Youssef, and B. Pradhan. 2019. Multi-hazard assessment modeling via multi-criteria analysis and GIS: A case study. Environmental Earth Sciences 78(2): Article 47.
Zurück zum Zitat Stollberg, B, and A. Zipf. 2007. OGC web processing service interface for web service orchestration aggregating geo-processing services in a bomb threat scenario. In Proceedings of Web and Wireless Geographical Information Systems: 7th International Symposium, 28–29 November 2007, Cardiff, UK. Stollberg, B, and A. Zipf. 2007. OGC web processing service interface for web service orchestration aggregating geo-processing services in a bomb threat scenario. In Proceedings of Web and Wireless Geographical Information Systems: 7th International Symposium, 28–29 November 2007, Cardiff, UK.
Zurück zum Zitat Tan, X., L. Di, M. Deng, F. Huang, X. Ye, Z. Sha, Z. Sun, W. Gong, Y. Shao, and C. Huang. 2016. Agent-as-a-service-based geospatial service aggregation in the cloud: A case study of flood response. Environmental Modelling & Software 84: 210–225.CrossRef Tan, X., L. Di, M. Deng, F. Huang, X. Ye, Z. Sha, Z. Sun, W. Gong, Y. Shao, and C. Huang. 2016. Agent-as-a-service-based geospatial service aggregation in the cloud: A case study of flood response. Environmental Modelling & Software 84: 210–225.CrossRef
Zurück zum Zitat Wang, L., and X. Huai. 2012. Semantic-based keyword extraction algorithm for Chinese text. Computer Engineering 38(1): 1–4. Wang, L., and X. Huai. 2012. Semantic-based keyword extraction algorithm for Chinese text. Computer Engineering 38(1): 1–4.
Zurück zum Zitat Wang, Z., and G. Jia. 2022. Simulation-based and risk-informed assessment of the effectiveness of tsunami evacuation routes using agent-based modeling: A case study of Seaside, Oregon. International Journal of Disaster Risk Science 13(1): 66–86.CrossRef Wang, Z., and G. Jia. 2022. Simulation-based and risk-informed assessment of the effectiveness of tsunami evacuation routes using agent-based modeling: A case study of Seaside, Oregon. International Journal of Disaster Risk Science 13(1): 66–86.CrossRef
Zurück zum Zitat Wang, X., and S. Lv. 2016. Research on disaster chain of leakage disaster in urban gas pipeline. Journal of Safety Science and Technology 12(5): 16–21.CrossRef Wang, X., and S. Lv. 2016. Research on disaster chain of leakage disaster in urban gas pipeline. Journal of Safety Science and Technology 12(5): 16–21.CrossRef
Zurück zum Zitat Wang, F., W. Jiang, B. Liu, X. Zheng, and L. Fang. 2020. Disaster model service chain orchestration method using disaster chain rules. Geomatics and Information Science of Wuhan University 45(8): 1168–1178 (in Chinese). Wang, F., W. Jiang, B. Liu, X. Zheng, and L. Fang. 2020. Disaster model service chain orchestration method using disaster chain rules. Geomatics and Information Science of Wuhan University 45(8): 1168–1178 (in Chinese).
Zurück zum Zitat Weiser, A., and A. Zipf. 2007. Web service orchestration of OGC web services for disaster management. In Geomatics Solutions for Disaster Management, ed. J. Li, S. Zlatanova, and A.G. Fabbri, 239–254. Berlin: Springer.CrossRef Weiser, A., and A. Zipf. 2007. Web service orchestration of OGC web services for disaster management. In Geomatics Solutions for Disaster Management, ed. J. Li, S. Zlatanova, and A.G. Fabbri, 239–254. Berlin: Springer.CrossRef
Zurück zum Zitat Yang, P., and J. Evans. 2017. Network GIS performance. In Encyclopedia of GIS, ed. S. Shekhar, H. Xiong, and X. Zhou, 1442–1446. Cham: Springer.CrossRef Yang, P., and J. Evans. 2017. Network GIS performance. In Encyclopedia of GIS, ed. S. Shekhar, H. Xiong, and X. Zhou, 1442–1446. Cham: Springer.CrossRef
Zurück zum Zitat Yang, M., S. Xiong, Y. Cao, Z. Ling, Y. Liu, and Y. Xie. 2020. Landslide hazard evaluation based on linear rupture plane method. In Proceedings of the 2nd International Symposium on Architecture Research Frontiers and Ecological Environment (ARFEE 2019), 20–22 December 2019, Guilin, China. Yang, M., S. Xiong, Y. Cao, Z. Ling, Y. Liu, and Y. Xie. 2020. Landslide hazard evaluation based on linear rupture plane method. In Proceedings of the 2nd International Symposium on Architecture Research Frontiers and Ecological Environment (ARFEE 2019), 20–22 December 2019, Guilin, China.
Zurück zum Zitat Yi, L., L. Ge, D. Zhao, J. Zhou, and Z. Gao. 2012. An analysis on disasters management system in China. Natural Hazards 60(2): 295–309.CrossRef Yi, L., L. Ge, D. Zhao, J. Zhou, and Z. Gao. 2012. An analysis on disasters management system in China. Natural Hazards 60(2): 295–309.CrossRef
Zurück zum Zitat Yuan, H. 2016. Research and Application on the Theory of Emergency and its Chain Effect. Beijing: Science Press (in Chinese). Yuan, H. 2016. Research and Application on the Theory of Emergency and its Chain Effect. Beijing: Science Press (in Chinese).
Zurück zum Zitat Zheng, L., F. Wang, X. Zheng, and B. Liu. 2019. Discovering the relationship of disasters from big scholar and social media news datasets. International Journal of Digital Earth 12(11): 1341–1363.CrossRef Zheng, L., F. Wang, X. Zheng, and B. Liu. 2019. Discovering the relationship of disasters from big scholar and social media news datasets. International Journal of Digital Earth 12(11): 1341–1363.CrossRef
Metadaten
Titel
Toward Interoperable Multi-hazard Modeling: A Disaster Management System for Disaster Model Service Chain
verfasst von
Wenyu Jiang
Fei Wang
Xiaocui Zheng
Xinxin Zheng
Xiaohui Qiao
Xin Li
Qingxiang Meng
Publikationsdatum
07.11.2022
Verlag
Springer Nature Singapore
Erschienen in
International Journal of Disaster Risk Science / Ausgabe 6/2022
Print ISSN: 2095-0055
Elektronische ISSN: 2192-6395
DOI
https://doi.org/10.1007/s13753-022-00450-1

Weitere Artikel der Ausgabe 6/2022

International Journal of Disaster Risk Science 6/2022 Zur Ausgabe