1. Introduction
Land is a vital natural resource for human life. Land use/land cover (LULC) is a cross-cutting environmental variable with significant applications in hydrological modeling, watershed management, natural disaster management, climate change studies, and land management [1]. Economic and industrial development, along with rapid and uncontrolled population growth, especially in developing countries in the late twentieth and early twenty-first centuries, have multiplied LULC change [2]. Human-induced LULC change led to adverse impacts on the land’s anthropogenic and natural features at different spatiotemporal scales [3]. It made LULC change monitoring a critical requirement. Quantitative assessment of changes in LULC using time series satellite imagery is one of the most effective tools for understanding and managing land transformation [2].
LULC change analysis is usually required by planners and decision-makers for effective planning and management interventions on local, national, regional, and even global scales [4]. Remote sensing (RS) data has been applied in various fields, including LULC monitoring [5]. As satellites provide data with different spatial and temporal resolutions, they are suitable tools for collecting LULC information and detecting temporal changes [6].
Detection and modeling of the LULC change based on multi-temporal RS data is a complex process. Conventional approaches to creating LULC maps are limited when the study area is large, or with high variations in elevation and steep topography [1,4]. Machine learning (ML) algorithms have strong potential for combining new exploratory variables in LULC change modeling using RS data [7]. With the development of ML algorithms and increased access to satellite data, generating up-to-date and accurate LULC maps has become increasingly feasible [8]. Accordingly, it is crucial to understand how different ML algorithms perform for reliable estimation of LULC maps using RS data [1]. Table 1 presents the most recent ML applications in LULC mapping using RS data.
Although ML-based techniques have been attempted to develop LULC maps with high levels of accuracy [4] (Table 1), they still have challenges in LULC modeling [7] and must be evaluated in different land and climatic conditions [2]. However, among different implemented ML algorithms, RF has performed chiefly accurately. In addition, Landsat satellite imagery can be considered a suitable data source for multi-temporal LULC change analysis, as it provides repetitive earth observations with high spatial resolution. Accordingly, Landsat satellite imagery and the RF algorithm were chosen for this study.
Many global LULC maps are available based on different methods [15]. While widely used, due to the limitations of their spatial and temporal resolutions, many significant LULC changes are difficult or impossible to detect with them [16]. These global LULC maps usually show strong consistency on a global scale but have major deviations at regional scale. Accordingly, high-quality and consistent multi-temporal LULC datasets are unavailable at regional scale [12].
The river basins play a crucial role in the environment and society, providing fresh water, regulating water flow and quality, protecting from natural hazards, and enabling biodiversity conservation. Accordingly, assessing the state of environmental management and natural resources using LULC maps is essential for any river basin or watershed [1]. The Tigris and Euphrates Rivers basin (TEB) is a large river basin in west Asia suffering from climate change and human activities [17,18]. Although the TEB situation affects people’s lives in several countries, to our knowledge, few papers have addressed this region’s multi-temporal LULC change analysis. In this regard, the primary purpose of this study was to create a multi-temporal LULC change analysis in the TEB. First, the RF classifier was adopted and evaluated for LULC mapping from 2000 to 2022. Then, created maps were analyzed to determine LULC changes.
2. Materials and Methods
2.1. Study Area
The TEB (Figure 1), in the Middle East, is one of the largest river basins with a long-term annual rainfall of less than 166 mm. The TEB expands between 36°41′ to 52°8′ E and 27°13′ to 40°23′ N. The TEB is a transnational and international region with an area of 879,000 square kilometers. Climate projections have predicted declining rainfall, declining river flow, and rising temperatures in this region [19].
2.2. Dataset
Supervised classification algorithms require sufficient and representative training samples. These samples have a class label (LULC class) and modeling features (effective factors). After reviewing the literature [1,3,9,10,12,20], modeling features were selected to train the algorithm. Four morphological features, including elevation, aspect, hill-shade, and slope, were derived from NASA-DEM 30 m. The TEB is a vast area with varied morphology, and morphological features are crucial for such an area [20]. Nine modeling features, including four spectral indices and six spectral bands (B, G, R, NIR, SWIR 1, and SWIR 2), were obtained from Landsat satellite images.
Spectral indices increase the information and enhance classification accuracy to map LULC [21,22]. Accordingly, the normalized difference built-up index (NDBI), the bare soil index (BSI), the normalized difference vegetation index (NDVI), and the modified normalized difference water index (MNDWI) were computed as modeling features. BSI is used to discriminate between bare soil and other LULC classes [23], and classifies bare soil areas [24]. The spectral characteristics of built-up areas are similar to bare soil, mapping built-up areas is a challenging task, and NDBI is an effective remotely sensed index for built-up mapping. NDVI is a standard vegetation index, as it can measure vegetation health and coverage [20,25]. MNDWI is calculated to enhance water features, and reduces built-up area features that are usually correlated with water in other indices [26]. The slope, aspect, NDBI, BSI, NDVI, and MNDWI features were obtained from the Google Earth Engine.
2.3. Methodology
As shown in Figure 2, the research steps are as follows:
Preparation of data layers, including Landsat 8 (2013–2022) and Landsat 7 (2000–2012) images and the NASA-DEM.
After filtering the cloud band, dates, and total cloud cover, six spectral bands, four spectral indices, and 18 textural features were extracted from the annual Landsat images. Each year, the median of Landsat images with a total cloud cover of less than 50% taken from April to September and considered the annual image. Landsat 7 gap filling was performed before feature extraction. To extract the textural features, the images were converted into gray-level 16-bit images with a linear weighted combination (0.3 × R + 0.59 × G + 0.11 × B) [20]. The gray-level co-occurrence matrix (GLCM) algorithm was applied to extract their textural features. Elevation, aspect, hill-shade, and slope features were extracted from the NASA-DEM.
Feature selection was performed using the Gini index.
A total of 50,000 random sample points were selected and labeled in the study area by visual inspection using Google Earth Pro.
The RF classifier was trained using 80% of the dataset. The remaining 20% of the dataset was used to assess the accuracy of the results using the confusion matrix.
After accuracy assessment, the multi-temporal LULC maps were created. The LULC map for each year was estimated using training the model with samples from that year.
The Modified Mann–Kendall (MMK) test was applied to determine the LULC classes change uniform trend, and a fifth polynomial was fitted to the LULC classes’ data series to plot the LULC change trend.
LULC maps were temporary analyzed to calculate the LULC changes.
2.4. Land Use/Land Cover (LULC) Classification
Generally, two kinds of methods have been applied for LULC classification: object-based and pixel-based methods. Object-based methods apply unsupervised classification algorithms to cluster unlabeled pixels of an image. Then, experts label some of these clusters to train supervised methods for classifying all clusters. Pixel-based methods use supervised classification algorithms to determine the LULC class of image pixels based on the labeled samples.
RF is a supervised ensemble ML algorithm that uses a group of decision trees, in which each tree creates its data model based on random sample data and random features. Then, the final prediction is chosen by averaging or voting between the trees’ predictions [27]. To enhance the prediction ability of RF, the association between the trees should be reduced, and their intensity contributions should be increased [28].
2.5. Classification Accuracy Assessment
The confusion matrix is a well-known performance measurement for ML-based RS classification algorithms. As Figure 3 shows, the true positive (TP) and true negative (TN) are the numbers of positive and negative samples correctly predicted by the classifier, respectively. False positive (FP) and false negative (FN) are the numbers of negative and positive samples incorrectly predicted by the classifier, respectively. Accordingly, the accuracy and f-score of the results were calculated by Equations (1) and (2), respectively [29].
(1)
(2)
3. Results
3.1. Classification Results
The TEB is a vast area containing various LULC classes. Tree-based ML algorithms are more practical for modeling big datasets for large-scale classification, as their architecture prevents tree growth from covering noisy outlier samples [31]. We used the Google Earth Engine platform to create RF models. The model contained 100 trees by default. The modeling inputs were features derived from Landsat 7, 8, and NASA-DEM, and the modeling targets were the LULC classes. Before training models, feature selection was performed using the Gini index to reduce the number of modeling features and improve the training process. The results of the feature selection are listed in Table 2. Accordingly, 18 features were selected for LULC modeling.
To make training samples, random sample points were identified in the study area, and seven LULC classes of water, trees, flooded vegetation, crops, built area, bare ground, and rangeland were considered. We followed Esri Land Cover dataset to define each LULC class as follows:
Water: areas where water was mainly present throughout the year.
Trees: notable areas of tall, dense vegetation.
Flooded vegetation: areas where vegetation and water are mixed mainly throughout the year.
Crops: crops, cereals, and grasses planted by humans at lower tree height.
Built area: impervious surfaces and structures made by humans.
Bare ground: areas of rock or soil containing very poor vegetation.
Rangeland: areas that are covered by homogenous grasses.
Sample points were overlaid with Google Earth Pro images. They were then labeled according to the classes’ definitions. While sample points were homogeneously distributed, their number for each class was defined by the area ratio of the class to the whole area of the TEB. For each year, the classifier trained with randomly selected 80% of samples (train data) and validated with the remaining 20% of samples (test data). We averaged the validation results from 2000 to 2022. The mean accuracy of train data, mean accuracy of test data, mean F-score of train data, and mean F-score of test data with slight standard deviation (SD) values were 0.995, 0.893, 0.993, and 0.820, respectively. After producing the LULC maps, they were processed by the majority filter to increase their generalizability. Figure 4 shows the created LULC maps.
3.2. Land Use Land Cover (LULC) Change Analysis
To understand whether there is a uniform trend in LULC change of the TEB, the Modified Mann–Kendall (MMK) test was applied to multi-temporal LULC maps. We used the MMK test proposed by [32] to deal with data autocorrelation. It uses a variance correction approach to improve trend analysis. In this statistical test, H0 and H1 were considered the absence and existence of uniform trends in the data series, respectively. The results are summarized in Table 3. A uniform increasing trend for the built area class and a uniform decreasing trend for the trees class were detected. In addition to the MMK test, we fitted the fifth polynomial to each LULC class data series (Figure 5). Although the MMK test indicated no uniform trend for flooded vegetation, crops, bare ground, and rangeland exists, the trend lines shown in Figure 5 illustrate that water, flooded vegetation, crops, and rangeland classes will decrease. In contrast, trees, built areas, and bare ground will expand in the coming years.
We compared the estimated LULC maps to carry out the LULC to mark points (areas) where LULC changed during 2000–2022. These points were then processed by the kernel density estimation (KDE) method, and the output was classified into two classes. Accordingly, pixels with a value of more than 2.5 × STD were considered outliers where LULC change was highly severe. It was found that the east, south-east, and north-west of Iraq and east of Syria have faced more LULC change in recent years (Figure 6).
Pearson correlation coefficients were calculated to determine the linear relationship between LULC classes (Figure 7). It is a statistical criterion that has been widely applied as a measurement of relationships between two variables. It has a value between −1 and +1, where −1 indicates the negative relationship and the value of +1 means the positive relationship [33]. Investigating the relationship between LULC classes using Pearson correlation coefficients allows us to determine how the changes in an specific LULC class would impact the change in another LULC class. Our results revealed that water class had high anti-correlation with the bare ground (−0.823), moderate anti-correlation with trees (−0.458), high correlation with rangeland (0.734), and moderate correlation with crops (0.560). Trees class was associated with the bare ground (0.446) and dissociated with the built area (−0.578) and rangeland (−0.488). Flooded vegetation had moderate anti-correlation (−0.401) with the built area. Crop class had high anti-correlation with the bare ground (−0.732) and was associated with rangeland (0.539). Bare ground was highly anti-correlated with rangeland (−0.960). No more considerable correlation was observed.
4. Discussion and Conclusions
Many papers (Table 1) have investigated different ML-based approaches for LULC classification, and reached an overall accuracies between 0.73–0.95. While the TEB is a great river basin in west Asia, and LULC change analysis is essential to support future planning, management, and sustainable development of it and the surrounding areas, there are limited studies conducted on the TEB to analyze the LULC changes. LULC change analysis is applicable for numerous studies for every river basin, including ecosystem conservation and services, sustainable land use planning, natural disaster prevention, and water security [34].
In this study, due to computational power limitation, LULC in the TEB was classified using RF without utilizing any hyper-parameter tuning methods, and a good overall accuracy of 0.893 was achieved. Some studies applied hyper-parameter tuning methods to boost the accuracy of LULC classification [8,11,13]. Hyper-parameter tuning is an essential process for ML-based modeling [35]. However, compared with other ML classifiers, RF is less influenced by hyper-parameters [36].
Based on slight SD values [37], the RF classifier had excellent generalizability. Accordingly, LULC maps in different years (2000–2022) and using different data (Landsat 7 and Landsat 8 images) with an acceptable level of accuracy were created. Although created LULC maps may contain uncertainties due to misclassification, homogeneity, and autocorrelations within train samples, the approach used in this research was easy, cheap, and fast, and provides beneficial information in less developed areas, such as the TEB, where there is a lack of data for resource management.
Using limited features in the LULC classification process may cause weak results in areas with heterogeneous landscape characteristics like the TEB. To overcome this issue, morphological, spectral indices, and textural features are usually utilized along with spectral bands to enhance classification accuracy [38]. On the other hand, many features can disturb the training process of ML algorithms. Therefore, we prepared various features for LULC classification and performed feature selection using the Gini index, and 18 features out of 32 available features were applied.
The Gini index indicated that, on average, spectral indices were the most important feature type. This was expected as spectral indices are defined to increase information and improve modeling. Slope and elevation were two of the most important features. The TEB is an area with various morphological conditions. Accordingly, these two features were highly diverse and enhanced LULC classification results. However, the aspect and hill-shade were not highly varied and had lower importance. We found that the blue band was the most important spectral band in modeling, followed by NIR, SWIR 2, red, green, and SWIR 1. However, different researchers evaluated the usefulness of spectral bands for LULC classification in different study areas and reached different results [39,40,41]. Accordingly, LULC classes and conditions of the study area should be considered when choosing the most suitable spectral bands for LULC classification.
MMK test results showed that only trees and built area classes had uniform trends. These findings are consistent with previous works that studied LULC change in Iraq and Syria. Since urbanization in Iraq generally has a vague strategy, and there is no proper urban policy [42], rapid urban expansion is one of the leading environmental problems in this country [43,44,45]. In addition, the loss of orchards due to reasons like uncontrolled LULC change [46,47,48,49,50], rising temperatures, and increased water salinity [51] is an issue that Iraq is struggling with. There is a similar situation in Syria, where urban areas in eastern governorates were expanded due to population growth [52], and analyzing NDVI showed a decrease in green areas [53] in recent years.
According to some observations of southern Iraq (Basra city) [54], eastern Iraq [55], the Diyala River basin [56], and national-scale data of Iraq [57], precipitation in the TEB sharply increased in 2019 compared to previous years, and then decreased quickly. These observations are consistent with research findings where a significant increase in water class was observed in 2019 (the exceptional wet year with abundant spring rains [55]), and then it started to decrease. Other LULC classes correlated or anti-correlated with water, followed the water class trend.
The trees class was anti-correlated with the water and rangeland classes. It is expected that increasing water class leads to an increase in trees class. However, while rapid built area expansion was indicated in the TEB, some observations state that urban area expansion has increased the reduction and fragmentation of orchards and trees in some parts of the TEB, such as the Iraqi Kurdistan [46], northern Iraq [47], Kirkuk [48], Karbala [49], and Baghdad [50] governorates. Similarly, the trees class was anti-correlated with the built area. Crops had a moderate correlation with water, high anti-correlation with bare ground, and moderate correlation with rangeland. Vegetation and green cover classes contrast with bare ground. In other words, the findings indicate that the more water, the more crops, vegetation, and greenery, and the less bare ground.
Rapid and drastic LULC change severely affects the environment and human life. We found that the most severe LULC change in the TEB occurred in the east, south-east, and north-west of Iraq and in east of Syria, while previous findings defined these areas as dust prone sources [58]. Changes in precipitation and water flow may increase dissolved substances of water bodies and harm aquatic habitats and freshwater supplies [59]. Reduction of vegetation and greenery in arid and semi-arid regions such as the TEB are highly correlated with dust events [60]. Losing trees can lead to climate change, soil erosion, flooding, etc. Similarly, several papers have illustrated urban expansion’s effects on climate change [61,62,63]. In conclusion, it is essential to take specific steps to deal with the rapid LULC change in the TEB. For this purpose, future works can help prevent these consequences by investigating its influential factors. In addition, analyzing the current consequences of rapid LULC change in the TEB helps motivate decision-makers to take the necessary actions.
Conceptualization, A.D.B.; methodology, A.D.B.; software, A.I.A.-T.; validation, A.A.A.; formal analysis, A.I.A.-T.; investigation, A.D.B.; data curation, A.I.A.-T. and A.D.B.; writing—original draft preparation, A.I.A.-T.; writing—review and editing, A.A.A. and A.D.B.; visualization, A.I.A.-T.; supervision, A.A.A.; project administration, A.A.A. All authors have read and agreed to the published version of the manuscript.
The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.
We thank the editor and the anonymous reviewers for their excellent suggestions to improve the original draft of the manuscript.
The authors declare no conflict of interest.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Figure 2. Developed methodology for multi-temporal land use/land cover change analysis in the Tigris and Euphrates rivers basin.
Figure 6. Three main geographical zones of the TEB where LULC has changed significantly during 2000–2022. (1) East and south-east of Iraq, (2) north-west of Iraq, (3) east of Syria.
ML applications in LULC mapping using RS data.
Reference | Objectives | Data Sources | Algorithms | Results |
---|---|---|---|---|
[ |
Spatiotemporal change analysis of LULC and land surface temperature in the Suha watershed, north-western highlands of Ethiopia | Landsat 5 | SVM | Obtained high accurate LULC maps show the expansion of agricultural lands, barren lands, and built areas and the reduction of grazing and shrublands. |
Landsat 7 | ||||
Landsat 8 | ||||
[ |
Performance evaluation of ML algorithms for LULC mapping | Landsat 8 | SVM | The outcomes indicated that SVM had the most accurate performance, and Sentinel 2 data was slightly more accurate than Landsat 8. |
ANN | ||||
Sentinel-2 | MLC | |||
MD | ||||
[ |
Monitoring LULC maps using different ML algorithms in the Munneru River basin, India | Landsat 8 |
SVM | All classifiers performed with high accuracy, but RF outperformed both SVM and CART. |
RF | ||||
CART | ||||
[ |
Detailed and automated classification of LULC using ML algorithms | MCD12Q1 |
RF | Classifiers were validated using data from US and Australia, and RF outperformed CART in both validations. |
CART | ||||
[ |
Quantifying spatiotemporal dynamics of LULC in Cox’s Bazar district, Bangladesh | Landsat 4 | RF | RF had highly accurate predictions. Vegetation cover and urban settlements expanded. Water bodies and bare lands were decreased. |
Landsat 5 | ||||
Landsat 8 | ||||
[ |
Evaluation of ML classifiers for LULC mapping in the snow-fed Alaknanda River basin, north-west Himalayan region, India | Landsat 8 | RT | Validation results indicated that both RT and SVM algorithms generated good overall accuracy and performed more precisely than the MLC algorithm. |
SVM | ||||
MLC | ||||
[ |
Long-time series high-quality and high-consistency land cover mapping based in the Hihe River basin | Landsat | RF | RF achieved an average precision of about 90% for estimating a long-time series LULC dataset. |
ASTER | ||||
[ |
Assessing the performance of ML algorithms for classifying LULC in a boreal landscape in south-central Sweden | Sentinel-2 | SVM | The highest accuracy was produced by SVM, closely followed by Xgboost, RF, and DNN. |
RF | ||||
Xgboost | ||||
DNN | ||||
[ |
LULC mapping with advanced ML classifiers in Shiraz City, Iran | Landsat 8 | SVM | DFMLP outperformed the other two algorithms for pixel-based and object-based Landsat 8 imagery classification. |
CTree | ||||
DFMLP | ||||
[ |
Evaluation of ML algorithms for LULC classification for satellite observations | Landsat 4 | SVM | The accuracy assessment showed that all classifiers had similar accuracy levels with minor variation, but RF was the most accurate algorithm. |
RF | ||||
Landsat 5 | ANN | |||
fuzzy ARTMAP | ||||
Landsat 8 | SAM | |||
MHD |
Support vector machine (SVM), artificial neural network (ANN), maximum likelihood classification (MLC), minimum distance (MD), random forest (RF), classification and regression trees (CART), random trees (RT), extreme gradient boosting (Xgboost), deep neural network (DNN), complex tree (Ctree), derivative-free multi-layer perceptron (DFMLP), fuzzy adaptive resonance theory-supervised predictive mapping (fuzzy ARTMAP), spectral angle mapper (SAM), mahalanobis distance (MHD).
Feature selection results performed by the Gini index. M (morphological feature), SB (spectral band), SI (spectral index), T (textural feature).
Feature | Type | Mean Importance Weight | Selection | Feature | Type | Mean Importance Weight | Selection |
---|---|---|---|---|---|---|---|
Slope | M | 43.111 | True | Texture_shade | T | 25.838 | True |
B | SB | 36.914 | True | SWIR 1 | SB | 25.776 | True |
NDBI | SI | 35.369 | True | Aspect | M | 24.216 | False |
BSI | SI | 34.832 | True | Texture_contrast | T | 24.025 | False |
MNDWI | SI | 34.322 | True | Texture_dvar | T | 22.383 | False |
NDVI | SI | 32.167 | True | Texture_corr | T | 21.882 | False |
Texture_savg | T | 32.111 | True | Texture_idm | T | 21.824 | False |
NIR | SB | 31.928 | True | Hillshade | M | 21.798 | False |
Elevation | M | 31.610 | True | Texture_var | T | 21.129 | False |
SWIR 2 | SB | 29.811 | True | Texture_imcorr1 | T | 17.162 | False |
Texture_svar | T | 28.954 | True | Texture_dent | T | 10.376 | False |
Texture_inertia | T | 28.890 | True | Texture_sent | T | 10.343 | False |
Texture_diss | T | 27.843 | True | Texture_imcorr2 | T | 8.945 | False |
R | SB | 27.032 | True | Texture_ent | T | 7.484 | False |
G | SB | 26.987 | True | Texture_asm | T | 6.696 | False |
Texture_prom | T | 26.973 | True | Texture_maxcorr | T | 0.000 | False |
The MMK test results.
LULC Class | H0 | H1 | Trend Type | p Value |
---|---|---|---|---|
Water | Rejected | Accepted | No trend | 0.291 |
Trees | Rejected | Accepted | Decreasing | 0.006 |
Flooded vegetation | Accepted | Rejected | No trend | 0.291 |
Crops | Accepted | Rejected | No trend | 0.117 |
Built Area | Rejected | Accepted | Increasing | 0.000 |
Bare ground | Accepted | Rejected | No trend | 0.908 |
Rangeland | Accepted | Rejected | No trend | 0.422 |
References
1. Singh, G.; Pandey, A. Evaluation of classification algorithms for land use land cover mapping in the snow-fed Alaknanda River Basin of the Northwest Himalayan Region. Appl. Geomat.; 2021; 13, pp. 863-875. [DOI: https://dx.doi.org/10.1007/s12518-021-00401-3]
2. Talukdar, S.; Singha, P.; Mahato, S.; Pal, S.; Liou, Y.-A.; Rahman, A. Land-use land-cover classification by machine learning classifiers for satellite observations—A review. Remote Sens.; 2020; 12, 1135. [DOI: https://dx.doi.org/10.3390/rs12071135]
3. Yeneneh, N.; Elias, E.; Feyisa, G.L. Detection of land use/land cover and land surface temperature change in the Suha Watershed, North-Western highlands of Ethiopia. Environ. Chall.; 2022; 7, 100523. [DOI: https://dx.doi.org/10.1016/j.envc.2022.100523]
4. Singh, R.K.; Singh, P.; Drews, M.; Kumar, P.; Singh, H.; Gupta, A.K.; Govil, H.; Kaur, A.; Kumar, M. A machine learning-based classification of LANDSAT images to map land use and land cover of India. Remote Sens. Appl. Soc. Environ.; 2021; 24, 100624. [DOI: https://dx.doi.org/10.1016/j.rsase.2021.100624]
5. Militino, A.F.; Ugarte, M.; Pérez-Goya, U. An introduction to the spatio-temporal analysis of satellite remote sensing data for geostatisticians. Handbook of Mathematical Geosciences; Springer: Cham, Switzerland, 2018; pp. 239-253.
6. Faruque, M.J.; Vekerdy, Z.; Hasan, M.Y.; Islam, K.Z.; Young, B.; Ahmed, M.T.; Monir, M.U.; Shovon, S.M.; Kakon, J.F.; Kundu, P. Monitoring of land use and land cover changes by using remote sensing and GIS techniques at human-induced mangrove forests areas in Bangladesh. Remote Sens. Appl. Soc. Environ.; 2022; 25, 100699. [DOI: https://dx.doi.org/10.1016/j.rsase.2022.100699]
7. Wang, J.; Bretz, M.; Dewan, M.A.A.; Delavar, M.A. Machine learning in modelling land-use and land cover-change (LULCC): Current status, challenges and prospects. Sci. Total Environ.; 2022; 822, 153559. [DOI: https://dx.doi.org/10.1016/j.scitotenv.2022.153559]
8. Ghayour, L.; Neshat, A.; Paryani, S.; Shahabi, H.; Shirzadi, A.; Chen, W.; Al-Ansari, N.; Geertsema, M.; Pourmehdi Amiri, M.; Gholamnia, M. Performance evaluation of sentinel-2 and landsat 8 OLI data for land cover/use classification using a comparison between machine learning algorithms. Remote Sens.; 2021; 13, 1349. [DOI: https://dx.doi.org/10.3390/rs13071349]
9. Loukika, K.N.; Keesara, V.R.; Sridhar, V. Analysis of land use and land cover using machine learning algorithms on google earth engine for Munneru River Basin, India. Sustainability; 2021; 13, 13758. [DOI: https://dx.doi.org/10.3390/su132413758]
10. Pan, X.; Wang, Z.; Gao, Y.; Dang, X.; Han, Y. Detailed and automated classification of land use/land cover using machine learning algorithms in Google Earth Engine. Geocarto Int.; 2021; 37, pp. 5415-5432. [DOI: https://dx.doi.org/10.1080/10106049.2021.1917005]
11. Roy, B. A machine learning approach to monitoring and forecasting spatio-temporal dynamics of land cover in Cox’s Bazar district, Bangladesh from 2001 to 2019. Environ. Chall.; 2021; 5, 100237. [DOI: https://dx.doi.org/10.1016/j.envc.2021.100237]
12. Zhong, B.; Yang, A.; Jue, K.; Wu, J. Long Time Series High-Quality and High-Consistency Land Cover Mapping Based on Machine Learning Method at Heihe River Basin. Remote Sens.; 2021; 13, 1596. [DOI: https://dx.doi.org/10.3390/rs13081596]
13. Abdi, A.M. Land cover and land use classification performance of machine learning algorithms in a boreal landscape using Sentinel-2 data. GIScience Remote Sens.; 2020; 57, pp. 1-20. [DOI: https://dx.doi.org/10.1080/15481603.2019.1650447]
14. Jamali, A. Land use land cover mapping using advanced machine learning classifiers: A case study of Shiraz city, Iran. Earth Sci. Inform.; 2020; 13, pp. 1015-1030. [DOI: https://dx.doi.org/10.1007/s12145-020-00475-4]
15. Kordi, F.; Yousefi, H.; Ghasemi, L.; Tajrishy, M. Investigation and comparison of land use map database in the Urmia lake basin. Iran. J. Ecohydrol.; 2022; 8, pp. 891-905.
16. Brown, C.F.; Brumby, S.P.; Guzder-Williams, B.; Birch, T.; Hyde, S.B.; Mazzariello, J.; Czerwinski, W.; Pasquarella, V.J.; Haertel, R.; Ilyushchenko, S. Dynamic World, Near real-time global 10 m land use land cover mapping. Sci. Data; 2022; 9, 251. [DOI: https://dx.doi.org/10.1038/s41597-022-01307-4]
17. Al-Muqdadi, S.W. Developing strategy for water conflict management and transformation at Euphrates–Tigris basin. Water; 2019; 11, 2037. [DOI: https://dx.doi.org/10.3390/w11102037]
18. Giovanis, E.; Ozdamar, O. The Transboundary Effects of Climate Change and Global Adaptation: The Case of the Euphrates-Tigris Water Basin in Turkey and Iraq; SSRN: New York, NY, USA, 2021; [DOI: https://dx.doi.org/10.2139/ssrn.4320746]
19. Adamo, N.; Al-Ansari, N.; Sissakian, V.K. Global climate change impacts on Tigris-Euphrates Rivers basins. J. Earth Sci. Geotech. Eng.; 2020; 10, pp. 49-98.
20. Tassi, A.; Gigante, D.; Modica, G.; Di Martino, L.; Vizzari, M. Pixel-vs. Object-based landsat 8 data classification in google earth engine using random forest: The case study of maiella national park. Remote Sens.; 2021; 13, 2299. [DOI: https://dx.doi.org/10.3390/rs13122299]
21. Singh, R.P.; Singh, N.; Singh, S.; Mukherjee, S. Normalized difference vegetation index (NDVI) based classification to assess the change in land use/land cover (LULC) in Lower Assam, India. Int. J. Adv. Remote Sens. GIS; 2016; 5, pp. 1963-1970. [DOI: https://dx.doi.org/10.23953/cloud.ijarsg.74]
22. Capolupo, A.; Monterisi, C.; Tarantino, E. Landsat images classification algorithm (LICA) to automatically extract land cover information in Google Earth Engine environment. Remote Sens.; 2020; 12, 1201. [DOI: https://dx.doi.org/10.3390/rs12071201]
23. Diek, S.; Fornallaz, F.; Schaepman, M.E.; De Jong, R. Barest pixel composite for agricultural areas using landsat time series. Remote Sens.; 2017; 9, 1245. [DOI: https://dx.doi.org/10.3390/rs9121245]
24. Chen, W.; Liu, L.; Zhang, C.; Wang, J.; Wang, J.; Pan, Y. Monitoring the seasonal bare soil areas in Beijing using multitemporal TM images. Proceedings of the 2004 IEEE International Geoscience and Remote Sensing Symposium (IGARSS 2004); Anchorage, AK, USA, 20–24 September 2004; pp. 3379-3382.
25. Kordi, F.; Yousefi, H. Crop classification based on phenology information by using time series of optical and synthetic-aperture radar images. Remote Sens. Appl. Soc. Environ.; 2022; 27, 100812. [DOI: https://dx.doi.org/10.1016/j.rsase.2022.100812]
26. Xu, H. Modification of normalised difference water index (NDWI) to enhance open water features in remotely sensed imagery. Int. J. Remote Sens.; 2006; 27, pp. 3025-3033. [DOI: https://dx.doi.org/10.1080/01431160600589179]
27. Kulkarni, V.Y.; Sinha, P.K. Pruning of random forest classifiers: A survey and future directions. Proceedings of the 2012 International Conference on Data Science & Engineering (ICDSE); Cochin, India, 18–20 July 2012; pp. 64-68.
28. Khorrami, M.; Khorrami, M.; Farhangi, F. Evaluation of tree-based ensemble algorithms for predicting the big five personality traits based on social media photos: Evidence from an Iranian sample. Personal. Individ. Differ.; 2022; 188, 111479. [DOI: https://dx.doi.org/10.1016/j.paid.2021.111479]
29. Demir, F. 14—Deep autoencoder-based automated brain tumor detection from MRI data. Artificial Intelligence-Based Brain-Computer Interface; Bajaj, V.; Sinha, G.R. Academic Press: Cambridge, MA, USA, 2022; pp. 317-351.
30. Maxwell, A.E.; Warner, T.A.; Guillén, L.A. Accuracy assessment in convolutional neural network-based deep learning remote sensing studies—Part 2: Recommendations and best practices. Remote Sens.; 2021; 13, 2591. [DOI: https://dx.doi.org/10.3390/rs13132591]
31. Kerdprasop, N.; Kerdprasop, K. A Heuristic-Based Decision Tree Induction Method for Noisy Data. Database Theory and Application, Bio-Science and Bio-Technology; Springer: Berlin/Heidelberg, Germany, 2011; pp. 1-10.
32. Yue, S.; Wang, C. The Mann-Kendall test modified by effective sample size to detect trend in serially correlated hydrological series. Water Resour. Manag.; 2004; 18, pp. 201-218. [DOI: https://dx.doi.org/10.1023/B:WARM.0000043140.61082.60]
33. Khamchiangta, D.; Dhakal, S. Time series analysis of land use and land cover changes related to urban heat island intensity: Case of Bangkok Metropolitan Area in Thailand. J. Urban Manag.; 2020; 9, pp. 383-395. [DOI: https://dx.doi.org/10.1016/j.jum.2020.09.001]
34. Kang, C.S.; Kanniah, K.D. Land use and land cover change and its impact on river morphology in Johor River Basin, Malaysia. J. Hydrol. Reg. Stud.; 2022; 41, 101072. [DOI: https://dx.doi.org/10.1016/j.ejrh.2022.101072]
35. Farhangi, F. Investigating the role of data preprocessing, hyperparameters tuning, and type of machine learning algorithm in the improvement of drowsy EEG signal modeling. Intell. Syst. Appl.; 2022; 15, 200100. [DOI: https://dx.doi.org/10.1016/j.iswa.2022.200100]
36. Chang, K.-T.; Merghadi, A.; Yunus, A.P.; Pham, B.T.; Dou, J. Evaluating scale effects of topographic variables in landslide susceptibility models using GIS-based machine learning techniques. Sci. Rep.; 2019; 9, 12296. [DOI: https://dx.doi.org/10.1038/s41598-019-48773-2]
37. Farhangi, F.; Sadeghi-Niaraki, A.; Razavi-Termeh, S.V.; Choi, S.-M. Evaluation of Tree-Based Machine Learning Algorithms for Accident Risk Mapping Caused by Driver Lack of Alertness at a National Scale. Sustainability; 2021; 13, 10239. [DOI: https://dx.doi.org/10.3390/su131810239]
38. Kavzoglu, T.; Bilucan, F. Effects of auxiliary and ancillary data on LULC classification in a heterogeneous environment using optimized random forest algorithm. Earth Sci. Inform.; 2022; 16, pp. 415-435. [DOI: https://dx.doi.org/10.1007/s12145-022-00874-9]
39. Jia, K.; Wei, X.; Gu, X.; Yao, Y.; Xie, X.; Li, B. Land cover classification using Landsat 8 operational land imager data in Beijing, China. Geocarto Int.; 2014; 29, pp. 941-951. [DOI: https://dx.doi.org/10.1080/10106049.2014.894586]
40. Kwan, C.; Ayhan, B.; Budavari, B.; Lu, Y.; Perez, D.; Li, J.; Bernabe, S.; Plaza, A. Deep learning for land cover classification using only a few bands. Remote Sens.; 2020; 12, 2000. [DOI: https://dx.doi.org/10.3390/rs12122000]
41. Yu, Z.; Di, L.; Yang, R.; Tang, J.; Lin, L.; Zhang, C.; Rahman, M.S.; Zhao, H.; Gaigalas, J.; Yu, E.G. Selection of landsat 8 OLI band combinations for land use and land cover classification. Proceedings of the 2019 8th International Conference on Agro-Geoinformatics; Istanbul, Turkey, 16–19 July 2019; pp. 1-5.
42. Jarah, S.H.A.; Zhou, B.; Abdullah, R.J.; Lu, Y.; Yu, W. Urbanization and urban sprawl issues in city structure: A case of the Sulaymaniah Iraqi Kurdistan Region. Sustainability; 2019; 11, 485. [DOI: https://dx.doi.org/10.3390/su11020485]
43. Razzaq, B.K.A. Contrast of the spatial distribution of the problem of random housing in the Baghdad Governorate” Baghdad Al gadeeda district”. J. Iraqi Univ.; 2019; 43, pp. 304-316.
44. Hameed, A.H. Future predicted dynamic model urban growth for baqubah city: Civil. Diyala J. Eng. Sci.; 2015; 8, pp. 157-171.
45. Mindeel, S.M.A. Urban Sprawl housing in Orchards and Agricultural lands in Baquba city. J. Res. Diyala Humanit.; 2019; 2, pp. 1-27.
46. Hamad, R. A remote sensing and GIS-based analysis of urban sprawl in Soran District, Iraqi Kurdistan. SN Appl. Sci.; 2020; 2, 24. [DOI: https://dx.doi.org/10.1007/s42452-019-1806-4]
47. Eulewi, H.K.; Hasan, A. Monitoring of the temporal changes in the forests of northern Iraq through the directed classification and the index of natural vegetative difference. Plant Arch.; 2020; 20, pp. 5745-5750.
48. Qader, W.M. Urbanization and Change Detection of Kirkuk City, Iraq for Developmental Planning Through Integrated Geoinformatics Techniques. Int. J. Sci. Eng. Res.; 2016; 7, pp. 1261-1269.
49. Salman Aal-shamkhi, A.D.; Mojaddadi, H.; Pradhan, B.; Abdullahi, S. Extraction and modeling of urban sprawl development in Karbala City using VHR satellite imagery. Spatial Modeling and Assessment of Urban Form: Analysis of Urban Growth: From Sprawl to Compact Using Geospatial Data; Springer: Cham, Switzerland, 2017; pp. 281-296.
50. Kadhim, A.A.; Abbas, L.Z. Unplanned Urbanization and Agricultural Land Degradation in Baghdad City from 2003 to 2017. J. Coll. Educ. Women; 2021; 32, pp. 1-17. [DOI: https://dx.doi.org/10.36231/coedw.v32i1.1474]
51. Ahmed, A.R.; Al-Zewar, J.M.; Fawzi, N.A.-M.; Abulhasan, A.A. Culture of common carp (Cyprinus carpio L.) in Basrah Governorate, southern Iraq; Current status and suggestions for development. Ecol. Environ. Conserv.; 2020; 26, pp. 824-831.
52. Mohamed, M.A.; Anders, J.; Schneider, C. Monitoring of changes in land use/land cover in Syria from 2010 to 2018 using multitemporal Landsat imagery and GIS. Land; 2020; 9, 226. [DOI: https://dx.doi.org/10.3390/land9070226]
53. Mohamed, M.A. Spatiotemporal Impacts of Urban Land Use/Land Cover Changes on Land Surface Temperature: A Comparative Study of Damascus and Aleppo (Syria). Atmosphere; 2021; 12, 1037. [DOI: https://dx.doi.org/10.3390/atmos12081037]
54. Al-Muhyi, A.H.A.; Aleedani, F.Y.K. Impacts of Global Climate Change on Temperature and Precipitation in Basra City, Iraq. Basrah J. Sci.; 2022; 40, pp. 215-230. [DOI: https://dx.doi.org/10.29072/basjs.20220113]
55. Rahi, K.A.; Al-Madhhachi, A.-S.T.; Al-Hussaini, S.N. Assessment of surface water resources of eastern Iraq. Hydrology; 2019; 6, 57. [DOI: https://dx.doi.org/10.3390/hydrology6030057]
56. Naqi, N.M.; Al-Jiboori, M.H.; Al-Madhhachi, A.-S.T. Statistical analysis of extreme weather events in the Diyala River basin, Iraq. J. Water Clim. Chang.; 2021; 12, pp. 3770-3785. [DOI: https://dx.doi.org/10.2166/wcc.2021.217]
57. World Bank Group. Available online: https://climateknowledgeportal.worldbank.org (accessed on 25 December 2022).
58. Darvishi Boloorani, A.; Kazemi, Y.; Sadeghi, A.; Nadizadeh Shorabeh, S.; Argany, M. Identification of dust sources using long term satellite and climatic data: A case study of Tigris and Euphrates basin. Atmos. Environ.; 2020; 224, 117299. [DOI: https://dx.doi.org/10.1016/j.atmosenv.2020.117299]
59. Whitehead, P.G.; Wilby, R.L.; Battarbee, R.W.; Kernan, M.; Wade, A.J. A review of the potential impacts of climate change on surface water quality. Hydrol. Sci. J.; 2009; 54, pp. 101-123. [DOI: https://dx.doi.org/10.1623/hysj.54.1.101]
60. Zou, X.K.; Zhai, P.M. Relationship between vegetation coverage and spring dust storms over northern China. J. Geophys. Res. Atmos.; 2004; 109, [DOI: https://dx.doi.org/10.1029/2003JD003913]
61. Zhang, H.; Wu, C.; Chen, W.; Huang, G. Effect of urban expansion on summer rainfall in the Pearl River Delta, South China. J. Hydrol.; 2019; 568, pp. 747-757. [DOI: https://dx.doi.org/10.1016/j.jhydrol.2018.11.036]
62. Dado, J.M.; Narisma, G.T. The effect of urban expansion in metro Manila on the southwest monsoon rainfall. Asia-Pac. J. Atmos. Sci.; 2019; 58, pp. 1-12. [DOI: https://dx.doi.org/10.1007/s13143-019-00140-x]
63. Luo, M.; Lau, N.C. Urban expansion and drying climate in an urban agglomeration of East China. Geophys. Res. Lett.; 2019; 46, pp. 6868-6877. [DOI: https://dx.doi.org/10.1029/2019GL082736]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Multi-temporal land use/land cover (LULC) change analysis is essential for environmental planning and recourses management. Various global LULC datasets are available now. However, they do not show strong consistency on a regional scale and are mainly time limited. Therefore, high-quality multi-temporal LULC mapping with reasonable consistency on a regional scale is still demanding. In this study, using the Landsat 7, Landsat 8, and the NASA digital elevation model (DEM), LULC mapping of the Tigris and Euphrates rivers basin (TEB) was performed by random forest (RF) classifier in the Google Earth Engine platform during 2000–2022. The spectral bands, spectral indices, morphological, and textural features were applied in the developed procedure. The results indicated that the proposed approach had accurate performance (accuracy = 0.893 and an F score = 0.820) with a good consistency with previous studies. The feature importance evaluation was carried out using Gini index, and spectral indices were identified as the most important features in LULC mapping. Overall, severe LULC change has happened in the TEB during the last two decades. Our results revealed the expansion of water and built-up classes while trees class has experienced a decreasing trend. From a regional perspective, three main areas in the east and south-east of Iraq, north-west of Iraq, and east of Syria were identified where LULC change was intense. These areas are prone to land degradation and dust storms emission problems, and it is necessary to take steps to prevent severe LULC changes in them.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer