Assessment of Dual-Polarization Sentinel-1 SAR Data for Improved Wildfire Burned Area Mapping: A Case Study of the Palisades Region, USA
Abstract
1. Introduction
- Demonstrating the impact of single-date versus multi-date Sentinel-1 SAR acquisitions on burned area mapping accuracy and robustness.
- Quantifying the added value of combining ascending and descending orbit images for improved classification performance.
- Assessing the contribution of Grey-Level Co-occurrence Matrix texture features in enhancing SAR-based burned area detection.
- A comparative performance analysis of Random Forest and XGBoost classifiers to identify an operationally feasible burned area mapping workflow.
2. Methods
2.1. Study Area
2.2. Data Used
2.3. Methodological Approach
2.3.1. Data Preparation
- (a)
- Pre-processing the sample space data, which reduces noise and corrects for sensors and/or geometric distortions, allows the model to learn from relevant patterns rather than artifacts. For this purpose, the ESA Sentinel Application Platform (SNAP) version 11 was used to preprocess Sentinel-1 image datasets, following the standard workflow described by [37] and schematized in Figure 3. Ascending and descending image sets were processed separately for each timestamp. In the first step, a subset of the area of interest was extracted, followed by the orbit file application (default settings, i.e., sentinel precise as Orbit State Vectors and 3 polynomial degree) to achieve sub-meter geolocation accuracy by incorporating updated satellite position and velocity information that is essential for multi-temporal analysis and terrain correction. In the next step, thermal noise removal (with default parameters) was implemented to reduce noise effects in the inter-sub-swath texture, normalizing the backscatter signal within the entire Sentinel-1 scene and resulting in reduced discontinuities between sub-swaths for scenes in multi-swath acquisition modes. Subsequently, border noise removal (with default parameters) was applied to remove low-intensity noise and invalid data on scene edges. Following this, radiometric calibration was executed to convert digital pixel values into sigma nought backscatter value, which is essential for quantitative SAR analysis and comparability across different sensors or orbits. All six images were then co-registered by using the co-registration tool, by setting the standard bilinear interpolation method for smooth resampling, a product geolocation method for the precise initial offset estimation, and the minimum output extent to ensure consistent spatial coverage across the time series. Then, single-product speckle filtering was applied using the Lee sigma filter with a 7 × 7 analysis window and a 3 × 3 output window, which are the default settings in widely used SAR processing toolkits and provide a practical compromise between speckle reduction and preservation of spatial details in heterogeneous areas. Choosing a larger window enhances noise reduction but may induce a high smoothing effect, obscuring important features, while a 7 × 7 size offers a compromise suitable for heterogeneous areas. The 3 × 3 output window ensures that the localized statistics used in filtering are centered around each pixel, enabling fine-grained noise reduction while preserving edge information and structural details in the images. After speckle filtering, Range-Doppler Terrain Correction was performed using SRTM 1Sec HGT as a Digital Elevation Model, with the default coordinate reference system (WGS 84) and pixel spacing, and without masking out areas with missing elevation, to derive the precise geolocation information by correcting the distortion from side-looking geometry. SRTM 1Sec HGT was selected as the DEM for this relatively small study area as it provides good spatial (30 m) and vertical resolution for accurate terrain correction, offering a practical balance between geolocation accuracy and computational efficiency. GLCM texture properties were also computed for both VV and VH polarizations using a 5 × 5 window and a probabilistic quantizer set to 8 quantization levels, a choice that balances capturing local heterogeneity and preserving important texture patterns without over smoothing while minimizing noise and computational complexity. It consists of 20 layers, each containing 10 texture properties for each polarization. The final products (backscatter and GLCM) were exported in .geotiff format. As a final step, these layers were resampled into 10 m and reprojected into UTM zone 11N (EPSG:32611) using QGIS to maintain spatial accuracy and consistency for regional analysis.
- (b)
- Pre-processing the label space data was undertaken in order to generate a reference map. For that, the Differenced Normalized Burn Ratio was calculated according to the following:
2.3.2. Feature Extraction
- (a)
- Radar Burn Ratio, defined as the ratio between post-fire average backscatter and pre-fire average backscatter values [41], is a simple yet effective index. It is calculated for VV and VH polarizations separately, as shown in Equations (4) and (5), respectively. The rationale behind using RBR is that vegetation and surface structures typically exhibit changes in radar backscatter after being burned. A decrease in VH backscatter is often observed due to the loss of volume scattering from vegetation, leading to a significant change in the RBR values as an indication of potentially burned areas.
- (b)
- Radar Burn Difference is a change detection index that quantifies the absolute difference in radar backscatter before and after a fire event [41]. It is calculated for VV and VH polarizations separately, as indicated by Equations (6) and (7), respectively. A negative RBD value, especially in VH polarization, typically reflects a loss in vegetation structure and volume scattering due to fire. In contrast, positive values may occur in areas with increased surface roughness or residual moisture changes post-fire.
- (c)
- Delta Radar Burn Index (ΔRVI), which is a dual-polarimetric index, is calculated as the difference in RVI before and after the fire event according to Equation (9). Beforehand, RVI is computed separately for post-fire and pre-fire using both VV and VH polarization, as expressed by Equation (8). As a SAR-derived metric, ΔRVI captures the structural and volumetric scattering properties of vegetation. It is particularly effective for monitoring vegetation cover and changes in biomass, making it suitable for post-fire assessments where vegetation structure is altered. Higher RVI values are generally associated with dense vegetation due to increased volume scattering, while lower or negative values indicate sparser or bare surfaces.
- (d)
- GLCM texture properties were computed for both VV and VH polarization channels in order to capture spatial variation and structural patterns associated with burned areas. For each image acquisition date (pre-event and post-event), ten GLCM texture properties were derived that include: Contrast, Dissimilarity, Homogeneity, ASM, Energy, MAX, Entropy, GLCM Mean, GLCM Variance, and GLCM Correlation. For that, SNAP software version 12 was used, and the results were exported. The change in each GLCM texture property noted as ΔGLCM before and after the fire was also obtained using Equation (11). The calculation resulted in a total of 20 ΔGLCM features (10 for VV and 10 for VH) per pixel, capturing post-fire changes in textural characteristics. With the aim of reducing dimensionality and eliminating redundancy and multicollinearity among the texture variables, Principal Component Analysis (PCA) was applied to the stacked 20-band ΔGLCM dataset. It captures the majority of the variance in an optimal layer, speeding up the calculation process [30]. PCA was performed on a pixel-wise basis across the full study area using the PCA method from the scikit-learn Python library version 1.7.0 (sklearn.decomposition.PCA), transforming the correlated texture features into a new set of orthogonal components ranked by explained variance. The first three principal components were retained and used as input features in schemes 4 and 8. For the single-date images, Principal Components 1, 2, and 3 explained 74.78%, 17.09%, and 4.96% of the variance, respectively, capturing a total of 96.83% of the variance. For the multi-date images, Principal Components 1, 2, and 3 explained 71.34%, 24.10%, and 2.76% of the variance, respectively, capturing a total of 98.21% of the variance. These results indicate that using three components effectively reduces dimensionality while retaining almost all of the original texture information for both single-date and multi-date datasets.
- (e)
- Combining ascending and descending features: Features that were generated for schemes based on ascending (1, 5) and descending (2, 6) orbits were fused on a per-pixel basis by calculating their arithmetic mean (Equation (10)), as datasets were spatially aligned already in pre-processing step. This operation produced a single composite feature layer that integrates complementary scattering information from both orbit directions while maintaining the original spatial resolution.
2.3.3. Model Training and Evaluation Setup
3. Results
4. Discussion
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A
| Schemes | Models | Random Forest | XGBoost | ||
|---|---|---|---|---|---|
| Unburnt | Burned | Unburnt | Burnt | ||
| #1 | Unburnt | 76,257 | 9681 | 79,745 | 6193 |
| Burnt | 23,104 | 40,958 | 28,899 | 35,163 | |
| #2 | Unburnt | 77,948 | 7990 | 79,929 | 6009 |
| Burnt | 23,313 | 40,749 | 27,427 | 36,635 | |
| #3 | Unburnt | 77,686 | 8252 | 79,654 | 6284 |
| Burnt | 18,592 | 45,470 | 21,276 | 42,786 | |
| #4 | Unburnt | 78,311 | 7627 | 79,829 | 6109 |
| Burnt | 18,866 | 45,196 | 20,676 | 43,386 | |
| #5 | Unburnt | 78,287 | 7651 | 80,674 | 5264 |
| Burnt | 19,604 | 44,458 | 24,244 | 39,818 | |
| #6 | Unburnt | 78,056 | 7882 | 80,795 | 5143 |
| Burnt | 17,781 | 46,281 | 24,608 | 39,454 | |
| #7 | Unburnt | 79,784 | 6154 | 81,939 | 3999 |
| Burnt | 16,143 | 47,919 | 20,253 | 43,809 | |
| #8 | Unburnt | 79,861 | 6077 | 81,810 | 4128 |
| Burnt | 15,246 | 48,816 | 18,240 | 45,822 | |
References
- Food and Agriculture Organization of the United Nations. Integrated Fire Management Voluntary Guidelines—Principles and Strategic Actions, 2nd ed.; Forestry Working Paper; Food and Agriculture Organization of the United Nations: Rome, Italy, 2024. [Google Scholar]
- Li, X.; Jin, H.; He, R.; Wang, H.; Sun, L.; Luo, D.; Huang, Y.; Li, Y.; Chang, X.; Wang, L.; et al. Impact of Wildfire on Soil Carbon and Nitrogen Storage and Vegetation Succession in the Nanweng’he National Natural Wetlands Reserve, Northeast China. CATENA 2023, 221, 106797. [Google Scholar] [CrossRef]
- MacCarthy, J.; Richter, J.; Tyukavina, S.; Harris, N. The Latest Data Confirms: Forest Fires Are Getting Worse. Available online: https://www.wri.org/insights/global-trends-forest-fires (accessed on 21 January 2026).
- Soontha, L.; Bhat, M.Y. Global Firestorm: Igniting Insights on Environmental and Socio-Economic Impacts for Future Research. Environ. Dev. 2026, 57, 101362. [Google Scholar] [CrossRef]
- Pirotti, F.; Adedipe, O.; Leblon, B. Sentinel-1 Response to Canopy Moisture in Mediterranean Forests before and after Fire Events. Remote Sens. 2023, 15, 823. [Google Scholar] [CrossRef]
- Monash University New Study: More than 1.5 Million Die Each Year from Wild/Bush Fire Pollution. Available online: https://www.monash.edu/medicine/news/latest/2024-articles/new-study-more-than-1.5-million-die-each-year-from-wildbush-fire-pollution (accessed on 21 January 2026).
- Byrne, B.; Liu, J.; Bowman, K.W.; Pascolini-Campbell, M.; Chatterjee, A.; Pandey, S.; Miyazaki, K.; van der Werf, G.R.; Wunch, D.; Wennberg, P.O.; et al. Carbon Emissions from the 2023 Canadian Wildfires. Nature 2024, 633, 835–839. [Google Scholar] [CrossRef]
- Gong, X.; Liu, Z.; Tian, J.; Wang, Q.; Li, G.; An, Z.; Han, Y. Global Carbon Emission Accounting: National-Level Assessment of Wildfire CO2 Emission—A Case Study of China. EGUsphere 2024, 2024, 1–23. [Google Scholar] [CrossRef]
- Salgado, L.; Alvarez, M.G.; Díaz, A.M.; Gallego, J.R.; Forján, R. Impact of Wildfire Recurrence on Soil Properties and Organic Carbon Fractions. J. Environ. Manag. 2024, 354, 120293. [Google Scholar] [CrossRef]
- Giglio, L.; Loboda, T.; Roy, D.P.; Quayle, B.; Justice, C.O. An Active-Fire Based Burned Area Mapping Algorithm for the MODIS Sensor. Remote Sens. Environ. 2009, 113, 408–420. [Google Scholar] [CrossRef]
- Laneve, G.; Di Fonzo, M.; Pampanoni, V.; Bueno Morles, R. Progress and Limitations in the Satellite-Based Estimate of Burnt Areas. Remote Sens. 2023, 16, 42. [Google Scholar] [CrossRef]
- Martins, V.S.; Roy, D.P.; Huang, H.; Boschetti, L.; Zhang, H.K.; Yan, L. Deep Learning High Resolution Burned Area Mapping by Transfer Learning from Landsat-8 to PlanetScope. Remote Sens. Environ. 2022, 280, 113203. [Google Scholar] [CrossRef]
- Roy, D.P.; Huang, H.; Boschetti, L.; Giglio, L.; Yan, L.; Zhang, H.H.; Li, Z. Landsat-8 and Sentinel-2 Burned Area Mapping—A Combined Sensor Multi-Temporal Change Detection Approach. Remote Sens. Environ. 2019, 231, 111254. [Google Scholar] [CrossRef]
- Jiao, L.; Bo, Y. Near Real-Time Mapping of Burned Area by Synergizing Multiple Satellites Remote-Sensing Data. GISci. Remote Sens. 2022, 59, 1956–1977. [Google Scholar] [CrossRef]
- Zhang, S.; Bai, M.; Wang, X.; Peng, X.; Chen, A.; Peng, P. Remote Sensing Technology for Rapid Extraction of Burned Areas and Ecosystem Environmental Assessment. PeerJ 2023, 11, e14557. [Google Scholar] [CrossRef] [PubMed]
- Ban, Y.; Zhang, P.; Nascetti, A.; Bevington, A.R.; Wulder, M.A. Near Real-Time Wildfire Progression Monitoring with Sentinel-1 SAR Time Series and Deep Learning. Sci. Rep. 2020, 10, 1322. [Google Scholar] [CrossRef] [PubMed]
- Philipp, M.B.; Levick, S.R. Exploring the Potential of C-Band SAR in Contributing to Burn Severity Mapping in Tropical Savanna. Remote Sens. 2019, 12, 49. [Google Scholar] [CrossRef]
- Engelbrecht, J.; Theron, A.; Vhengani, L.; Kemp, J. A Simple Normalized Difference Approach to Burnt Area Mapping Using Multi-Polarisation C-Band SAR. Remote Sens. 2017, 9, 764. [Google Scholar] [CrossRef]
- Shama, A.; Zhang, R.; Wang, T.; Liu, A.; Bao, X.; Lv, J.; Zhang, Y.; Liu, G. Forest Fire Progress Monitoring Using Dual-Polarisation Synthetic Aperture Radar (SAR) Images Combined with Multi-Scale Segmentation and Unsupervised Classification. Int. J. Wildland Fire 2024, 33, WF23124. [Google Scholar] [CrossRef]
- Marra, A.B.; Galo, M.D.L.B.T.; Sano, E.E. Contribution of SAR/Sentinel-1 Images in the Detection of Burnt Areas in the Natural Vegetation of the Brazilian Pantanal Biome. Bol. Ciênc. Geod. 2024, 30, e2024005. [Google Scholar] [CrossRef]
- Belenguer-Plomer, M.A.; Tanase, M.A.; Fernandez-Carrillo, A.; Chuvieco, E. Burned Area Detection and Mapping Using Sentinel-1 Backscatter Coefficient and Thermal Anomalies. Remote Sens. Environ. 2019, 233, 111345. [Google Scholar] [CrossRef]
- Belenguer-Plomer, M.Á.; Chuvieco, E.; Tanase, M.A. Sentinel-1 Based Algorithm to Detect Burned Areas. In Proceedings of the 11th EARSeL Forest Fires SIG, Chania, Greece, 25–27 September 2017. [Google Scholar]
- Hrysiewicz, A.; Holohan, E.P.; Donohue, S.; Cushnan, H. SAR and InSAR Data Linked to Soil Moisture Changes on a Temperate Raised Peatland Subjected to a Wildfire. Remote Sens. Environ. 2023, 291, 113516. [Google Scholar] [CrossRef]
- Lasko, K. Incorporating Sentinel-1 SAR Imagery with the MODIS MCD64A1 Burned Area Product to Improve Burn Date Estimates and Reduce Burn Date Uncertainty in Wildland Fire Mapping. Geocarto Int. 2021, 36, 340–360. [Google Scholar] [CrossRef]
- Suwanprasit, C. Shahnawaz Mapping Burned Areas in Thailand Using Sentinel-2 Imagery and OBIA Techniques. Sci. Rep. 2024, 14, 9609. [Google Scholar] [CrossRef]
- Lestari, A.I.; Rizkinia, M.; Sudiana, D. Evaluation of Combining Optical and SAR Imagery for Burned Area Mapping Using Machine Learning. In Proceedings of the 2021 IEEE 11th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, NV, USA, 27–30 January 2021; IEEE: New York, NY, USA, 2021; pp. 0052–0059. [Google Scholar]
- De Luca, G.; Silva, J.M.N.; Modica, G. Regional-Scale Burned Area Mapping in Mediterranean Regions Based on the Multitemporal Composite Integration of Sentinel-1 and Sentinel-2 Data. GISci. Remote Sens. 2022, 59, 1678–1705. [Google Scholar] [CrossRef]
- Hosseini, M.; Lim, S. Burned Area Detection Using Sentinel-1 SAR Data: A Case Study of Kangaroo Island, South Australia. Appl. Geogr. 2023, 151, 102854. [Google Scholar] [CrossRef]
- Shama, A.; Zhang, R.; Zhan, R.; Wang, T.; Xie, L.; Bao, X.; Lv, J. A Burned Area Extracting Method Using Polarization and Texture Feature of Sentinel-1A Images. IEEE Geosci. Remote Sens. Lett. 2023, 20, 1–5. [Google Scholar] [CrossRef]
- De Luca, G.; Silva, J.M.N.; Modica, G. A Workflow Based on Sentinel-1 SAR Data and Open-Source Algorithms for Unsupervised Burned Area Detection in Mediterranean Ecosystems. GISci. Remote Sens. 2021, 58, 516–541. [Google Scholar] [CrossRef]
- Puspitaningrum, L.A.; Bioresita, F. Utilization of Sentinel-1 Imagery for Burnt Area Detection and Impact of Forest Fires in Penajam Paser Utara Regency 2019. IOP Conf. Ser. Earth Environ. Sci. 2025, 1551, 012002. [Google Scholar] [CrossRef]
- Abujayyab, S.K.M. A Comparative Assessment of Sentinel-1 SAR with Optical Indices for Cloud-Resilient Wildfire Mapping. Eur. J. For. Eng. 2025, 11, 95–105. [Google Scholar] [CrossRef]
- Chen, X.; Zhang, Y.; Wang, S.; Zhao, Z.; Liu, C.; Wen, J. Comparative Study of Machine Learning Methods for Mapping Forest Fire Areas Using Sentinel-1B and 2A Imagery. Front. Remote Sens. 2024, 5, 1446641. [Google Scholar] [CrossRef]
- Lee, C.; Park, S.; Kim, T.; Liu, S.; Md Reba, M.N.; Oh, J.; Han, Y. Machine Learning-Based Forest Burned Area Detection with Various Input Variables: A Case Study of South Korea. Appl. Sci. 2022, 12, 10077. [Google Scholar] [CrossRef]
- Alkhatib, R.; Sahwan, W.; Alkhatieb, A.; Schütt, B. A Brief Review of Machine Learning Algorithms in Forest Fires Science. Appl. Sci. 2023, 13, 8275. [Google Scholar] [CrossRef]
- Caramela, S. Pacific Palisades Wildfire Officially Most Destructive in Los Angeles History. Available online: https://www.vice.com/en/article/pacific-palisades-wildfire-officially-most-destructive-in-los-angeles-history/ (accessed on 20 August 2025).
- Filipponi, F. Sentinel-1 GRD Preprocessing Workflow. In Proceedings of the 3rd International Electronic Conference on Remote Sensing, Online, 22 May–5 June 2018; MDPI: Basel, Switzerland, 2019; Volume 3. [Google Scholar]
- Zahabnazouri, S.; Belmont, P.; David, S.; Wigand, P.E.; Elia, M.; Capolongo, D. Detecting Burn Severity and Vegetation Recovery After Fire Using dNBR and dNDVI Indices: Insight from the Bosco Difesa Grande, Gravina in Southern Italy. Sensors 2025, 25, 3097. [Google Scholar] [CrossRef]
- Arellano-Pérez, S.; Ruiz-González, A.D.; Álvarez-González, J.G.; Vega-Hidalgo, J.A.; Díaz-Varela, R.; Alonso-Rego, C. Mapping Fire Severity Levels of Burned Areas in Galicia (NW Spain) by Landsat Images and the dNBR Index: Preliminary Results About the Influence of Topographical, Meteorological and Fuel Factors on the Highest Severity Level; Viegas, D.X., Ed.; Imprensa da Universidade de Coimbra: Coimbra, Portugal, 2018; pp. 1053–1060. [Google Scholar]
- Al-hasn, R.; Almuhammad, R. Burned Area Determination Using Sentinel-2 Satellite Images and the Impact of Fire on the Availability of Soil Nutrients in Syria. J. For. Sci. 2022, 68, 96–106. [Google Scholar] [CrossRef]
- Rokhmatuloh; Ardiansyah; Indratmoko, S.; Riyanto, I.; Margatama, L.; Arief, R. Burnt-Area Quick Mapping Method with Synthetic Aperture Radar Data. Appl. Sci. 2022, 12, 11922. [Google Scholar] [CrossRef]
- Elgeldawi, E.; Sayed, A.; Galal, A.R.; Zaki, A.M. Hyperparameter Tuning for Machine Learning Algorithms Used for Arabic Sentiment Analysis. Informatics 2021, 8, 79. [Google Scholar] [CrossRef]
- Hossain, R.; Timmer, D. Machine Learning Model Optimization with Hyper Parameter Tuning Approach. Glob. J. Comput. Sci. Technol. D Neural Artif. Intell. 2021, 21, 7–13. [Google Scholar]
- Parmar, A.; Katariya, R.; Patel, V. A Review on Random Forest: An Ensemble Classifier. In International Conference on Intelligent Data Communication Technologies and Internet of Things (ICICI) 2018; Hemanth, J., Fernando, X., Lafata, P., Baig, Z., Eds.; Lecture Notes on Data Engineering and Communications Technologies; Springer International Publishing: Cham, Switzerland, 2019; Volume 26, pp. 758–763. [Google Scholar]
- Chen, T.; Guestrin, C. XGBoost: A Scalable Tree Boosting System. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; ACM: New York, NY, USA, 2016; pp. 785–794. [Google Scholar]
- Twayana, R. Pre-Processed Dual-Pol Sentinel-1 SAR Dataset for Machine Learning-Based Burned Area Mapping. Available online: https://data.mendeley.com/datasets/d8r89ykgyd/1 (accessed on 26 August 2025).








