当前位置:网站首页>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

边栏推荐
- How to manage 15million employees easily?
- 串口数据帧
- 繁华落尽、物是人非:个人站长该何去何从
- Shell script implements application service log warehousing MySQL
- 啃下大骨头——排序(二)
- MD5 tool class
- Domestic database chaos
- Summary of index operations in mongodb
- Short video system source code, click the blank space of the screen, the keyboard does not automatically stow
- Logo special training camp Section V font structure and common design techniques
猜你喜欢

蓝队攻防演练中的三段作战

攻防世界 MISC 进阶区 3-11

Logo special training camp Section V font structure and common design techniques
页面关闭前,如何发送一个可靠请求

PMO: compare the sample efficiency of 25 molecular optimization methods

2022-07-04:以下go语言代码输出什么?A:true;B:false;C:编译错误。 package main import “fmt“ func main() { fmt.Pri

The overview and definition of clusters can be seen at a glance
![[Yugong series] go teaching course 003-ide installation and basic use in July 2022](/img/65/b36ca239e06a67c01d1eb0b4648f71.png)
[Yugong series] go teaching course 003-ide installation and basic use in July 2022

Hit the core in the advanced area of misc in the attack and defense world

MYSQL架构——逻辑架构
随机推荐
On-off and on-off of quality system construction
Summary of index operations in mongodb
安装人大金仓数据库
高中物理:直线运动
Introducing QA into the software development lifecycle is the best practice that engineers should follow
攻防世界 MISC 进阶 glance-50
sobel过滤器
Interview essential leetcode linked list algorithm question summary, whole process dry goods!
Logo Camp d'entraînement section 3 techniques créatives initiales
[the 2023 autumn recruitment of MIHA tour] open [the only exclusive internal push code of school recruitment eytuc]
Redis sentinel simply looks at the trade-offs between distributed high availability and consistency
Three stage operations in the attack and defense drill of the blue team
Test will: bug classification and promotion solution
NFT insider 64: e-commerce giant eBay submitted an NFT related trademark application, and KPMG will invest $30million in Web3 and metauniverse
【烹饪记录】--- 青椒炒千张
LOGO特訓營 第三節 首字母創意手法
Is Huatai Securities a nationally recognized securities firm? Is it safe to open an account?
Introduction and application of bigfilter global transaction anti duplication component
LOGO special training camp section I identification logo and Logo Design Ideas
攻防世界 MISC 进阶区 hit-the-core