当前位置:网站首页>Google Earth engine (GEE) - globfire daily fire data set based on mcd64a1
Google Earth engine (GEE) - globfire daily fire data set based on mcd64a1
2022-07-04 22:47:00 【This star is bright】
be based on MODIS Data sets MCD64A1 Fire boundary of . The data is calculated based on an algorithm , The algorithm relies on encoding the space-time relationship between patches of burned out regions in the graphic structure .
Each fire has a unique number to identify the event .
Dataset Availability
2001-01-01T00:00:00Z–2021-01-01T00:00:00
Dataset Provider
European Commission, Joint Research Centre, Global Wildfire Information System
The data call :
'JRC/GWIS/GlobFire/v2/DailyPerimeters'
Code :
// Call... Directly from the folder , Nothing here featurecollection.
var folder = 'JRC/GWIS/GlobFire/v2/DailyPerimeters';
// Use... With asynchronous callbacks ee.data.listAssets List available tables .
function printAssetList(listAssetsOutput) {
print('Asset list:', listAssetsOutput['assets']);
}
ee.data.listAssets(folder, {}, printAssetList);
// Define a table name from the list of available tables ( surface ID).
var tableName = 'JRC/GWIS/GlobFire/v2/DailyPerimeters/2020';
var computeArea = function (f) {
return f.set({'area': f.area()});
}
// Import a selected table as a feature set .
var features = ee.FeatureCollection(tableName).map(computeArea);
// Visual parameters of linear fire area gradient .
var visParams = {
palette: ['f5ff64', 'b5ffb4', 'beeaff', 'ffc0e8', '8e8dff', 'adadad'],
min: 0.0,
max: 600000000.0,
opacity: 0.8,
};
// Use the calculated fire area as the numerical attribute , Draw the fire perimeter on the image .
var image = ee.Image().float().paint(features, 'area')
// Display the image on the map ( Including features explored by inspectors ).
Map.addLayer(image, visParams, 'GlobFire 2020');
Map.addLayer(features, null, 'For Inspector', false);
Map.setCenter(-121.23, 39.7, 12);
Terms of Use
Licensed under the Creative Commons Attribution 4.0 International License.
Citations:
Artés, T., Oom, D., De Rigo, D., Durrant, T. H., Maianti, P., Libertà, G., & San-Miguel-Ayanz, J. (2019). A global wildfire dataset for the analysis of fire regimes and fire behaviour. Scientific data, 6(1), 1-11. doi:10.1038/s41597-019-0312-2
result :
Fire display of different levels :
Click to view the corresponding information, fire area, etc
边栏推荐
- Recommendation of mobile app for making barcode
- 串口数据帧
- Hit the core in the advanced area of misc in the attack and defense world
- PMO: compare the sample efficiency of 25 molecular optimization methods
- Shell script implements application service log warehousing MySQL
- 特征缩放 标准化 归一化
- UML diagram memory skills
- Google Earth engine (GEE) -- take modis/006/mcd19a2 as an example to batch download the daily mean, maximum, minimum, standard deviation, statistical analysis of variance and CSV download of daily AOD
- Test will: bug classification and promotion solution
- Business is too busy. Is there really no reason to have time for automation?
猜你喜欢
The Sandbox 和数字好莱坞达成合作,通过人力资源开发加速创作者经济的发展
Close system call analysis - Performance Optimization
Li Kou 98: verify binary search tree
MySQL Architecture - logical architecture
Introducing QA into the software development lifecycle is the best practice that engineers should follow
Persistence mechanism of redis
UML diagram memory skills
UML图记忆技巧
Attack and defense world misc advanced area Hong
LOGO special training camp section I identification logo and Logo Design Ideas
随机推荐
LOGO特訓營 第一節 鑒別Logo與Logo設計思路
Logo special training camp section II collocation relationship between words and graphics
Attack and defense world misc advanced area can_ has_ stdio?
[the 2023 autumn recruitment of MIHA tour] open [the only exclusive internal push code of school recruitment eytuc]
String类中的常用方法
Challenges faced by virtual human industry
Attack and Defense World MISC Advanced Area Erik baleog and Olaf
Test will: bug classification and promotion solution
SPSS installation and activation tutorial (including network disk link)
啃下大骨头——排序(二)
不同环境相同配置项的内容如何diff差异?
剑指Offer 68 - II. 二叉树的最近公共祖先
Concurrent network modular reading notes transfer
It is said that software testing is very simple, but why are there so many dissuasions?
LOGO特训营 第五节 字体结构与设计常用技法
攻防世界 MISC 进阶区 Erik-Baleog-and-Olaf
安装人大金仓数据库
模拟摇杆控制舵机
Logo special training camp Section V font structure and common design techniques
攻防世界 MISC 进阶 glance-50