Abstract
Drought prediction is crucial for mitigating risks and designing measures to alleviate its impact. Machine learning models have been widely applied in the field of drought prediction in recent years. This study concentrated on predicting meteorological droughts in southwest China, a region prone to frequent and severe droughts, particularly in areas with sparse meteorological station coverage. The long short-term memory (LSTM) predictive model, which is a deep learning model, was constructed by calculating standardized precipitation evapotranspiration index (SPEI) values based on 144 weather station observations from 1980 to 2020. The 5-fold cross-validation method was used for the hyperparameter optimization of the model. The LSTM model underwent comprehensive assessment and validation through multiple methods. This included the use of several accuracy assessment indicators and a comparison of results. The comparison covered different drought characteristics among the LSTM predictive model, the benchmark random forest (RF) predictive model, the historical drought situations, and the calculated SPEI values based on observations from 144 weather stations. The results showed that the training results of the LSTM predictive model basically agreed with the SPEI values calculated from weather station observations. The model-predicted variation trend of SPEI values for 2020 was similar to the variation in SPEI values calculated based on weather station observations. On the test set, the coefficient of determination (R 2), the root mean square error, the explained variance score, the Nash–Sutcliffe efficiency, and the Kling–Gupta efficiency were 0.757, 0.210, 0.802, 0.761, and 0.212, respectively. The total consistency rate of the drought grade was 59.26%. The spatial correlation distribution of SPEI values between LSTM model prediction and calculation from meteorological stations in 2020 was more than 0.5 for most regions. The correlation coefficients exceeded 0.6 in western Tibet and Chengdu Plains. Compared to the RF model, the LSTM model excelled in all five performance evaluation metrics and demonstrated a higher overall consistency rate for drought categories. The Kruskal–Wallis test for both the LSTM and RF models all indicated no significant difference in the distributions between the predicted and observed data. Scatter plots revealed that the prediction accuracy for both models in 2020 was suboptimal, with the SPEI showing a comparatively narrow range of values. Nonetheless, the LSTM model significantly outperformed the RF model in terms of prediction accuracy. In summary, the LSTM model demonstrated good overall performance, accuracy, and applicability. It has the potential to enhance dynamic drought prediction in regions with complex terrain, diverse climatic factors, and sparse weather station networks.
1 Introduction
Drought usually originates from precipitation deficits and propagates through the hydrological cycle [1]. Few natural hazards are as devastating as drought worldwide, which is an unavoidable recurrent occurrence, affecting more than half of the world every year [2,3]. According to the Drought in Numbers 2022 Report released by the United Nations Convention to Combat Desertification, the frequency and duration of droughts have increased by 29% since 2000 and will increase in the next few decades in 129 countries worldwide. Approximately 650,000 people died from drought between 1970 and 2019. From 1998 to 2017, drought caused economic losses of approximately $124 billion globally. In 2022, more than 2.3 billion people faced water resource pressure, and nearly 160 million children suffered from severe and long-term drought. If the increase in global warming relative to pre-industrial temperature levels reaches 3°C by 2100, drought losses may be five times higher than they are now. If no action is taken, an estimated 700 million people will face the risk of displacement due to drought by 2030. One in every four children is estimated to live in areas with extreme water scarcity by 2040. Also, by 2050, drought may affect more than three-quarters of the world’s population, with an estimated 4.8–5.7 billion people facing water scarcity for at least 1 month each year (currently 3.6 billion people) [4,5]. Therefore, accurately predicting drought events and their spatiotemporal patterns is paramount for taking proactive measures and minimizing adverse impacts [6].
Defining the natural phenomena of drought is complex owing to its region-specific nature. However, precipitation deficit can be considered as the root cause of drought [7]. Generally, drought is classified into four categories based on its impact: meteorological drought, agriculture drought, hydrological drought, and socioeconomic drought. Among these, meteorological drought is the basis of the other three types of drought. As drought indices offer a quantitative description of the duration, severity, and extent of drought, they constitute the foundation for modern drought predictive modeling. Different drought types have different drought indices [5]. More than a hundred drought indices have been developed so far, including (but not limited to) the well-known meteorological drought indices such as the Palmer drought index (PDSI), the drought area index, the standardized precipitation index (SPI), standardized precipitation evapotranspiration index (SPEI), and the reconnaissance drought index [3,8]. Among these, as the name implies, SPEI considers the effects of both evaporation and precipitation values on drought severity, which builds on the algorithms used in both SPI and PDSI. SPEI can identify different drought types under the background of global warming and is widely used to analyze, monitor, and predict drought. It can also measure drought severity according to intensity and duration and identify the beginning and end of drought events [3,9]. Therefore, this study selected SPEI to analyze drought characteristics.
Drought has multivariate, nonlinear, and stochastic characteristics [10]. Various approaches are used for drought prediction. Among these, statistical, dynamical, and hybrid models are prominent. The commonly used statistical models are implemented using various algorithms such as Markov chain, fuzzy logic, classification and regression algorithms of machine learning (ML), and deep learning (DL) algorithms; different hybrid algorithms are also used [7,11]. ML has developed exponentially in recent years in the field of artificial intelligence. An increasing number of researchers have used different ML algorithms to predict drought from different timescales in various parts of the world [12]. The ML algorithms used include the k-nearest neighbor, random forest (RF), support vector machine, decision tree, multivariate adaptive regression spline (MARS), k means, boosted regression tree, classification and regression tree, eXtreme gradient boosting, Cubist, extreme learning machine, multilayer perceptron, and autoregressive integrated moving average (ARIMA) [12,13,14,15,16,17,18,19,20,21,22].
With the advent of the Big Data era, researchers are challenged by the problems of complex data structure, massive data volume, and variable data quality. Conventional ML methods require the use of a large amount of professional knowledge in the target areas to do the modeling. That is, the researchers should know enough about the model and take a lot of time in manually designing a feature extractor for converting raw data into an appropriate internal representation. For this reason, conventional ML methods are inadequate for building drought prediction models, whereas artificial neural network (ANN) offers promising solutions. Especially, Hinton and Salakhutdinov [23] proposed DL based on a deep neural network (DNN) in 2006, which combined several layers of nonlinear modules for feature conversion. DL can automatically perform feature extraction from massive amounts of data and learn multilayer feature representation. Its nonlinear multilayer architecture makes it possible to model complex tasks. For time-series prediction tasks, DL can effectively extract features from time series and achieve high predictive performance. This method is suitable for drought prediction based on nonlinear and nonstationary time series [3,24,25]. Main DL algorithms include DNN, convolutional neural network, recurrent neural network (RNN), and generative adversarial network.
The DL methods can not only extract more useful features from a large number of drought factors but also excel in handling nonlinear and nonstationary relationships between input features, thereby improving the prediction ability of drought. They can have great potential beyond previous modeling methods. Long short-term memory (LSTM) is recognized as an advanced form of RNN, which can cover the flaws of general RNN structure through long-term dependency learning [26]. Some researchers attempted to use the LSTM model to predict drought. An increase in drought prediction accuracy is usually achieved compared with conventional ML and shallow learning, with a prolongation of forecast lead time. Poornima and Pushpalatha [27] compared the 1-, 6-, and 12-month prediction of the ARIMA statistical model with LSTM using multivariate input, hoping to improve said performance. The conclusions showed that the LSTM model provided better results than the ARIMA model for predictions on a longer timescale. Zhang et al. [28] proposed an LSTM method to predict the historical monthly soil moisture time-series data from 1980 to 2012. Comparing the performance of the proposed LSTM model with the ARIMA and autoregressive model, the results demonstrated that the proposed LSTM method (0.0088) had much lower root mean square error (RMSE) than the ARIMA (0.0950) and AR (0.0246) models. Dikshit et al. [29] used the LSTM method to predict the SPEI at 1-month (SPEI-1) and 3-month (SPEI-3) timescale. A comparison of the LSTM model with RF and ANN revealed that the former achieved an R 2 value of more than 0.99 for both SPEI-1 and SPEI-3 cases. Also, the LSTM model showed an improvement relative to ML models for a lead time of 1 month in terms of different drought characteristics. Firdaus et al. [7] took the Latur region of Maharashtra in India as an example for predicting drought indices at varying timescales using SVR and LSTM models. The results showed that the LSTM model outperformed for all three indices SPI, SPEI, and RDI compared with the SVR model. Docheshmeh et al. (2022) [28] investigated the capability of an LSTM model in predicting drought calculated from monthly rainfall data obtained from four stations of Iran. The LSTM method performed superior to the extra-trees, vector autoregressive approach (VAR), and MARS in predicting drought based on different timescales of SPI. The evaluation outcomes recommended using the LSTM model in predicting SPI-based droughts. Wang et al. [30] proposed a drought prediction and evaluation framework based on the LSTM model. A scheme directly used ten diverse factors and historical SPEI to predict future SPEI, further assessing future drought characteristics. The results indicated that the LSTM model significantly improved accuracy when handling high-dimensional complex data and predicting key factors such as precipitation, evaporation, and temperature. The average error of drought severity for light, moderate, severe, and extreme drought levels was 0.05, 0.25, 0.64, and 1.48, respectively. Villegas-Ch and García-Ortiz [31] constructed and evaluated a drought prediction model using the LSTM model based on historical information from local meteorological stations. The results demonstrated that the proposed LSTM model achieved a remarkable accuracy of 98.5% and a high sensitivity of 97.2% in predicting drought events in the coastal region of Ecuador. Based on these existing research results, this study chose the LSTM model to predict the drought characteristics in southwest China.
Southwest China is a vast region that is highly vulnerable to drought, influenced by water vapor from the Bay of Bengal and the south trough. This area is characterized by its diverse terrain and topography, encompassing the Qinghai–Tibet Plateau, the Yunnan–Guizhou Plateau, the Hengduan Mountain Range, and the Sichuan Basin. Historically, southwest China has experienced frequent severe and intense droughts [32]. The factors contributing to drought and the mechanisms behind it vary significantly within this region [32,33,34,35]. Establishing weather stations is particularly challenging in the high-altitude areas of the Qinghai–Tibet Plateau and the Yunnan–Guizhou Plateau. The limited number of weather stations in these regions exacerbates the shortage of meteorological data. Additionally, global warming has led to an increase in both the frequency and intensity of drought events [36]. Consequently, there is an urgent need for a precise and adaptive drought prediction model to mitigate the impacts in southwest China. DL methods are currently less used for drought prediction in southwest China. Therefore, the present study mainly completed the following tasks: (1) SPEI values were calculated based on 144 weather station observations from 1980 to 2020 in southwest China; (2) an LSTM prediction model was constructed based on monthly SPEI values from 1980 to 2019, and SPEI values were predicted in 2020; (3) the performance of the LSTM model was comprehensively assessed and validated by not only using several accuracy assessment indicators but also comparing the results on different drought characteristics (the spatial and temporal distributions, grades, and scope of impact) among the LSTM model, the historical drought situations, and the calculated SPEI values from 144 weather station observations; and (4) a benchmark RF model was also developed, and a comprehensive comparative analysis of its predictive performance was carried out in comparison with the LSTM model. The research aimed to develop a DL LSTM model designed to manage long-term dependencies effectively, model nonlinear relationships, automatically extract key features from data, adapt flexibly, require minimal computational resources, reduce overfitting risk, and ensure high accuracy. The purpose was to improve the level of dynamic drought prediction in regions characterized by complex terrain and topography and formative factors of weather and climate and where weather stations were sparsely distributed. By accurately and timely predicting drought, decision-makers can take appropriate measures to mitigate the adverse effects of drought on society, economy, and environment, and ensure the achievement of sustainable development and resource utilization goals in southwest China [6].
2 Data and methods
2.1 Study area
Southwest China extends longitudinally from 78°42′E to 110°11′E and latitudinally from 21°13′N to 36°53′N. It shares borders with India, Laos, Bhutan, Nepal, Pakistan, and Myanmar, covering an area of 2.34 million km², which represents about 24.5% of China’s total land area [37]. This region includes five provinces and municipalities: Yunnan, Sichuan, Chongqing, Guizhou, and Tibet. It features a mix of subtropical monsoon and alpine climates, with annual precipitation ranging from 600 to 2,300 mm and average temperatures varying between −2.8 and 23.9°C. Rainfall is unevenly distributed, with the eastern areas experiencing much higher precipitation compared to the western regions, where the disparity can reach up to fivefold between the wettest and driest locations [38,39]. Given the region’s complex geography and climate, agricultural development exhibits a range of characteristics. Key staple crops include rice, corn, wheat, potatoes, and soybeans. Additionally, there has been substantial development in horticultural crops and traditional Chinese medicinal herbs. Southwest China is also a significant base for tobacco, tea, and fruit production. Consequently, droughts can lead to considerable losses in agricultural productivity across these various sectors.
2.2 Data
The daily meteorological observations included the temperature and precipitation data from 144 weather stations in southwest China from 1980 to 2020, which were downloaded from data.cma.cn. The data of weather stations underwent three preprocessing steps to ensure quality control: checks for internal consistency, assessments of climatic threshold values, and evaluations of extreme station values [40]. To handle the limited missing data from 144 weather stations, interpolation was conducted by utilizing average values of the same meteorological element from corresponding days across different years. These methods were employed to improve the accuracy and scientific validity of the meteorological observations. The drought disaster data for southwest China in 2020 were sourced from the 2020 China Climate Bulletin [41]. Figure 1 illustrates the geographic location of the study area and the spatial distributions of elevation and weather stations [32].