| Sensor | Acquisition Date | Product Type | Polarization Mode/Bands | Spatial Resolution | Orbit |
|---|---|---|---|---|---|
| Sentinel-2 Multispectral Imager | Before Event (2 January 2025) After Event (12 January 2025) | Level-2A | B8 (NIR) | 10 m | Descending |
| B12 (SWIR2) | 20 m | ||||
| Sentinel-1 (C-Band SAR) | Before Event (9 December 2024, 21 December 2024, 2 January 2025) After Event (14 January 2025, 26 January 2025, 7 February 2025) | GRDH | VV, VH | 10 m | Ascending, Descending |
| Dates | Schemes | Acquisition Pass | Features |
|---|---|---|---|
| Single-Date | #1 | Ascending | ∆RVI |
| #2 | Descending | ∆RVI | |
| #3 | Ascending + Descending | ∆RVI | |
| #4 | ∆RVI, 3 GLCM texture difference principal components | ||
| Multi-Date | #5 | Ascending | ∆RVI |
| #6 | Descending | ∆RVI | |
| #7 | Ascending + Descending | ∆RVI | |
| #8 | ∆RVI, 3 GLCM texture difference principal components |
| Indices | Formula | Equation |
|---|---|---|
| Radar Burn Ratio for VV polarization | (4) | |
| Radar Burn Ratio for VH polarization | (5) | |
| Radar Burn Difference for VV polarization | (6) | |
| Radar Burn Difference for VH polarization | (7) | |
| Radar Vegetation Index | (8) | |
| Radar Vegetation Index Difference | (9) | |
| Combining ascending and descending features | GLCM | (10) |
| GLCM Textures Properties | where, xy represents VV or VH feat represents GLCM texture properties | (11) |
| Dates | Schemes | Accuracy | F1-Score | Precision | Recall | ROC-AUC |
|---|---|---|---|---|---|---|
| Single Date | Scheme 1 | 0.7661 | 0.7434 | 0.7921 | 0.7384 | 0.8682 |
| Scheme 2 | 0.7771 | 0.7568 | 0.8018 | 0.7509 | 0.8632 | |
| Scheme 3 | 0.8163 | 0.8045 | 0.8306 | 0.7974 | 0.9044 | |
| Scheme 4 | 0.8214 | 0.8102 | 0.8354 | 0.8031 | 0.9094 | |
| Multi-Dates | Scheme 5 | 0.8033 | 0.7875 | 0.8261 | 0.7802 | 0.8984 |
| Scheme 6 | 0.8017 | 0.7854 | 0.8256 | 0.7780 | 0.8871 | |
| Scheme 7 | 0.8383 | 0.8272 | 0.8591 | 0.8187 | 0.9234 | |
| Scheme 8 | 0.8509 | 0.8418 | 0.8675 | 0.8336 | 0.9335 |
| Dates | Scheme | Accuracy | F1-Score | Precision | Recall | ROC-AUC |
|---|---|---|---|---|---|---|
| Single-Date | Scheme 1 | 0.7814 | 0.7686 | 0.7881 | 0.7633 | 0.8691 |
| Scheme 2 | 0.7913 | 0.7776 | 0.8029 | 0.7716 | 0.8704 | |
| Scheme 3 | 0.8210 | 0.8124 | 0.8266 | 0.8069 | 0.9057 | |
| Scheme 4 | 0.8234 | 0.8143 | 0.8307 | 0.8084 | 0.9088 | |
| Multi-Date | Scheme 5 | 0.8183 | 0.8086 | 0.8265 | 0.8025 | 0.8985 |
| Scheme 6 | 0.8289 | 0.8209 | 0.8345 | 0.8154 | 0.9047 | |
| Scheme 7 | 0.8514 | 0.8443 | 0.8590 | 0.8382 | 0.9271 | |
| Scheme 8 | 0.8578 | 0.8515 | 0.8645 | 0.8456 | 0.9328 |
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. |
© 2026 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.
Share and Cite
Twayana, R.; Hadj-Rabah, K. Assessment of Dual-Polarization Sentinel-1 SAR Data for Improved Wildfire Burned Area Mapping: A Case Study of the Palisades Region, USA. Geomatics 2026, 6, 28. https://doi.org/10.3390/geomatics6020028
Twayana R, Hadj-Rabah K. Assessment of Dual-Polarization Sentinel-1 SAR Data for Improved Wildfire Burned Area Mapping: A Case Study of the Palisades Region, USA. Geomatics. 2026; 6(2):28. https://doi.org/10.3390/geomatics6020028
Chicago/Turabian StyleTwayana, Rabina, and Karima Hadj-Rabah. 2026. "Assessment of Dual-Polarization Sentinel-1 SAR Data for Improved Wildfire Burned Area Mapping: A Case Study of the Palisades Region, USA" Geomatics 6, no. 2: 28. https://doi.org/10.3390/geomatics6020028
APA StyleTwayana, R., & Hadj-Rabah, K. (2026). Assessment of Dual-Polarization Sentinel-1 SAR Data for Improved Wildfire Burned Area Mapping: A Case Study of the Palisades Region, USA. Geomatics, 6(2), 28. https://doi.org/10.3390/geomatics6020028
