Google Earth Engine——WRI/GFW/FORMA/thresholds该数据集包含阈值,当越过该阈值时,会产生FORMA警报。

简介: Google Earth Engine——WRI/GFW/FORMA/thresholds该数据集包含阈值,当越过该阈值时,会产生FORMA警报。

NOTE from WRI: WRI decided to stop updating FORMA alerts. The goal was to simplify the Global Forest Watch user experience and reduce redundancy. We found that Terra-i and GLAD were more frequently used. Moreover, using GLAD as a standard, found that Terra-i outperformed FORMA globally.

FORMA alerts are detected using a combination of two MODIS products: NDVI (Normalized Difference Vegetation Index) and FIRMS (Fires Information for Resource Management System). NDVI updates are processed every 16 days, while fire updates are processed daily. Models are developed individually for each ecogroup to relate the two inputs to the area of clearing, using the Hansen annual tree cover loss data to train the model. The minimum threshold to qualify as an alert is 25% of the pixel cleared, though thresholds vary by ecogroup to minimize false positives. Here is an example script for a quick introduction to the FORMA datasets.

This image contains the thresholds at which, when crossed, a FORMA alert is produced. The values are equal to max(25,40%*RegionalMax), where RegionalMax is the historical maximum clearing for a pixel in this ecogroup. Ecogroup geometries can be found here.


WRI的注意:WRI决定停止更新FORMA警报。其目的是简化全球森林观测的用户体验,减少冗余。我们发现,Terra-i和GLAD的使用频率更高。此外,以GLAD为标准,发现Terra-i在全球的表现优于FORMA。

FORMA警报是使用两个MODIS产品的组合来检测的。NDVI(归一化植被指数)和FIRMS(资源管理系统的火灾信息)。NDVI更新每16天处理一次,而火灾更新则每天处理一次。为每个生态组单独开发模型,将这两个输入与清理区域联系起来,使用汉森年度树木覆盖损失数据来训练模型。有资格成为警报的最低阈值是25%的像素被清除,尽管阈值因生态组而异,以尽量减少假阳性。下面是一个快速介绍FORMA数据集的脚本示例。

该图像包含阈值,当越过该阈值时,会产生FORMA警报。这些值等于max(25,40%*RegionalMax),其中RegionalMax是这个生态组中一个像素的历史最大清除量。生态组的几何图形可以在这里找到。

Dataset Availability

2012-01-01T00:00:00 - 2016-01-01T00:00:00

Dataset Provider

World Resources Institute / Global Forest Watch

Collection Snippet

Copied

ee.Image("WRI/GFW/FORMA/thresholds")

Resolution

250 meters

Bands Table

Name Description Min Max Units
delta_bound The thresholds at which, when crossed, a FORMA alert is produced 25 40 %

引用:

The FORMA datasets are available without restriction on use or distribution. WRI does request that the user give proper attribution and identify WRI and GFW, where applicable, as the source of the data.

代码:

var dataset = ee.Image('WRI/GFW/FORMA/thresholds');
var thresholds = dataset.select('delta_bound');
var visParams = {
  min: 0.0,
  max: 50.0,
};
Map.setCenter(25.73, -7.61, 2);
Map.addLayer(thresholds, visParams, 'Thresholds for FORMA alerts');


相关文章
|
2天前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
684 0
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
2天前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
112 0
|
2天前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
274 0
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
2天前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
32 0
|
2天前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
33 0
|
2天前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
48 0
|
2天前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
23 0
|
2天前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
53 0
|
2天前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
26 0
|
2天前
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
46 0

热门文章

最新文章