Geographical location (a) and spatial distribution of DEM and weather stations (b) in southwest China.
2.3 Methods
2.3.1 Calculation of SPEI
Vicente-Serrano et al. [42] first proposed the SPEI based on SPI considering both water deficit and cumulative effects. SPEI is an index obtained by calculating the difference between precipitation and potential evapotranspiration (PET) [43]. Some methods used to calculate PET include the Penman–Monteith method recommended by the Food and Agriculture Organization of the United Nations as the standard method for calculating evapotranspiration with high accuracy. However, its disadvantage is that it requires many meteorological parameters, which is not easy to obtain in many parts of the world [9]. PET can also be calculated using the Thornthwaite method to obey a log-logistic probability distribution, which requires few meteorological elements [43]. In the present study, we used the Thornthwaite method to calculate PET. SPEI was calculated using the following formula, where the monthly climatic water balance D i of month i was initially computed using the difference between precipitation P i and PET i and was expressed as follows [27,42,44]:
The calculated D
i
values were aggregated at different timescales. SPEI was calculated using the three-parameter log-logistic distribution based on the standardized D series. The probability distribution function
where α, β, and γ are the scale, shape, and origin parameters, respectively, which were obtained using the L-moment procedure [42]:
where Γ(1 + 1/β) is the gamma function of (1 + 1/β), and W s is the probability-weighted moment of order s (s = 0, 1, 2), which was calculated as follows:
where N is the number of data points and i is the range of observations in increasing order. SPEI was then calculated as the standardized values of F(x), as follows:
When P ≤ 0.5,
When P > 0.5, the value of P is 1 – P,
where P is the cumulative probability, W is the weighted moment of cumulative probability, and the constant values are c 0 = 2.515517, c 1 = 0.802853, c 2 = 0.010328, d 1 = 1.432788, d 2 = 0.189269, and d 3 = 0.001308. The drought categories classified according to the SPEI values are shown in Table 1.
2.3.2 LSTM model
Hochreiter and Schmidhuber proposed LSTM for the first time in 1997 [49] to solve the problem of blowing up or decaying error backflow in original RNNs. However, this model has been improved and generalized progressively by numerous scholars. The LSTM model is one of the DL techniques showing a great ability for dealing with time-series problems by considering information selections and long-term dependencies [50]. It incorporates several recurrently connected blocks to control the memory of each neural layer. These memory blocks include three main units: input, output, and forget gates [51]. The gates are considered multiplicative units and can be activated or closed to control the error flow. Hence, LSTM can effectively capture the long-term temporal dependencies, without suffering many optimization hurdles. A schematic of a typical LSTM memory block is shown in Figure 2, and detailed equations of each component are explained in equations (11)–(16) [52].
where
![Figure 2
Structure of the LSTM model [52].](/document/doi/10.1515/geo-2022-0708/asset/graphic/j_geo-2022-0708_fig_002.jpg)
Structure of the LSTM model [52].
Due to the LSTM model’s advantages, including its ability to effectively capture long-term dependencies in time series, model nonlinear relationships, automatically extract significant features from data, demonstrate high flexibility, and integrate with other models, it has made notable progress in areas such as drought prediction. Nevertheless, several limitations must be addressed, including high data requirements, extended training times, the risk of overfitting, poor interpretability, and challenges in handling very long time-series data. These factors should be carefully considered when applying the model.
2.3.3 Benchmark model-RF
The RF method, introduced by Breiman in 2001, is a robust and versatile ML algorithm extensively used for both classification and regression tasks. RF enhances prediction accuracy and mitigates overfitting by aggregating multiple decision trees. Its strengths include the capacity to handle high-dimensional data, assess feature importance, support parallelization, reduce bias and variance, and maintain robustness to missing data. However, RF also presents certain limitations, such as high computational resource demands, limited model interpretability, significant spatial complexity, longer prediction times, sensitivity to noisy data, and the complexity of parameter tuning [32,53,54]. This study utilized RF as a benchmark model to compare and evaluate the prediction performance of LSTM model.
Classification outcomes are determined through voting among the base classifiers. The final classification result is derived by aggregating the decisions of each decision tree using a majority voting approach. This can be mathematically represented as follows [54]:
where H(x) denotes the final classification result from RF, h i (x) represents the classification outcome of ith classification and regression tree, Y is the output variable, and I(·) is the indicator function.
2.3.4 Indicators of model accuracy assessment
The accuracy of the prediction model was evaluated by computing and comparing statistical measures based on the differences between the true (observed) and predicted drought index (SPEI): the R 2, explained variance score (EVS), RMSE, Nash–Sutcliffe efficiency (NSE), Kling–Gupta efficiency (KGE), and correlation coefficient (CC) were calculated using equations (18)–(24), respectively [32,45,55,56]:
where i represents the data for the ith sample point, N denotes the number of samples, and Var stands for the sample variance.
Additionally, for classification problems, the consistency rate was also employed to assess model accuracy. The consistency rate is defined as the ratio of the number of correctly classified samples (where the drought levels of SPEI predicted by the model match those calculated from weather stations) to the total number of samples for a given dataset. This measure reflects how well the model’s predictions align with the actual drought levels. The calculation formula is as follows [62,63]:
where C is the number of correctly classified samples, and T is the total number of samples.
3 Results and analysis
3.1 Construction of LSTM model
At present, correct drought prediction for Tibet (sparse weather stations) in southwest China still remains a challenge. In our previous study, we compared the applicability of SPEI and meteorological drought composite index (MCI) for drought monitoring in southwest China and demonstrated a higher monitoring performance of SPEI for Tibet than MCI [32,64,65]. The MCI, developed by the National Climate Center by integrating several drought indices, has already been used in China’s meteorological businesses. So, this study used the SPEI values calculated from weather station observations in southwest China from 1980 to 2019 as input parameters to construct an LSTM model in Python. The total sample is 480 monthly SPEI values of 144 meteorological stations. The training set was generated by randomly selecting two-thirds of the total sample, and the remaining one-third of the sample constituted the test set. The optimal model was built based on the aforementioned dataset division. Droughts were predicted for the year 2020 based on the SPEI values. The LSTM model obtained was then subjected to parameter tuning by the method of 5-fold cross-validation to determine the optimal parameters in the training set, as shown in Table 2. Here, lr was the learning rate, a parameter that controlled the speed at which the model learned. If lr was too small, the model converged too slowly; if lr was too large, the model might not converge at all. In this study, lr was set to 0.008 to ensure normal convergence. Epoch is the number of iterations for training the ML model with all the training data in one cycle, with the best loss. A nonzero dropout indicates the addition of a dropout layer following any other layers except for the last LSTM layer. The corresponding dropout probability is represented by dropout, with a default value of 0. It was set to 0.8 in this study to prevent overfitting. The Input_size represents the number of expected features in the input. As SPEI values were predicted in a one-to-one manner, only one feature was present in the input. Similarly, the output_size represented the number of expected features in the output, and an SPEI value for the year 2020 was the output for each input of the SPEI value. Namely, a single-layer LSTM and a single-feature vector SPEI were mainly used, and the final prediction time step was 12 months by setting a time-slip step to predict the next data with every four-sample input, and eight samples were trained at the same time each time.
Optimal parameters of the LSTM prediction model
Parameters | Meaning | Optimal parameters |
---|---|---|
lr | Learning rate | 0.008 |
Epoch | Iterations | 600 |
Dropout | Forgetting layer | 0.8 |
Input_size | Number of input features | 1 |
Output_size | Number of output features | 1 |
Figure 3 shows the temporal variations in the SPEI values obtained by training the LSTM model from 1980 to 2019 and the predicted SPEI values for 2020. The cyan line (true values) represents the SPEI values calculated based on 144 weather station observations in southwest China from 1980 to 2019. The blue line (training predictive values) represents the results from the training of the LSTM model. The red line (test predictive values) represents the SPEI values predicted by the model for 2020 from those between 1980 and 2019.

Average time changes of SPEI on calculating values based on 144 weather stations from 1980 to 2019, training values from 1980 to 2019, and predictive values in 2020 based on the LSTM model.
Figure 3 shows that the training results of the LSTM model basically agreed with the SPEI values calculated based on weather station observations. The two had a similar variation trend, indicating that the LSTM model correctly simulated the variation in SPEI values. Besides, the LSTM model also predicted a sudden decrease between 2009 and 2010 which southwest China encountered extreme drought once in a century, demonstrating the reliability of the training results. However, we also found that the training results were smaller than SPEI values calculated based on weather station observations, and the former changed less significantly. This was probably because the model had a worse learning ability for samples with a smaller proportion (such as severe drought and extreme drought), but a stronger ability in learning the overall trend. Generally speaking, the model-predicted variation trend of SPEI values for 2020 was similar to the variation in SPEI values calculated based on weather station observations.
3.2 LSTM model accuracy evaluation
We first compared the SPEI values calculated based on weather station observations against the actual drought statistics for 2020 [66] before comparing the LSTM-predicted SPEI values against the SPEI values calculated based on weather station observations to improve the model prediction accuracy. In this way, we determined whether the SPEI values calculated based on weather station observations correctly reflected the actual spatial distribution of drought in southwest China in 2020. Table 3 shows the actual drought situation in southwest China in 2020. Figure 4 shows the results of spatial monitoring of droughts based on a monthly-scale SPEI following drought grade classification in Table 1 and by performing spatial interpolation using SPEI values calculated based on 144 weather station observations in southwest China in 2020.
Actual drought conditions in 2020 in southwest China
Region | Sichuan | Yunnan | Guizhou | Chongqing | Tibet | |
---|---|---|---|---|---|---|
Drought situation | Fast worsening drought in May and June, with drought relieved from the second 10 day period of June to early July | Drought occurring in most regions of the central part, southern region of the northwestern part, and western region of the southeastern part from January to June; severe drought, particularly in spring in the central and southern parts, reaching the peak at the end of May; gradually increasing precipitation in July, with drought gradually relieved in the western part; the drought persisting into the first 10 day period of August in the central and eastern parts; severe winter drought at the end of the year | Fast worsening drought from early May to the second 10 day period of June, with drought relieved from the second 10 day period of June to early July | Fast worsening drought in May and June, with drought relieved from the second 10 day period of June to early July | Little precipitation in Ngari Prefecture in the western part since July, with drought of moderate severity and above in some regions; severe drought in Shiquanhe Town and Purang County; severe drought in the western and central parts of Tibet from September to October |

