Published May 26, 2024
| Version v2
Dataset
Open
Forest Fire Dataset for Peninsular Malaysia (2001-2023) Extracted from Multiple-Source Remote Sensing Data using Google Earth Engine
Description
- Dataset: Forest Fire data
- Time Period: 2001 to 2023
- Location: Peninsular Malaysia
- Historical Fire Source: MCD64A1 and FIRMS Hotspots
- Fire Factors Extracted: Global Remote Sensing Data from GEE
The framework extraction process can be reffered from the following publication:
- Framework to Create Inventory Dataset for Disaster Behavior Analysis Using Google Earth Engine: A Case Study in Peninsular Malaysia for Historical Forest Fire Behavior Analysis
- Journal: Forests 2024, 15(6), 923;
- https://doi.org/10.3390/f15060923
- The variables name such as AET (actual evapotranspiration) can be found from the article.
Access the framework code from:
The time sequence in the variable indicate whether it's a monthly data / yearly accumulated data / seasonal data, example:
- 200101_aet (Year 2001, Month 01, value for aet (actual evapotranspiration)
- 2001_aet_DJF (Average of December, January, February)
- 2001_aet_MAM (Seasonal Average of March, April, May)
- 2001_aet_JJA (Seasonal Average of June, July, August)
- 2001_aet_SON (Seasonal Average of September, October, November)
- 2001_aet_annual (Annual average of 2001)
Files
ForestFireDataset_PeninsularMalaysia_Full.csv
Additional details
Software
- Repository URL
- https://github.com/chewyeejian/GEE_FrameworkForestFireDataset
- Programming language
- Python