当前位置:网站首页>Google Earth Engine(GEE)——基于 MCD64A1 的 GlobFire 日常火灾数据集
Google Earth Engine(GEE)——基于 MCD64A1 的 GlobFire 日常火灾数据集
2022-07-04 22:03:00 【此星光明】
基于 MODIS 数据集 MCD64A1 的火灾边界。数据是基于一种算法计算的,该算法依赖于在图形结构中编码烧毁区域补丁之间的时空关系。
每场火灾都有一个唯一的编号来标识事件。
Dataset Availability
2001-01-01T00:00:00Z–2021-01-01T00:00:00
Dataset Provider
European Commission, Joint Research Centre, Global Wildfire Information System
数据调用:
'JRC/GWIS/GlobFire/v2/DailyPerimeters'
代码:
// 直接从文件夹中调用,这里没有featurecollection.
var folder = 'JRC/GWIS/GlobFire/v2/DailyPerimeters';
// 使用带有异步回调的ee.data.listAssets列出可用表格。
function printAssetList(listAssetsOutput) {
print('Asset list:', listAssetsOutput['assets']);
}
ee.data.listAssets(folder, {}, printAssetList);
// 定义一个从可用表列表中确定的表名(表ID)。
var tableName = 'JRC/GWIS/GlobFire/v2/DailyPerimeters/2020';
var computeArea = function (f) {
return f.set({'area': f.area()});
}
// 将一个选定的表作为一个特征集合导入。
var features = ee.FeatureCollection(tableName).map(computeArea);
// 线性火灾面积梯度的可视化参数。
var visParams = {
palette: ['f5ff64', 'b5ffb4', 'beeaff', 'ffc0e8', '8e8dff', 'adadad'],
min: 0.0,
max: 600000000.0,
opacity: 0.8,
};
// 用计算出的火灾面积作为数值属性,在图像上画出火灾周界。
var image = ee.Image().float().paint(features, 'area')
// 将图像显示在地图上(包括用检查员探索的特征)。
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
结果:
不同等级的火灾显示情况:
点击查看相应的信息火灾面积等等
边栏推荐
- 智洋创新与华为签署合作协议,共同推进昇腾AI产业持续发展
- Force buckle 3_ 383. Ransom letter
- How can the advertising system of large factories be upgraded without the presence of large models
- 常用的开源无代码测试工具
- SPSS installation and activation tutorial (including network disk link)
- 业务太忙,真的是没时间搞自动化理由吗?
- Challenges faced by virtual human industry
- 不同环境相同配置项的内容如何diff差异?
- 力扣2_1480. 一维数组的动态和
- 现在mysql cdc2.1版本在解析值为0000-00-00 00:00:00的datetime类
猜你喜欢
LOGO特训营 第二节 文字与图形的搭配关系
Logo special training camp Section IV importance of font design
抖音实战~评论数量同步更新
Concurrent network modular reading notes transfer
How to transfer to software testing, one of the high paying jobs in the Internet? (software testing learning roadmap attached)
Nat. Commun.| Machine learning jointly optimizes the affinity and specificity of mutagenic therapeutic antibodies
Concurrent optimization summary
Introduction and application of bigfilter global transaction anti duplication component
虚拟人产业面临的挑战
傳智教育|如何轉行互聯網高薪崗比特之一的軟件測試?(附軟件測試學習路線圖)
随机推荐
283. Moving zero-c and language assisted array method
[cooking record] - stir fried 1000 pieces of green pepper
La prospérité est épuisée, les choses sont bonnes et mauvaises: Où puis - je aller pour un chef de station personnel?
广电五舟与华为签署合作协议,共同推进昇腾AI产业持续发展
繁華落盡、物是人非:個人站長該何去何從
LOGO特训营 第一节 鉴别Logo与Logo设计思路
微服务--开篇
Xiangjiang Kunpeng joined the shengteng Wanli partnership program and continued to write a new chapter of cooperation with Huawei
Alibaba launched a new brand "Lingyang" and is committed to becoming a "digital leader"
凭借了这份 pdf,最终拿到了阿里,字节,百度等八家大厂 offer
【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用
国产数据库乱象
湘江鲲鹏加入昇腾万里伙伴计划,与华为续写合作新篇章
LOGO special training camp section I identification logo and Logo Design Ideas
30余家机构联合发起数字藏品行业倡议,未来会如何前进?
Force buckle 2_ 1480. Dynamic sum of one-dimensional array
High school physics: linear motion
leetcode 72. Edit distance edit distance (medium)
idea中pom.xml依赖无法导入
Apachecn translation, proofreading, note sorting activity progress announcement 2022.7