当前位置:网站首页>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
边栏推荐
- 新版判断PC和手机端代码,手机端跳转手机端,PC跳转PC端最新有效代码
- 剑指Offer 68 - II. 二叉树的最近公共祖先
- MySQL Architecture - logical architecture
- It is said that software testing is very simple, but why are there so many dissuasions?
- 攻防世界 MISC 进阶区 3-11
- 攻防世界 MISC 进阶区 Ditf
- 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
- Now MySQL cdc2.1 is parsing the datetime class with a value of 0000-00-00 00:00:00
- LOGO特训营 第一节 鉴别Logo与Logo设计思路
- Prosperity is exhausted, things are right and people are wrong: where should personal webmasters go
猜你喜欢
On-off and on-off of quality system construction
Logo special training camp Section IV importance of font design
Why is Dameng data called the "first share" of domestic databases?
Detailed explanation of heap sort code
Attack and defense world misc advanced zone 2017_ Dating_ in_ Singapore
MySQL Architecture - logical architecture
LOGO特训营 第三节 首字母创意手法
LOGO特訓營 第三節 首字母創意手法
Hit the core in the advanced area of misc in the attack and defense world
攻防世界 misc 进阶区 2017_Dating_in_Singapore
随机推荐
Embedded development: skills and tricks -- seven skills to improve the quality of embedded software code
Lost in the lock world of MySQL
安装人大金仓数据库
【烹饪记录】--- 青椒炒千张
Alibaba launched a new brand "Lingyang" and is committed to becoming a "digital leader"
攻防世界 MISC 进阶区 Erik-Baleog-and-Olaf
Feature scaling normalization
2022-07-04:以下go语言代码输出什么?A:true;B:false;C:编译错误。 package main import “fmt“ func main() { fmt.Pri
9 - class
醒悟的日子,我是怎么一步一步走向软件测试的道路
Attack and defense world misc advanced area ditf
LOGO特训营 第五节 字体结构与设计常用技法
The difference between Max and greatest in SQL
leetcode 72. Edit Distance 编辑距离(中等)
Three stage operations in the attack and defense drill of the blue team
Sqlserver encrypts and decrypts data
sobel过滤器
Now MySQL cdc2.1 is parsing the datetime class with a value of 0000-00-00 00:00:00
攻防世界 MISC 進階區 Erik-Baleog-and-Olaf
PHP short video source code, thumb animation will float when you like it