Monthly-scale SPEI-based drought monitoring in southwest China for 2020. (a) Jan. (b) Feb. (c) Mar. (d) Apr. (e) May (f) Jun. (g) Jul. (h) Aug. (i) Sep. (j) Oct. (k) Nov. (l) Dec.
Figure 4 shows that drought was infrequent in the entire southwest China in January and February. However, a severe drought hit Yunnan, Sichuan, and eastern Tibet in March. The entire Yunnan was struck by a drought of moderate severity and above. Severe and extreme drought affected southwestern Sichuan, while mild and moderate drought occurred in eastern Tibet. The drought was relieved in southwest China in April, but worsened in Yunnan in May and June. Moderate-to-severe drought occurred in southern Yunnan, and moderate drought in Sichuan and Chongqing. The drought was lessened in the Sichuan–Chongqing region in June. The drought appeared in western Tibet in July and worsened over time. Most parts of Tibet were inflicted by extreme drought in October, and the drought severity peaked in this month. The drought was relieved in November and December. From July to October, the drought was also relieved in Yunnan, Guizhou, Sichuan, and Chongqing. A drought of moderate severity and above hit extensive regions of Yunnan, Sichuan, Guizhou, and Chongqing in November. The drought disappeared in Guizhou and Chongqing in December, while severe drought hit southern Yunnan and western Sichuan. As shown by actual drought statistics in Table 3, drought mainly occurred in Yunnan as far as southwest China was concerned. The spring drought was particularly severe and extensive in Yunnan, reaching its peak at the end of May. The drought was gradually relieved by rainfalls in June and July, although it persisted into August in central and eastern Yunnan. Severe drought recurred in Yunnan at the end of 2020. In Sichuan, Guizhou, and Chongqing, drought mainly occurred in May and June and was basically relieved in July. Starting from July, western Tibet was hit by a drought of moderate severity and above. Drought was severe in western and central Tibet in September and October. A combined analysis of Figure 4 and Table 3 shows that the monthly drought-grade monitoring based on SPEI values calculated from weather station observations generally agreed with the spatial distribution of the actual drought situation. This indicated that SPEI enabled effective and correct monitoring of drought grades and distribution in southwest China. Therefore, we could reliably compare the SPEI values calculated from weather station observations against the drought monitoring results from the LSTM model to assess model accuracy.
In this study, five indicators, namely, R 2, RMSE, EVS, NSE, and KGE, were chosen as the accuracy assessment indicators of the LSTM model. The values of these five indicators are listed in Table 4.
Predictive accuracy evaluation results of the LSTM model
Accuracy assessment indicators | Value |
---|---|
R 2 | 0.757 |
RMSE | 0.210 |
EVS | 0.802 |
NSE | 0.761 |
KGE | 0.212 |
Total consistency rate of drought grade | 59.26% |
Table 4 demonstrates that when two-thirds of the samples from 1980 to 2019 were used as the training set and the remaining one-third as the test set, the model yielded more favorable training results. The R 2 value for the predicted SPEI on the test set, compared to the 1 month scale SPEI (SPEI-1) calculated from weather station observations, was 0.757, indicating a significant correlation. Additionally, the RMSE and EVS on the test set were 0.210 and 0.802, respectively. The small RMSE and EVS values close to 1 indicate high prediction accuracy and strong agreement with actual observations. The NSE was 0.761, falling within the range of 0.7 to 0.9, which signifies great prediction success. The KGE was 0.212, a value greater than 0 and less than 1, suggesting a certain level of reliability in the model predictions. Overall, the model exhibited a good prediction performance. The training results of the LSTM model on the training set shared a similar variation trend as the actual observations, thus indicating that the model predictions were generally reliable.
3.3 RF benchmark model construction and comparative analysis
An RF benchmark model was constructed using the same data and dataset partitioning method. Table 5 details the optimal parameters for the final RF prediction model. Table 6 provides the accuracy evaluation results using the five metrics: R 2, RMSE, EVS, NSE, and KGE.
Optimal parameters of the RF prediction model
Parameters | Description | Optimal value |
---|---|---|
Max_features | Maximum features per decision tree | “auto” |
Bootstrap | Whether sampling is performed with or without replacement | True |
Criterion | Criteria for evaluating split quality | mse |
Max_depth | Tree depth limit | 2 |
Min_samples_split | Minimum samples for node splitting | 2 |
Min_samples_leaf | Minimum samples per leaf node | 3 |
n_Estimators | Total number of decision trees | 69 |
Predictive accuracy evaluation results of the RF model
Accuracy assessment indicators | Value |
---|---|
R 2 | 0.350 |
RMSE | 0.409 |
EVS | 0.017 |
NSE | −0.036 |
KGE | 0.044 |
Total consistency rate of drought grade | 40.10% |
Comparing the results presented in Table 6 with those in Table 4, it was observed that in the test set, the accuracy evaluation indices were as follows: 0 < R 2 < 0.757, 0 < RMSE and 0.210 < RMSE, 0 < EVS < 0.802, NSE < 0 and NSE < 0.761, 0 < KGE < 0.212. The RF model demonstrated relatively poor performance overall, whereas the LSTM model exhibited superior evaluation performance compared to the RF model. This discrepancy is considered to be potentially related to the smaller number of features selected and the shorter time scale of the time series studied. Given that drought events inherently involve temporal dependencies and that LSTM model is better suited for handling time-series data with long-term dependencies, the prediction performance of LSTM is relatively better.
3.4 LSTM model comparison and validation
The consistency rate of each drought grade was estimated based on LSTM-predicted SPEI-1 for 2020 and the SPEI-1 values calculated from weather station observations for 2020. However, the consistency rates of drought grades are affected by the total sample size, distribution of different drought grades at each weather station, and the one-to-one single feature prediction. Our analysis showed that the total consistency rate of drought grade was high, the value being 59.26% (Table 4). Specifically, the consistency rate was highest for no drought, which was 75.68%. The consistency rate was more than 50% for mild and moderate drought, and it was 42.56% for severe drought. It was the lowest for extreme drought, which was only 24.32%. In comparison, the RF model achieved a lower overall consistency rate of 40.10% (Table 6), further highlighting the superior predictive reliability of the LSTM model.
Figure 5 shows the scatter plots of the SPEI-1 values predicted by the LSTM and RF models compared to those calculated by meteorological stations for the year 2020.

Scatter plots of SPEI-1 values predicted by the LSTM and RF models compared to the true values for 2020.
The scatter plot in Figure 5 showed that the prediction accuracy of both models for 2020 was suboptimal, with the SPEI index displaying a comparatively narrow value range. However, the LSTM model outperformed the RF model significantly in terms of prediction accuracy. The underlying reasons can be analyzed as follows: first, the calculation was based not on the SPEI-1 values from a single meteorological station, but on the averaged SPEI-1 values across 144 meteorological stations in southwest China, resulting in a more compressed value range. Second, the data used comprised single-feature SPEI-1 sample data derived from these 144 stations from 1980 to 2019. The limited number of samples, coupled with the selected feature variable, reduced the predictive robustness, particularly given the scarcity of learning samples representing extreme and severe droughts over this 40 year span. In 2020, some regions and seasons in the southwest China experienced extreme drought and severe drought events, which considerably impacted the models’ predictions, shifting the predicted value range toward the more frequent no drought and mild drought cases. Finally, the 2020 prediction was based on only 12 months of data, which limited the models’ learning potential and leaded to less pronounced results. However, due to the LSTM model’s ability to retain long-term information through its memory units and capture temporal dependencies across extended sequences, it is better suited to predicting long-term patterns, explaining its superior performance compared to the RF model.
Additionally, a Kruskal–Wallis test was performed to statistically compare the predicted values with the observed values. The Kruskal–Wallis test is a non-parametric method used to assess whether two or more samples originate from the same probability distribution. The results of this test for both models are presented in Table 7. As illustrated in the table, the H0 hypothesis was rejected for the predictions of both models using the SPEI-1 data. This result indicates that there was no significant difference between the distributions of the predicted and observed data.
P-values of Kruskal–Wallis test at 95% significance level
Models | SPEI-1 | |
---|---|---|
p value | *H0 | |
LSTM | 0.862 | Reject |
RF | 0.967 | Reject |
H0: There are differences between mean predicted and measurement values.
* indicates passing the significance level test of 0.05.
Figure 6 shows the temporal variations in the SPEI values calculated from weather station observations in southwest China for 2020 and those in SPEI values predicted using the LSTM model for 2020.

Average temporal changes in SPEI values between LSTM model prediction and calculation based on 144 meteorological stations in 2020.
Figure 6 presents that the LSTM-predicted SPEI values for 2020 shared a similar variation trend with the SPEI values calculated from weather station observations. A decreasing trend was observed for both, indicating an arid trend in southwest China in 2020. Except for November, the monthly variation trends of SPEI values were basically the same, but the specific SPEI values differed significantly. The model predictions revealed smaller SPEI values but more steady variations. According to the drought-grade classification based on SPEI values in Table 1, the drought grades were normal in all 12 months. However, a milder drought was indicated for November due to significant intermonthly variations in SPEI values calculated from weather station observations. A larger difference between the results of the two methods might be due to the accumulation of errors as the prediction proceeded. Besides, a milder change in SPEI values for the prior time step might affect the predicted value of the next time step. Nevertheless, the variation trends obtained by the two methods were similar to those in Figure 3. That is to say, the LSTM model could reflect the future variation trend of drought in southwest China to a certain degree and therefore had certain reliability. Figure 7 shows the results of spatial interpolation of the correlation between the two.

