当前位置:网站首页>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
边栏推荐
- LOGO special training camp section I identification logo and Logo Design Ideas
- 面试必备 LeetCode 链表算法题汇总,全程干货!
- Short video system source code, click the blank space of the screen, the keyboard does not automatically stow
- Attack and defense world misc advanced zone 2017_ Dating_ in_ Singapore
- PostgreSQL server programming aggregation and grouping
- Detailed explanation of flask context
- Close system call analysis - Performance Optimization
- Breakpoint debugging under vs2019 c release
- SPSS installation and activation tutorial (including network disk link)
- 环境加密技术解析
猜你喜欢
堆排序代码详解
Attack and defense world misc advanced area Hong
Sobel filter
业务太忙,真的是没时间搞自动化理由吗?
SPSS installation and activation tutorial (including network disk link)
攻防世界 MISC 进阶区 Ditf
Naacl-22 | introduce the setting of migration learning on the prompt based text generation task
都说软件测试很简单有手就行,但为何仍有这么多劝退的?
On-off and on-off of quality system construction
浅聊一下中间件
随机推荐
Embedded development: skills and tricks -- seven skills to improve the quality of embedded software code
PHP short video source code, thumb animation will float when you like it
MYSQL架构——用户权限与管理
Deployment of JVM sandbox repeater
Close system call analysis - Performance Optimization
Prosperity is exhausted, things are right and people are wrong: where should personal webmasters go
攻防世界 MISC 进阶区 hong
Interview essential leetcode linked list algorithm question summary, whole process dry goods!
质量体系建设之路的分分合合
Advanced area a of attack and defense world misc Masters_ good_ idea
9 - class
Business is too busy. Is there really no reason to have time for automation?
Record: how to scroll screenshots of web pages on Microsoft edge in win10 system?
The proofreading activity of data science on the command line second edition was restarted
Attack and Defense World MISC Advanced Area Erik baleog and Olaf
LOGO特训营 第二节 文字与图形的搭配关系
Attack and defense world misc master advanced zone 001 normal_ png
The table is backed up in ODPs. Why check m in the metabase_ Table, the logical sizes of the two tables are inconsistent, but the number of
SPSS安装激活教程(包含网盘链接)
How to reset the password of MySQL root account