Spatial correlation distribution of SPEI-1 values between LSTM model prediction and calculation based on meteorological stations in 2020.
Figure 7 shows that the CCs were above 0.5 for most regions. The degree of correlation was higher in Tibet and Sichuan. Particularly, the CCs exceeded 0.6 in western Tibet and Chengdu Plain. However, the degree of correlation was lower in the junction between Chongqing and Guizhou, and the CCs were below 0.4. This was probably because the junction between Guizhou and Chongqing was dominated by hilly terrain, resulting in smaller variations in the SPEI-1 values and lower prediction accuracy. The CCs were generally above 0.4 in Yunnan. The significance test for the correlation between the results of the two methods indicated a significant correlation at more than one half of 144 weather stations. The aforementioned results demonstrated the reliability and applicability of the LSTM model in SPEI predictions. However, the degree of correlation and the significance level between the results of the two methods might be strongly related to the number and spatial distribution of weather stations in the study area.
4 Discussion
Conducting a series of studies on drought monitoring, assessment, and prediction has become a hot issue of immense global concern and is of great practical significance [6]. ML is a powerful and widely used technique for prediction models. However, on the condition of Big Data, DL is considered a better solution. Currently, data-driven models represented by DL are also being widely used in time-series prediction and simulation of drought [43].
From 1980 to 2019, the R 2 value of the predicted SPEI using the LSTM model on the test set relative to SPEI calculated from weather station observations was 0.757, indicating a significant correlation. RMSE was small, EVS was close to 1, the value of NSE ranged between 0.7 and 0.9, and KGE was close to 0, with values being 0.210, 0.802, 0.761, and 0.212, respectively. The Kruskal–Wallis test revealed no significant difference in the distributions between the predicted and observed data. The predicted SPEI values for 2020 basically coincided with the SPEI values calculated from weather station observations. Except for November, the variation trends of SPEI for other months were basically consistent using the two methods. The scatter plot of the LSTM model for 2020 was clearly superior to that of the benchmark RF model. The spatial CCs for most regions were high and more than 0.5 for the two methods, but lower in other regions (less than 0.3). The total consistency rate for all drought grades was not very high, the value being 59.26%. Particularly, the consistency rate was low for severe drought (42.56%) and extreme drought (24.32%), which might be explained by the following reasons: (1) the samples available for learning were few. In the present study, the monthly SPEI values in 40 years from 1980 to 2019 were used, and approximately 480 samples were evaluated. Severe and extreme drought events were very rare during this period, leading to inadequate learning of severe and extreme drought; (2) few learning elements were present as model inputs. One-to-one time-series prediction was performed during the learning process. In this study, we only performed a simulated prediction based on monthly SPEI values from 1980 to 2019 without considering other influencing factors. For this reason, the learning ability and accuracy of the model were affected to some degree. Besides, during one-to-one cyclic time-series prediction, the longer the prediction time, the lower the prediction accuracy due to the inherent problems of the model. This fact gave rise to randomness and uncertainty; (3) errors accumulated during model predictions. A milder change in SPEI values for the prior time step might affect the predicted value for the next time step; and (4) the number and spatial distribution of weather stations within the study area and the distribution of different drought grades at each weather station also impacted errors. Comprehensively speaking, the LSTM model constructed in this study had a high prediction accuracy, and the predicted values were close to actual observations. The predicted values somewhat reflected the future variation trend of drought in southwest China.
In addition, the data of SPEI with a 1 month timescale changed relatively fast and fluctuated more. Hence, the predicted values of LSTM for the 114 meteorological stations were different from the true SPEI values on the 1 month timescale, which was also consistent with the conclusion reached by Xu et al. [67]. When the timescale increased, the data series tended to be smooth and the prediction accuracy of the LSTM model gradually improved [6]. This study only discussed meteorological drought for 1 month scale SPEI. Therefore, the drought prediction results of the LSTM model on more timescales require further analysis, comparison, and discussion.
Compared to other similar studies, this study has the following features: (1) DL methods are currently seldom used for drought prediction in southwest China, making our study a significant contribution for similar regions; (2) while most studies using ML for drought prediction focus on one or a few weather stations, our research uses data from 144 weather stations. We performed a comprehensive average analysis and assessed the consistency of drought predictions across different intensity levels at all stations; and (3) in evaluating the LSTM model, we not only calculated five performance metrics but also analyzed scatter plots, conducted the Kruskal–Wallis test, compared results with a benchmark RF model, performed correlation analysis, and compared predictions with actual drought events. This approach makes our study more thorough and comprehensive than others.
5 Conclusions
Accurate prediction of drought can effectively reduce the risk of drought. However, drought is difficult to predict and is considered one of the severest natural disasters. Particularly, drought prediction can be highly challenging in regions with complex terrain, topography, and formative factors of weather and climate and where weather stations are sparsely distributed. However, the data-driven DL method can be used to mine drought features from different perspectives and can improve the generalization ability and accuracy of drought prediction. The present study focused on southwest China where drought disasters occur frequently and at high intensity. The LSTM predictive model was constructed by calculating SPEI values based on 144 weather station observations from 1980 to 2020. The performance of the model was comprehensively assessed and validated in various ways. The conclusions of the study were as follows.
The training results of the LSTM model basically agreed with the SPEI values calculated based on weather station observations. The LSTM model also predicted a sudden decrease between 2009 and 2010 which southwest China encountered extreme drought once in a century. The model-predicted variation trend of SPEI values for 2020 was similar to the variation in SPEI values calculated from weather station observations.
Monthly drought-grade monitoring based on SPEI values calculated from weather station observations generally agreed with the spatial distribution of the actual drought situation in 2020. This indicated that we could reliably compare the SPEI values calculated from weather station observations against the drought predicting results from the LSTM model to assess model accuracy.
The R 2 value of the predicted SPEI by LSTM model on the test set relative to the SPEI calculated from weather station observations was 0.757. The values of RMSE, EVS, NSE, and KGE were 0.210, 0.802, 0.761, and 0.212, respectively. The total consistency rate of drought grade was 59.26%. Furthermore, the Kruskal–Wallis test confirmed that there were no significant differences between the distributions of the predicted and observed data. The LSTM model predictions were generally reliable.
Compared to the benchmark RF model, the LSTM model excelled in all five performance evaluation metrics and demonstrated a higher overall consistency rate for drought categories. The Kruskal–Wallis test for the RF model also indicated no significant difference in the distributions between the predicted and observed data. Scatter plots revealed that the prediction accuracy of both the LSTM and RF models for 2020 was suboptimal, with the SPEI showing a comparatively narrow range of values. Nonetheless, the LSTM model significantly outperformed the RF model in terms of prediction accuracy, providing more accurate and reliable drought predictions.
The spatial correlation distribution of SPEI values between LSTM model prediction and calculation based on meteorological stations in 2020 was above 0.5 for most regions. The CCs exceeded 0.6 in western Tibet and Chengdu Plains.
The LSTM model demonstrated a significant improvement in drought prediction performance compared to the benchmark RF model. However, to reduce model complexity and enhance computational efficiency, this study used only a single feature for drought prediction and employed data with a time span of only 20 years. This limited sample size and number of features may impact prediction accuracy. Therefore, based on the analysis and discussion above, it is recommended to adopt the following approaches to further improve drought prediction in southwest China and enhance the model’s accuracy, robustness, and generalization capability. Increasing the number of samples and incorporating additional variables related to drought causes into the LSTM model could be beneficial. Utilizing the food and agriculture organization-united nations Penman–Monteith method for estimating PET can provide more accurate calculations of the SPEI. Additionally, integrating or hybridizing the LSTM model with other statistical models, traditional ML models, and DL models could leverage the strengths of various approaches, mitigate potential biases, and improve overall prediction accuracy [68].
Acknowledgement
This work was jointly funded by the Key Research and Development (R&D) Project in Department of Science and Technology of Yunnan Province (202203AC100005, 202203AC100006), Open Project of the Research Center for Meteorological Disaster Prediction, Early Warning and Emergency Management at the Key Research Base of Humanities and Social Sciences of the Sichuan Provincial Department of Education (ZHYJ23-ZD01), and the Drought Meteorological Science Research Fund of the China Meteorological Administration (IAM202201).
-
Author contributions: Project suggested by WL and XTG. Analysis done by LXH and JHJ. Data and comments contributed by LXH and JHJ. Article written by LXH, JHJ, WL, and XTG. All authors revised it critically for important intellectual content.
-
Conflict of interest: The authors state no conflict of interest.
References
[1] Zhang X, Hao ZC, Singh VP, Zhang Y, Feng SF, Xu Y. Drought propagation under global warming: Characteristics, approaches, processes, and controlling factors. Sci Total Environ. 2022;838:156021.10.1016/j.scitotenv.2022.156021Search in Google Scholar PubMed
[2] Dikshit A, Pradhan B, Santosh M. Artificial neural networks in drought prediction in the 21st century-A scientometric analysis. Appl Soft Comput. 2022;114:108080.10.1016/j.asoc.2021.108080Search in Google Scholar
[3] Danandeh MA, Rikhtehgar GA, Yaseen ZM, Unal SA, Abualigah L. A novel intelligent deep learning predictive model for meteorological drought forecasting. J Ambient Intell Humanized Comput. 2023;14:10441–55.10.1007/s12652-022-03701-7Search in Google Scholar
[4] United Nations Convention to Combat Desertification (UNCCD). Drought in Numbers 2022, the 15th Session of the Conference of the Parties to the UNCCD. New York, USA: United Nations; 2022. https://www.unccd.int/sites/default/files/2022-05/Drought_in_Numbers_%28English%29.pdf.Search in Google Scholar
[5] Liu M, Zai G, Wang G, Shi W, Zhang G. Research on the application of artificial intelligence algorithms in drought prediction. Proceedings of the 2022 6th International Conference on Electronic Information Technology and Computer Engineering; 2022. p. 1845–50.10.1145/3573428.3573753Search in Google Scholar
[6] Shang J, Zhao B, Hua H, Wei J, Qin G, Chen G. Application of informer model based on SPEI for drought forecasting. Atmosphere. 2023;14:951.10.3390/atmos14060951Search in Google Scholar
[7] Firdaus T, Gupta P, Sangita MS. Implementing machine learning models for drought prediction based on metrological drought indices with varying time scales: A case of Latur Region. Recent Advances in Sustainable Environment: Select Proceedings of RAISE 2022. Singapore: Springer Nature Singapore; 2022. p. 183–95.10.1007/978-981-19-5077-3_15Search in Google Scholar
[8] Ding Y, Yu G, Tian R, Sun Y. Application of a hybrid CEEMD-LSTM model based on the standardized precipitation index for Drought forecasting: The case of the Xinjiang Uygur Autonomous Region, China. Atmosphere. 2022;13:1504.10.3390/atmos13091504Search in Google Scholar
[9] Ma X, Yao Y, Zhao Q. Regional GNSS-Derived SPCI: Verification and improvement in Yunnan, China. Remote Sens. 2021;13:1918.10.3390/rs13101918Search in Google Scholar
[10] Das J, Jha S, Goyal MK. Non-stationary and copula-based approach to assess the drought characteristics encompassing climate indices over the Himalayan states in India. J Hydrol. 2020;580:124356.10.1016/j.jhydrol.2019.124356Search in Google Scholar
[11] Rezaeianzadeh M, Stein A, Cox JP. Drought forecasting using Markov chain model and artificial neural networks. Water Resour Manag. 2016;30:2245–59.10.1007/s11269-016-1283-0Search in Google Scholar
[12] Balti H, Abbes AB, Mellouli N, Imed RF, Sang YF, Lamolle M. A review of drought monitoring with big data: Issues, methods, challenges and research directions. Ecol Inf. 2020;60:101136.10.1016/j.ecoinf.2020.101136Search in Google Scholar
[13] Jiao W, Wang L, Mccabe MF. Multi-sensor remote sensing for drought characterization: Current status, opportunities and a roadmap for the future. Remote Sens Environ. 2021;256:112313.10.1016/j.rse.2021.112313Search in Google Scholar
[14] Park S, Im J, Jang E, Rhee J. Drought assessment and monitoring through blending of multi-sensor indices using machine learning approaches for different climate regions. Agric Meteorol. 2016;216:157–69.10.1016/j.agrformet.2015.10.011Search in Google Scholar
[15] Cao J, Zhang Z, Tao F, Zhang L, Luo Y, Zhang J. Integrating multi-source data for rice yield prediction across China using machine learning and deep learning approaches. Agric For Meteorol. 2021;297:108275.10.1016/j.agrformet.2020.108275Search in Google Scholar
[16] Kafy AA, Bakshi A, Saha M, Faisal AA, Almulhim AL, Rahaman ZA, et al. Assessment and prediction of index based agricultural drought vulnerability using machine learning algorithms. Sci Total Environ. 2023;867:161394.10.1016/j.scitotenv.2023.161394Search in Google Scholar PubMed
[17] Agana NA, Homaifar A. A deep learning based approach for long-term drought prediction. SoutheastCon 2017. IEEE. 2017;1–8.10.1109/SECON.2017.7925314Search in Google Scholar
[18] Liu ZN, Li QF, Nguyen LB, Xu GH. Comparing machine-learning models for drought forecasting in Vietnam’s Cai River Basin. Pol J Environ Stud. 2018;27:2633–46.10.15244/pjoes/80866Search in Google Scholar
[19] Jiang W, Luo J. An evaluation of machine learning and deep learning models for drought prediction using weather data. J Intell Fuzzy Syst. 2022;43:3611–26.10.3233/JIFS-212748Search in Google Scholar
[20] Mokhtar A, Jalali M, He H, Al-Ansari N, Elbeltagi A, Alsafadi K, et al. Estimation of SPEI meteorological drought using machine learning algorithms. IEEE Access. 2021;9:65503–23.10.1109/ACCESS.2021.3074305Search in Google Scholar
[21] Alawsi MA, Zubaidi SL, Al-Bdairi NSS, Ai-Ansari N, Hashim K. Drought forecasting: A review and assessment of the hybrid techniques and data pre-processing. Hydrology. 2022;9:115.10.3390/hydrology9070115Search in Google Scholar
[22] Achite M, Jehanzaib M, Elshaboury N, Kim TW. Evaluation of machine learning techniques for hydrological drought modeling: A case study of the Wadi Ouahrane basin in Algeria. Water. 2022;14:431.10.3390/w14030431Search in Google Scholar
[23] Hinton GE, Salakhutdinov RR. Reducing the dimensionality of data with neural networks. Science. 2006;313:504–7.10.1126/science.1127647Search in Google Scholar PubMed
[24] Kaur A, Sood SK. Deep learning based drought assessment and prediction framework. Ecol Inform. 2020;57:101067.10.1016/j.ecoinf.2020.101067Search in Google Scholar
[25] Prodhan FA, Zhang JH, Yao FM, Shi LM, Pangali STP, Zhang D, et al. Deep learning for monitoring agricultural drought in South Asia using remote sensing data. Remote Sens. 2021;13:1715.10.3390/rs13091715Search in Google Scholar
[26] Docheshmeh GA, Alizamir M, Kisi O, Elshafie A. Drought modelling by standard precipitation index (SPI) in a semi-arid climate using deep learning method: Long short-term memory. Neural Comput Appl. 2022;34:2425–42.Search in Google Scholar
[27] Poornima S, Pushpalatha M. Drought prediction based on SPI and SPEI with varying timescales using LSTM recurrent neural network. Soft Comput. 2019;23:8399–412.10.1007/s00500-019-04120-1Search in Google Scholar
[28] Docheshmeh GA, Alizamir M, Kisi O, Elshafie A. Drought modelling by standard precipitation index (SPI) in a semi-arid climate using deep learning method: long short-term memory. Neural Comput and Appl. 2022;34:2425–42.10.1007/s00521-021-06505-6Search in Google Scholar
[29] Dikshit A, Pradhan B, Huete A. An improved SPEI drought forecasting approach using the long short-term memory neural network. J Environ Manag. 2021;283:111979.10.1016/j.jenvman.2021.111979Search in Google Scholar PubMed
[30] Wang T, Tu X, Singh VP, Chen XH, Lin KR, Zhou ZL. Drought prediction: Insights from the fusion of LSTM and multi-source factors. Sci Total Environ. 2023;902:166361.10.1016/j.scitotenv.2023.166361Search in Google Scholar PubMed
[31] Villegas-Ch W, García-Ortiz J. A long short-term memory-based prototype model for drought prediction. Electronics. 2023;12(18):3956.10.3390/electronics12183956Search in Google Scholar
[32] Li X, Jia H, Wang L. Remote sensing monitoring of drought in Southwest China using random forest and extreme gradient boosting methods. Remote Sens. 2023;15:4840.10.3390/rs15194840Search in Google Scholar
[33] Zhang Q, Yao YB, Li YH, Huang JP, Ma ZG, Wang ZL, et al. Progress and prospect on the study of causes and variation regularity of droughts in China. Acta Meteorologica Sin. 2020;78:500–21.10.1007/s40195-019-00995-zSearch in Google Scholar
[34] Wang YS, Xiao TG, Dong XF. Characteristics of long-cycle abrupt drought-flood alternations in Southwest China and atmospheric circulation in summer from 1961 to 2019. Plateau Meteorol. 2021;40:760–72.Search in Google Scholar
[35] Huan DB, Fan K, Xu ZQ. Strengthened relationship between summer Barents sea ice and autumn Southwest China drought after the mid-and late-1990s. Trans Atmos Sci. 2022;45:167–78.Search in Google Scholar
[36] Hatami BBP, Luo LF, Tan PN, Pei LS. Automated analysis of the US drought monitor maps with machine learning and multiple drought indicators. Front Big Data. 2021;4:750536.10.3389/fdata.2021.750536Search in Google Scholar PubMed PubMed Central
[37] Zhang ZB, Yang Y, Zhang XP, Chen ZJ. Wind speed changes and its influencing factors in southwestern China. Acta Ecologica Sin. 2014;34:471–81.10.5846/stxb201305141051Search in Google Scholar
[38] Zhang Q, Li YQ. Climatic variation of rainfall and rain day in Southwest China for last 48 years. Plateau Meteorol. 2014;33:372–83.Search in Google Scholar
[39] Li Q, Wang XM, Zhou GB, Zhang YP, He Y. Temporal and spatial distribution characteristics of short-time heavy rainfall during southwest vortex rainstorm in Sichuan Basin. Plateau Meteorol. 2020;39:960–72.Search in Google Scholar
[40] Li XH, Chen ZF, Wang L. Analysis of the spatiotemporal variation characteristics of main extreme climate indices in Sichuan Province of China from 1968 to 2017. Appl Ecol Environ Res. 2020;18(2):3211–42.10.15666/aeer/1802_32113242Search in Google Scholar
[41] China Meteorological Administration. China Climate Bulletin. Beijing, China: China Meteorological Administration; 2020. p. 1–56. https://www.cma.gov.cn/zfxxgk/gknr/qxbg/202104/t20210406_3051288.html.Search in Google Scholar
[42] Vicente-Serrano SM, Beguería S, López-Moreno JIJJ. A multiscalar drought index sensitive to global warming: The standardized precipitation evapotranspiration index. J Clim. 2010;23:1696–718.10.1175/2009JCLI2909.1Search in Google Scholar
[43] Li XH, Jia HJ, Meng C, Liu HS, Xia YY. Evaluation of the applicability of multiple remote sensing drought indices for monitoring of dry and wet in southwest China. Second International Conference on Geographic Information and Remote Sensing Technology (GIRST 2023). Qingdao, China: SPIE; Vol. 2797, 2023. p. 540–8.10.1117/12.3007538Search in Google Scholar
[44] National Standard of the People’s Republic of China. Meteorological Drought Level. Standardization Administration of China (GB/T 20481-2017). 2018.Search in Google Scholar
[45] Rhee J, Im J. Meteorological drought forecasting for ungauged areas based on machine learning: Using long-range climate forecast and remote sensing data. Agric For Meteorol. 2017;237:105–22.10.1016/j.agrformet.2017.02.011Search in Google Scholar
[46] Wang Q, Zeng J, Qi J, Zhang X, Zeng Y, Shui W, et al. A multi-scale daily SPEI dataset for drought characterization at observation stations over mainland China from 1961 to 2018. Earth Syst Sci Data. 2021;13(2):331–41.10.5194/essd-13-331-2021Search in Google Scholar
[47] Pyarali K, Peng J, Disse M, Tuo Y. Development and application of high resolution SPEI drought dataset for Central Asia. Sci Data. 2022;9(1):172.10.1038/s41597-022-01279-5Search in Google Scholar PubMed PubMed Central
[48] Dukat P, Bednorz E, Ziemblińska K, Urbaniak M. Trends in drought occurrence and severity at mid-latitude European stations (1951-2015) estimated using standardized precipitation (SPI) and precipitation and evapotranspiration (SPEI) indices. Meteorol Atmos Phys. 2022;134(1):20.10.1007/s00703-022-00858-wSearch in Google Scholar
[49] Hochreiter S, Schmidhuber J. Long short-term memory. Neural Comput. 1997;9(8):1735–80.10.1162/neco.1997.9.8.1735Search in Google Scholar PubMed
[50] Yin Z, Qin G, Guo L, Tang X, Wang J, Li H. Coupling antecedent rainfall for improving the performance of rainfall thresholds for suspended sediment simulation of semiarid catchments. Sci Rep. 2022;12:4816.10.1038/s41598-022-08342-6Search in Google Scholar PubMed PubMed Central
[51] Gers FA, Schmidhuber J, Cummins F. Learning to forget: Continual prediction with LSTM. Neural Comput. 2000;12:2451–71.10.1162/089976600300015015Search in Google Scholar PubMed
[52] Vo TQ, Kim SH, Nguyen DH, Bae DH. LSTM-CM: A hybrid approach for natural drought prediction based on deep learning and climate models. Stoch Environ Res Risk Assess. 2023;37(6):2035–51.10.1007/s00477-022-02378-wSearch in Google Scholar
[53] Breiman L. Random forests. Mach Learn. 2001;45:5–32.10.1023/A:1010933404324Search in Google Scholar
[54] Xie L, Meng X, Zhao X, Fu L, Sharma RP, Sun H. Estimating fractional vegetation cover changes in desert regions using RGB data. Remote Sens. 2022;14(15):3833.10.3390/rs14153833Search in Google Scholar
[55] Uncuoglu E, Citakoglu H, Latifoglu L, Bayram S, Laman M, Ilkentapar M, et al. Comparison of neural network, Gaussian regression, support vector machine, long short-term memory, multi-gene genetic programming, and M5 Trees methods for solving civil engineering problems. Appl Soft Comput. 2022;129:109623.10.1016/j.asoc.2022.109623Search in Google Scholar
[56] Kling H, Fuchs M, Paulin M. Runoff conditions in the upper Danube basin under an ensemble of climate change scenarios. J Hydrol. 2012;424:264–77.10.1016/j.jhydrol.2012.01.011Search in Google Scholar
[57] Nash JE, Sutcliffe JV. River flow forecasting through conceptual models part I-A discussion of principles. J Hydrol. 1970;10(3):282–90.10.1016/0022-1694(70)90255-6Search in Google Scholar
[58] Citakoglu H. Comparison of multiple learning artificial intelligence models for estimation of long-term monthly temperatures in Turkey. Arab J Geosci. 2021;14(20):2131.10.1007/s12517-021-08484-3Search in Google Scholar
[59] Citakoglu H, Coşkun Ö. Comparison of hybrid machine learning methods for the prediction of short-term meteorological droughts of Sakarya Meteorological Station in Turkey. Environ Sci Pollut Res. 2022;29(50):75487–511.10.1007/s11356-022-21083-3Search in Google Scholar PubMed
[60] Guo X, Yu HB, Ma ZC, Cao CM. Analysis of spatial and temporal variations of soil moisture content and drought degree based on MODIS. Resour Soil Water Conserv. 2019;26:185–9+2.Search in Google Scholar
[61] Park S, Im J, Park S, Rhee J. Drought monitoring using high resolution soil moisture through multi-sensor satellite data fusion over the Korean Peninsula. Agric For Meteorol. 2017;237:257–69.10.1016/j.agrformet.2017.02.022Search in Google Scholar
[62] Shen RP, Guo J, Zhang JX, Li LX. Construction of a drought monitoring model using the random forest based on remote sensing. J Geo-information Sci. 2017;19:125–33.Search in Google Scholar
[63] Deng JH. Deep learning – principles, models and practice. Beijing: Posts Telecom Press; 2021. p. 47–50.Search in Google Scholar
[64] Jia HJ. Construction and application of remote sensing drought monitoring model based on machine learning in Southwestern China. Chengdu, China: Chengdu University of Information Technology; 2022.Search in Google Scholar
[65] Dai TL, Wang QL, Wang GF, Chen Y, Zhao SS, Zhai JQ, et al. Climatic characteristics major meteorological events over China in 2020. Meteor Mon. 2021;47:478–87.Search in Google Scholar
[66] Yan D, Jiang R, Xie J, Zhao Y, Zhu J, Liang J. Characteristics and prediction of extreme drought event using LSTM model in Wei River Basin. Terrestrial Atmos Ocean Sci. 2021;32(2):261–74.10.3319/TAO.2021.02.07.01Search in Google Scholar
[67] Xu D, Ding Y, Liu H, Zhang Q, Zhang D. Applicability of a CEEMD-ARIMA combined model for drought forecasting: A case study in the Ningxia Hui Autonomous Region. Atmosphere. 2022;13:1109.10.3390/atmos13071109Search in Google Scholar
[68] Li S, Xie J, Yang X, Jing X Comparison of hybrid machine learning models to predict short-term meteorological drought in Guanzhong Region, China. Water Sci Technol. 2023;87(11):2756–75.10.2166/wst.2023.162Search in Google Scholar PubMed
© 2024 the author(s), published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Regular Articles
- Theoretical magnetotelluric response of stratiform earth consisting of alternative homogeneous and transitional layers
- The research of common drought indexes for the application to the drought monitoring in the region of Jin Sha river
- Evolutionary game analysis of government, businesses, and consumers in high-standard farmland low-carbon construction
- On the use of low-frequency passive seismic as a direct hydrocarbon indicator: A case study at Banyubang oil field, Indonesia
- Water transportation planning in connection with extreme weather conditions; case study – Port of Novi Sad, Serbia
- Zircon U–Pb ages of the Paleozoic volcaniclastic strata in the Junggar Basin, NW China
- Monitoring of mangrove forests vegetation based on optical versus microwave data: A case study western coast of Saudi Arabia
- Microfacies analysis of marine shale: A case study of the shales of the Wufeng–Longmaxi formation in the western Chongqing, Sichuan Basin, China
- Multisource remote sensing image fusion processing in plateau seismic region feature information extraction and application analysis – An example of the Menyuan Ms6.9 earthquake on January 8, 2022
- Identification of magnetic mineralogy and paleo-flow direction of the Miocene-quaternary volcanic products in the north of Lake Van, Eastern Turkey
- Impact of fully rotating steel casing bored pile on adjacent tunnels
- Adolescents’ consumption intentions toward leisure tourism in high-risk leisure environments in riverine areas
- Petrogenesis of Jurassic granitic rocks in South China Block: Implications for events related to subduction of Paleo-Pacific plate
- Differences in urban daytime and night block vitality based on mobile phone signaling data: A case study of Kunming’s urban district
- Random forest and artificial neural network-based tsunami forests classification using data fusion of Sentinel-2 and Airbus Vision-1 satellites: A case study of Garhi Chandan, Pakistan
- Integrated geophysical approach for detection and size-geometry characterization of a multiscale karst system in carbonate units, semiarid Brazil
- Spatial and temporal changes in ecosystem services value and analysis of driving factors in the Yangtze River Delta Region
- Deep fault sliding rates for Ka-Ping block of Xinjiang based on repeating earthquakes
- Improved deep learning segmentation of outdoor point clouds with different sampling strategies and using intensities
- Platform margin belt structure and sedimentation characteristics of Changxing Formation reefs on both sides of the Kaijiang-Liangping trough, eastern Sichuan Basin, China
- Enhancing attapulgite and cement-modified loess for effective landfill lining: A study on seepage prevention and Cu/Pb ion adsorption
- Flood risk assessment, a case study in an arid environment of Southeast Morocco
- Lower limits of physical properties and classification evaluation criteria of the tight reservoir in the Ahe Formation in the Dibei Area of the Kuqa depression
- Evaluation of Viaducts’ contribution to road network accessibility in the Yunnan–Guizhou area based on the node deletion method
- Permian tectonic switch of the southern Central Asian Orogenic Belt: Constraints from magmatism in the southern Alxa region, NW China
- Element geochemical differences in lower Cambrian black shales with hydrothermal sedimentation in the Yangtze block, South China
- Three-dimensional finite-memory quasi-Newton inversion of the magnetotelluric based on unstructured grids
- Obliquity-paced summer monsoon from the Shilou red clay section on the eastern Chinese Loess Plateau
- Classification and logging identification of reservoir space near the upper Ordovician pinch-out line in Tahe Oilfield
- Ultra-deep channel sand body target recognition method based on improved deep learning under UAV cluster
- New formula to determine flyrock distance on sedimentary rocks with low strength
- Assessing the ecological security of tourism in Northeast China
- Effective reservoir identification and sweet spot prediction in Chang 8 Member tight oil reservoirs in Huanjiang area, Ordos Basin
- Detecting heterogeneity of spatial accessibility to sports facilities for adolescents at fine scale: A case study in Changsha, China
- Effects of freeze–thaw cycles on soil nutrients by soft rock and sand remodeling
- Vibration prediction with a method based on the absorption property of blast-induced seismic waves: A case study
- A new look at the geodynamic development of the Ediacaran–early Cambrian forearc basalts of the Tannuola-Khamsara Island Arc (Central Asia, Russia): Conclusions from geological, geochemical, and Nd-isotope data
- Spatio-temporal analysis of the driving factors of urban land use expansion in China: A study of the Yangtze River Delta region
- Selection of Euler deconvolution solutions using the enhanced horizontal gradient and stable vertical differentiation
- Phase change of the Ordovician hydrocarbon in the Tarim Basin: A case study from the Halahatang–Shunbei area
- Using interpretative structure model and analytical network process for optimum site selection of airport locations in Delta Egypt
- Geochemistry of magnetite from Fe-skarn deposits along the central Loei Fold Belt, Thailand
- Functional typology of settlements in the Srem region, Serbia
- Hunger Games Search for the elucidation of gravity anomalies with application to geothermal energy investigations and volcanic activity studies
- Addressing incomplete tile phenomena in image tiling: Introducing the grid six-intersection model
- Evaluation and control model for resilience of water resource building system based on fuzzy comprehensive evaluation method and its application
- MIF and AHP methods for delineation of groundwater potential zones using remote sensing and GIS techniques in Tirunelveli, Tenkasi District, India
- New database for the estimation of dynamic coefficient of friction of snow
- Measuring urban growth dynamics: A study in Hue city, Vietnam
- Comparative models of support-vector machine, multilayer perceptron, and decision tree predication approaches for landslide susceptibility analysis
- Experimental study on the influence of clay content on the shear strength of silty soil and mechanism analysis
- Geosite assessment as a contribution to the sustainable development of Babušnica, Serbia
- Using fuzzy analytical hierarchy process for road transportation services management based on remote sensing and GIS technology
- Accumulation mechanism of multi-type unconventional oil and gas reservoirs in Northern China: Taking Hari Sag of the Yin’e Basin as an example
- TOC prediction of source rocks based on the convolutional neural network and logging curves – A case study of Pinghu Formation in Xihu Sag
- A method for fast detection of wind farms from remote sensing images using deep learning and geospatial analysis
- Spatial distribution and driving factors of karst rocky desertification in Southwest China based on GIS and geodetector
- Physicochemical and mineralogical composition studies of clays from Share and Tshonga areas, Northern Bida Basin, Nigeria: Implications for Geophagia
- Geochemical sedimentary records of eutrophication and environmental change in Chaohu Lake, East China
- Research progress of freeze–thaw rock using bibliometric analysis
- Mixed irrigation affects the composition and diversity of the soil bacterial community
- Examining the swelling potential of cohesive soils with high plasticity according to their index properties using GIS
- Geological genesis and identification of high-porosity and low-permeability sandstones in the Cretaceous Bashkirchik Formation, northern Tarim Basin
- Usability of PPGIS tools exemplified by geodiscussion – a tool for public participation in shaping public space
- Efficient development technology of Upper Paleozoic Lower Shihezi tight sandstone gas reservoir in northeastern Ordos Basin
- Assessment of soil resources of agricultural landscapes in Turkestan region of the Republic of Kazakhstan based on agrochemical indexes
- Evaluating the impact of DEM interpolation algorithms on relief index for soil resource management
- Petrogenetic relationship between plutonic and subvolcanic rocks in the Jurassic Shuikoushan complex, South China
- A novel workflow for shale lithology identification – A case study in the Gulong Depression, Songliao Basin, China
- Characteristics and main controlling factors of dolomite reservoirs in Fei-3 Member of Feixianguan Formation of Lower Triassic, Puguang area
- Impact of high-speed railway network on county-level accessibility and economic linkage in Jiangxi Province, China: A spatio-temporal data analysis
- Estimation model of wild fractional vegetation cover based on RGB vegetation index and its application
- Lithofacies, petrography, and geochemistry of the Lamphun oceanic plate stratigraphy: As a record of the subduction history of Paleo-Tethys in Chiang Mai-Chiang Rai Suture Zone of Thailand
- Structural features and tectonic activity of the Weihe Fault, central China
- Application of the wavelet transform and Hilbert–Huang transform in stratigraphic sequence division of Jurassic Shaximiao Formation in Southwest Sichuan Basin
- Structural detachment influences the shale gas preservation in the Wufeng-Longmaxi Formation, Northern Guizhou Province
- Distribution law of Chang 7 Member tight oil in the western Ordos Basin based on geological, logging and numerical simulation techniques
- Evaluation of alteration in the geothermal province west of Cappadocia, Türkiye: Mineralogical, petrographical, geochemical, and remote sensing data
- Numerical modeling of site response at large strains with simplified nonlinear models: Application to Lotung seismic array
- Quantitative characterization of granite failure intensity under dynamic disturbance from energy standpoint
- Characteristics of debris flow dynamics and prediction of the hazardous area in Bangou Village, Yanqing District, Beijing, China
- Rockfall mapping and susceptibility evaluation based on UAV high-resolution imagery and support vector machine method
- Statistical comparison analysis of different real-time kinematic methods for the development of photogrammetric products: CORS-RTK, CORS-RTK + PPK, RTK-DRTK2, and RTK + DRTK2 + GCP
- Hydrogeological mapping of fracture networks using earth observation data to improve rainfall–runoff modeling in arid mountains, Saudi Arabia
- Petrography and geochemistry of pegmatite and leucogranite of Ntega-Marangara area, Burundi, in relation to rare metal mineralisation
- Prediction of formation fracture pressure based on reinforcement learning and XGBoost
- Hazard zonation for potential earthquake-induced landslide in the eastern East Kunlun fault zone
- Monitoring water infiltration in multiple layers of sandstone coal mining model with cracks using ERT
- Study of the patterns of ice lake variation and the factors influencing these changes in the western Nyingchi area
- Productive conservation at the landslide prone area under the threat of rapid land cover changes
- Sedimentary processes and patterns in deposits corresponding to freshwater lake-facies of hyperpycnal flow – An experimental study based on flume depositional simulations
- Study on time-dependent injectability evaluation of mudstone considering the self-healing effect
- Detection of objects with diverse geometric shapes in GPR images using deep-learning methods
- Behavior of trace metals in sedimentary cores from marine and lacustrine environments in Algeria
- Spatiotemporal variation pattern and spatial coupling relationship between NDVI and LST in Mu Us Sandy Land
- Formation mechanism and oil-bearing properties of gravity flow sand body of Chang 63 sub-member of Yanchang Formation in Huaqing area, Ordos Basin
- Diagenesis of marine-continental transitional shale from the Upper Permian Longtan Formation in southern Sichuan Basin, China
- Vertical high-velocity structures and seismic activity in western Shandong Rise, China: Case study inspired by double-difference seismic tomography
- Spatial coupling relationship between metamorphic core complex and gold deposits: Constraints from geophysical electromagnetics
- Disparities in the geospatial allocation of public facilities from the perspective of living circles
- Research on spatial correlation structure of war heritage based on field theory. A case study of Jinzhai County, China
- Formation mechanisms of Qiaoba-Zhongdu Danxia landforms in southwestern Sichuan Province, China
- Magnetic data interpretation: Implication for structure and hydrocarbon potentiality at Delta Wadi Diit, Southeastern Egypt
- Deeply buried clastic rock diagenesis evolution mechanism of Dongdaohaizi sag in the center of Junggar fault basin, Northwest China
- Application of LS-RAPID to simulate the motion of two contrasting landslides triggered by earthquakes
- The new insight of tectonic setting in Sunda–Banda transition zone using tomography seismic. Case study: 7.1 M deep earthquake 29 August 2023
- The critical role of c and φ in ensuring stability: A study on rockfill dams
- Evidence of late quaternary activity of the Weining-Shuicheng Fault in Guizhou, China
- Extreme hydroclimatic events and response of vegetation in the eastern QTP since 10 ka
- Spatial–temporal effect of sea–land gradient on landscape pattern and ecological risk in the coastal zone: A case study of Dalian City
- Study on the influence mechanism of land use on carbon storage under multiple scenarios: A case study of Wenzhou
- A new method for identifying reservoir fluid properties based on well logging data: A case study from PL block of Bohai Bay Basin, North China
- Comparison between thermal models across the Middle Magdalena Valley, Eastern Cordillera, and Eastern Llanos basins in Colombia
- Mineralogical and elemental analysis of Kazakh coals from three mines: Preliminary insights from mode of occurrence to environmental impacts
- Chlorite-induced porosity evolution in multi-source tight sandstone reservoirs: A case study of the Shaximiao Formation in western Sichuan Basin
- Predicting stability factors for rotational failures in earth slopes and embankments using artificial intelligence techniques
- Origin of Late Cretaceous A-type granitoids in South China: Response to the rollback and retreat of the Paleo-Pacific plate
- Modification of dolomitization on reservoir spaces in reef–shoal complex: A case study of Permian Changxing Formation, Sichuan Basin, SW China
- Geological characteristics of the Daduhe gold belt, western Sichuan, China: Implications for exploration
- Rock physics model for deep coal-bed methane reservoir based on equivalent medium theory: A case study of Carboniferous-Permian in Eastern Ordos Basin
- Enhancing the total-field magnetic anomaly using the normalized source strength
- Shear wave velocity profiling of Riyadh City, Saudi Arabia, utilizing the multi-channel analysis of surface waves method
- Effect of coal facies on pore structure heterogeneity of coal measures: Quantitative characterization and comparative study
- Inversion method of organic matter content of different types of soils in black soil area based on hyperspectral indices
- Detection of seepage zones in artificial levees: A case study at the Körös River, Hungary
- Tight sandstone fluid detection technology based on multi-wave seismic data
- Characteristics and control techniques of soft rock tunnel lining cracks in high geo-stress environments: Case study of Wushaoling tunnel group
- Influence of pore structure characteristics on the Permian Shan-1 reservoir in Longdong, Southwest Ordos Basin, China
- Study on sedimentary model of Shanxi Formation – Lower Shihezi Formation in Da 17 well area of Daniudi gas field, Ordos Basin
- Multi-scenario territorial spatial simulation and dynamic changes: A case study of Jilin Province in China from 1985 to 2030
- Review Articles
- Major ascidian species with negative impacts on bivalve aquaculture: Current knowledge and future research aims
- Prediction and assessment of meteorological drought in southwest China using long short-term memory model
- Communication
- Essential questions in earth and geosciences according to large language models
- Erratum
- Erratum to “Random forest and artificial neural network-based tsunami forests classification using data fusion of Sentinel-2 and Airbus Vision-1 satellites: A case study of Garhi Chandan, Pakistan”
- Special Issue: Natural Resources and Environmental Risks: Towards a Sustainable Future - Part I
- Spatial-temporal and trend analysis of traffic accidents in AP Vojvodina (North Serbia)
- Exploring environmental awareness, knowledge, and safety: A comparative study among students in Montenegro and North Macedonia
- Determinants influencing tourists’ willingness to visit Türkiye – Impact of earthquake hazards on Serbian visitors’ preferences
- Application of remote sensing in monitoring land degradation: A case study of Stanari municipality (Bosnia and Herzegovina)
- Optimizing agricultural land use: A GIS-based assessment of suitability in the Sana River Basin, Bosnia and Herzegovina
- Assessing risk-prone areas in the Kratovska Reka catchment (North Macedonia) by integrating advanced geospatial analytics and flash flood potential index
- Analysis of the intensity of erosive processes and state of vegetation cover in the zone of influence of the Kolubara Mining Basin
- GIS-based spatial modeling of landslide susceptibility using BWM-LSI: A case study – city of Smederevo (Serbia)
- Geospatial modeling of wildfire susceptibility on a national scale in Montenegro: A comparative evaluation of F-AHP and FR methodologies
- Geosite assessment as the first step for the development of canyoning activities in North Montenegro
- Urban geoheritage and degradation risk assessment of the Sokograd fortress (Sokobanja, Eastern Serbia)
- Multi-hazard modeling of erosion and landslide susceptibility at the national scale in the example of North Macedonia
- Understanding seismic hazard resilience in Montenegro: A qualitative analysis of community preparedness and response capabilities
- Forest soil CO2 emission in Quercus robur level II monitoring site
- Characterization of glomalin proteins in soil: A potential indicator of erosion intensity
- Power of Terroir: Case study of Grašac at the Fruška Gora wine region (North Serbia)
- Special Issue: Geospatial and Environmental Dynamics - Part I
- Qualitative insights into cultural heritage protection in Serbia: Addressing legal and institutional gaps for disaster risk resilience
Articles in the same Issue
- Regular Articles
- Theoretical magnetotelluric response of stratiform earth consisting of alternative homogeneous and transitional layers
- The research of common drought indexes for the application to the drought monitoring in the region of Jin Sha river
- Evolutionary game analysis of government, businesses, and consumers in high-standard farmland low-carbon construction
- On the use of low-frequency passive seismic as a direct hydrocarbon indicator: A case study at Banyubang oil field, Indonesia
- Water transportation planning in connection with extreme weather conditions; case study – Port of Novi Sad, Serbia
- Zircon U–Pb ages of the Paleozoic volcaniclastic strata in the Junggar Basin, NW China
- Monitoring of mangrove forests vegetation based on optical versus microwave data: A case study western coast of Saudi Arabia
- Microfacies analysis of marine shale: A case study of the shales of the Wufeng–Longmaxi formation in the western Chongqing, Sichuan Basin, China
- Multisource remote sensing image fusion processing in plateau seismic region feature information extraction and application analysis – An example of the Menyuan Ms6.9 earthquake on January 8, 2022
- Identification of magnetic mineralogy and paleo-flow direction of the Miocene-quaternary volcanic products in the north of Lake Van, Eastern Turkey
- Impact of fully rotating steel casing bored pile on adjacent tunnels
- Adolescents’ consumption intentions toward leisure tourism in high-risk leisure environments in riverine areas
- Petrogenesis of Jurassic granitic rocks in South China Block: Implications for events related to subduction of Paleo-Pacific plate
- Differences in urban daytime and night block vitality based on mobile phone signaling data: A case study of Kunming’s urban district
- Random forest and artificial neural network-based tsunami forests classification using data fusion of Sentinel-2 and Airbus Vision-1 satellites: A case study of Garhi Chandan, Pakistan
- Integrated geophysical approach for detection and size-geometry characterization of a multiscale karst system in carbonate units, semiarid Brazil
- Spatial and temporal changes in ecosystem services value and analysis of driving factors in the Yangtze River Delta Region
- Deep fault sliding rates for Ka-Ping block of Xinjiang based on repeating earthquakes
- Improved deep learning segmentation of outdoor point clouds with different sampling strategies and using intensities
- Platform margin belt structure and sedimentation characteristics of Changxing Formation reefs on both sides of the Kaijiang-Liangping trough, eastern Sichuan Basin, China
- Enhancing attapulgite and cement-modified loess for effective landfill lining: A study on seepage prevention and Cu/Pb ion adsorption
- Flood risk assessment, a case study in an arid environment of Southeast Morocco
- Lower limits of physical properties and classification evaluation criteria of the tight reservoir in the Ahe Formation in the Dibei Area of the Kuqa depression
- Evaluation of Viaducts’ contribution to road network accessibility in the Yunnan–Guizhou area based on the node deletion method
- Permian tectonic switch of the southern Central Asian Orogenic Belt: Constraints from magmatism in the southern Alxa region, NW China
- Element geochemical differences in lower Cambrian black shales with hydrothermal sedimentation in the Yangtze block, South China
- Three-dimensional finite-memory quasi-Newton inversion of the magnetotelluric based on unstructured grids
- Obliquity-paced summer monsoon from the Shilou red clay section on the eastern Chinese Loess Plateau
- Classification and logging identification of reservoir space near the upper Ordovician pinch-out line in Tahe Oilfield
- Ultra-deep channel sand body target recognition method based on improved deep learning under UAV cluster
- New formula to determine flyrock distance on sedimentary rocks with low strength
- Assessing the ecological security of tourism in Northeast China
- Effective reservoir identification and sweet spot prediction in Chang 8 Member tight oil reservoirs in Huanjiang area, Ordos Basin
- Detecting heterogeneity of spatial accessibility to sports facilities for adolescents at fine scale: A case study in Changsha, China
- Effects of freeze–thaw cycles on soil nutrients by soft rock and sand remodeling
- Vibration prediction with a method based on the absorption property of blast-induced seismic waves: A case study
- A new look at the geodynamic development of the Ediacaran–early Cambrian forearc basalts of the Tannuola-Khamsara Island Arc (Central Asia, Russia): Conclusions from geological, geochemical, and Nd-isotope data
- Spatio-temporal analysis of the driving factors of urban land use expansion in China: A study of the Yangtze River Delta region
- Selection of Euler deconvolution solutions using the enhanced horizontal gradient and stable vertical differentiation
- Phase change of the Ordovician hydrocarbon in the Tarim Basin: A case study from the Halahatang–Shunbei area
- Using interpretative structure model and analytical network process for optimum site selection of airport locations in Delta Egypt
- Geochemistry of magnetite from Fe-skarn deposits along the central Loei Fold Belt, Thailand
- Functional typology of settlements in the Srem region, Serbia
- Hunger Games Search for the elucidation of gravity anomalies with application to geothermal energy investigations and volcanic activity studies
- Addressing incomplete tile phenomena in image tiling: Introducing the grid six-intersection model
- Evaluation and control model for resilience of water resource building system based on fuzzy comprehensive evaluation method and its application
- MIF and AHP methods for delineation of groundwater potential zones using remote sensing and GIS techniques in Tirunelveli, Tenkasi District, India
- New database for the estimation of dynamic coefficient of friction of snow
- Measuring urban growth dynamics: A study in Hue city, Vietnam
- Comparative models of support-vector machine, multilayer perceptron, and decision tree predication approaches for landslide susceptibility analysis
- Experimental study on the influence of clay content on the shear strength of silty soil and mechanism analysis
- Geosite assessment as a contribution to the sustainable development of Babušnica, Serbia
- Using fuzzy analytical hierarchy process for road transportation services management based on remote sensing and GIS technology
- Accumulation mechanism of multi-type unconventional oil and gas reservoirs in Northern China: Taking Hari Sag of the Yin’e Basin as an example
- TOC prediction of source rocks based on the convolutional neural network and logging curves – A case study of Pinghu Formation in Xihu Sag
- A method for fast detection of wind farms from remote sensing images using deep learning and geospatial analysis
- Spatial distribution and driving factors of karst rocky desertification in Southwest China based on GIS and geodetector
- Physicochemical and mineralogical composition studies of clays from Share and Tshonga areas, Northern Bida Basin, Nigeria: Implications for Geophagia
- Geochemical sedimentary records of eutrophication and environmental change in Chaohu Lake, East China
- Research progress of freeze–thaw rock using bibliometric analysis
- Mixed irrigation affects the composition and diversity of the soil bacterial community
- Examining the swelling potential of cohesive soils with high plasticity according to their index properties using GIS
- Geological genesis and identification of high-porosity and low-permeability sandstones in the Cretaceous Bashkirchik Formation, northern Tarim Basin
- Usability of PPGIS tools exemplified by geodiscussion – a tool for public participation in shaping public space
- Efficient development technology of Upper Paleozoic Lower Shihezi tight sandstone gas reservoir in northeastern Ordos Basin
- Assessment of soil resources of agricultural landscapes in Turkestan region of the Republic of Kazakhstan based on agrochemical indexes
- Evaluating the impact of DEM interpolation algorithms on relief index for soil resource management
- Petrogenetic relationship between plutonic and subvolcanic rocks in the Jurassic Shuikoushan complex, South China
- A novel workflow for shale lithology identification – A case study in the Gulong Depression, Songliao Basin, China
- Characteristics and main controlling factors of dolomite reservoirs in Fei-3 Member of Feixianguan Formation of Lower Triassic, Puguang area
- Impact of high-speed railway network on county-level accessibility and economic linkage in Jiangxi Province, China: A spatio-temporal data analysis
- Estimation model of wild fractional vegetation cover based on RGB vegetation index and its application
- Lithofacies, petrography, and geochemistry of the Lamphun oceanic plate stratigraphy: As a record of the subduction history of Paleo-Tethys in Chiang Mai-Chiang Rai Suture Zone of Thailand
- Structural features and tectonic activity of the Weihe Fault, central China
- Application of the wavelet transform and Hilbert–Huang transform in stratigraphic sequence division of Jurassic Shaximiao Formation in Southwest Sichuan Basin
- Structural detachment influences the shale gas preservation in the Wufeng-Longmaxi Formation, Northern Guizhou Province
- Distribution law of Chang 7 Member tight oil in the western Ordos Basin based on geological, logging and numerical simulation techniques
- Evaluation of alteration in the geothermal province west of Cappadocia, Türkiye: Mineralogical, petrographical, geochemical, and remote sensing data
- Numerical modeling of site response at large strains with simplified nonlinear models: Application to Lotung seismic array
- Quantitative characterization of granite failure intensity under dynamic disturbance from energy standpoint
- Characteristics of debris flow dynamics and prediction of the hazardous area in Bangou Village, Yanqing District, Beijing, China
- Rockfall mapping and susceptibility evaluation based on UAV high-resolution imagery and support vector machine method
- Statistical comparison analysis of different real-time kinematic methods for the development of photogrammetric products: CORS-RTK, CORS-RTK + PPK, RTK-DRTK2, and RTK + DRTK2 + GCP
- Hydrogeological mapping of fracture networks using earth observation data to improve rainfall–runoff modeling in arid mountains, Saudi Arabia
- Petrography and geochemistry of pegmatite and leucogranite of Ntega-Marangara area, Burundi, in relation to rare metal mineralisation
- Prediction of formation fracture pressure based on reinforcement learning and XGBoost
- Hazard zonation for potential earthquake-induced landslide in the eastern East Kunlun fault zone
- Monitoring water infiltration in multiple layers of sandstone coal mining model with cracks using ERT
- Study of the patterns of ice lake variation and the factors influencing these changes in the western Nyingchi area
- Productive conservation at the landslide prone area under the threat of rapid land cover changes
- Sedimentary processes and patterns in deposits corresponding to freshwater lake-facies of hyperpycnal flow – An experimental study based on flume depositional simulations
- Study on time-dependent injectability evaluation of mudstone considering the self-healing effect
- Detection of objects with diverse geometric shapes in GPR images using deep-learning methods
- Behavior of trace metals in sedimentary cores from marine and lacustrine environments in Algeria
- Spatiotemporal variation pattern and spatial coupling relationship between NDVI and LST in Mu Us Sandy Land
- Formation mechanism and oil-bearing properties of gravity flow sand body of Chang 63 sub-member of Yanchang Formation in Huaqing area, Ordos Basin
- Diagenesis of marine-continental transitional shale from the Upper Permian Longtan Formation in southern Sichuan Basin, China
- Vertical high-velocity structures and seismic activity in western Shandong Rise, China: Case study inspired by double-difference seismic tomography
- Spatial coupling relationship between metamorphic core complex and gold deposits: Constraints from geophysical electromagnetics
- Disparities in the geospatial allocation of public facilities from the perspective of living circles
- Research on spatial correlation structure of war heritage based on field theory. A case study of Jinzhai County, China
- Formation mechanisms of Qiaoba-Zhongdu Danxia landforms in southwestern Sichuan Province, China
- Magnetic data interpretation: Implication for structure and hydrocarbon potentiality at Delta Wadi Diit, Southeastern Egypt
- Deeply buried clastic rock diagenesis evolution mechanism of Dongdaohaizi sag in the center of Junggar fault basin, Northwest China
- Application of LS-RAPID to simulate the motion of two contrasting landslides triggered by earthquakes
- The new insight of tectonic setting in Sunda–Banda transition zone using tomography seismic. Case study: 7.1 M deep earthquake 29 August 2023
- The critical role of c and φ in ensuring stability: A study on rockfill dams
- Evidence of late quaternary activity of the Weining-Shuicheng Fault in Guizhou, China
- Extreme hydroclimatic events and response of vegetation in the eastern QTP since 10 ka
- Spatial–temporal effect of sea–land gradient on landscape pattern and ecological risk in the coastal zone: A case study of Dalian City
- Study on the influence mechanism of land use on carbon storage under multiple scenarios: A case study of Wenzhou
- A new method for identifying reservoir fluid properties based on well logging data: A case study from PL block of Bohai Bay Basin, North China
- Comparison between thermal models across the Middle Magdalena Valley, Eastern Cordillera, and Eastern Llanos basins in Colombia
- Mineralogical and elemental analysis of Kazakh coals from three mines: Preliminary insights from mode of occurrence to environmental impacts
- Chlorite-induced porosity evolution in multi-source tight sandstone reservoirs: A case study of the Shaximiao Formation in western Sichuan Basin
- Predicting stability factors for rotational failures in earth slopes and embankments using artificial intelligence techniques
- Origin of Late Cretaceous A-type granitoids in South China: Response to the rollback and retreat of the Paleo-Pacific plate
- Modification of dolomitization on reservoir spaces in reef–shoal complex: A case study of Permian Changxing Formation, Sichuan Basin, SW China
- Geological characteristics of the Daduhe gold belt, western Sichuan, China: Implications for exploration
- Rock physics model for deep coal-bed methane reservoir based on equivalent medium theory: A case study of Carboniferous-Permian in Eastern Ordos Basin
- Enhancing the total-field magnetic anomaly using the normalized source strength
- Shear wave velocity profiling of Riyadh City, Saudi Arabia, utilizing the multi-channel analysis of surface waves method
- Effect of coal facies on pore structure heterogeneity of coal measures: Quantitative characterization and comparative study
- Inversion method of organic matter content of different types of soils in black soil area based on hyperspectral indices
- Detection of seepage zones in artificial levees: A case study at the Körös River, Hungary
- Tight sandstone fluid detection technology based on multi-wave seismic data
- Characteristics and control techniques of soft rock tunnel lining cracks in high geo-stress environments: Case study of Wushaoling tunnel group
- Influence of pore structure characteristics on the Permian Shan-1 reservoir in Longdong, Southwest Ordos Basin, China
- Study on sedimentary model of Shanxi Formation – Lower Shihezi Formation in Da 17 well area of Daniudi gas field, Ordos Basin
- Multi-scenario territorial spatial simulation and dynamic changes: A case study of Jilin Province in China from 1985 to 2030
- Review Articles
- Major ascidian species with negative impacts on bivalve aquaculture: Current knowledge and future research aims
- Prediction and assessment of meteorological drought in southwest China using long short-term memory model
- Communication
- Essential questions in earth and geosciences according to large language models
- Erratum
- Erratum to “Random forest and artificial neural network-based tsunami forests classification using data fusion of Sentinel-2 and Airbus Vision-1 satellites: A case study of Garhi Chandan, Pakistan”
- Special Issue: Natural Resources and Environmental Risks: Towards a Sustainable Future - Part I
- Spatial-temporal and trend analysis of traffic accidents in AP Vojvodina (North Serbia)
- Exploring environmental awareness, knowledge, and safety: A comparative study among students in Montenegro and North Macedonia
- Determinants influencing tourists’ willingness to visit Türkiye – Impact of earthquake hazards on Serbian visitors’ preferences
- Application of remote sensing in monitoring land degradation: A case study of Stanari municipality (Bosnia and Herzegovina)
- Optimizing agricultural land use: A GIS-based assessment of suitability in the Sana River Basin, Bosnia and Herzegovina
- Assessing risk-prone areas in the Kratovska Reka catchment (North Macedonia) by integrating advanced geospatial analytics and flash flood potential index
- Analysis of the intensity of erosive processes and state of vegetation cover in the zone of influence of the Kolubara Mining Basin
- GIS-based spatial modeling of landslide susceptibility using BWM-LSI: A case study – city of Smederevo (Serbia)
- Geospatial modeling of wildfire susceptibility on a national scale in Montenegro: A comparative evaluation of F-AHP and FR methodologies
- Geosite assessment as the first step for the development of canyoning activities in North Montenegro
- Urban geoheritage and degradation risk assessment of the Sokograd fortress (Sokobanja, Eastern Serbia)
- Multi-hazard modeling of erosion and landslide susceptibility at the national scale in the example of North Macedonia
- Understanding seismic hazard resilience in Montenegro: A qualitative analysis of community preparedness and response capabilities
- Forest soil CO2 emission in Quercus robur level II monitoring site
- Characterization of glomalin proteins in soil: A potential indicator of erosion intensity
- Power of Terroir: Case study of Grašac at the Fruška Gora wine region (North Serbia)
- Special Issue: Geospatial and Environmental Dynamics - Part I
- Qualitative insights into cultural heritage protection in Serbia: Addressing legal and institutional gaps for disaster risk resilience