Google Earth Engine ——MOD14A1.006: Terra Thermal Anomalies & Fire Daily Global 1km该产品区分了每日火灾、无火灾数据集

简介: Google Earth Engine ——MOD14A1.006: Terra Thermal Anomalies & Fire Daily Global 1km该产品区分了每日火灾、无火灾数据集

订阅专栏

The MOD14A1 V6 dataset provides daily fire mask composites at 1km resolution derived from the MODIS 4- and 11-micrometer radiances. The fire detection strategy is based on absolute detection of a fire (when the fire strength is sufficient to detect), and on detection relative to its background (to account for variability of the surface temperature and reflection by sunlight). The product distinguishes between fire, no fire and no observation. This information is used for monitoring the spatial and temporal distribution of fires in different ecosystems, detecting changes in fire distribution and identifying new fire frontiers, wild fires, and changes in the frequency of the fires or their relative strength.

Documentation:


MOD14A1 V6数据集提供了从MODIS 4米和11米辐射值得出的1公里分辨率的每日火灾掩码组合。火灾探测策略是基于对火灾的绝对探测(当火灾强度足以探测时),以及相对于其背景的探测(考虑到表面温度的变化和太阳光的反射)。该产品区分了火灾、无火灾和无观测。这些信息用于监测不同生态系统中火灾的空间和时间分布,检测火灾分布的变化,识别新的火灾前沿、野火,以及火灾频率或其相对强度的变化。

文件。

用户指南

算法理论基础文件(ATBD)

一般文件

Dataset Availability

2000-02-18T00:00:00 - 2021-09-21T00:00:00

Dataset Provider

NASA LP DAAC at the USGS EROS Center

Collection Snippet

ee.ImageCollection("MODIS/006/MOD14A1")

Resolution

1000 meters

Bands Table

Name Description Min Max Units Scale
FireMask Confidence of fire 0
FireMask Bitmask
  • Bits 0-3: Fire mask pixel classes
    • 1: Not processed (obsolete; not used since Collection 1)
    • 2: Not processed (other reason)
    • 3: Non-fire water pixel
    • 4: Cloud (land or water)
    • 5: Non-fire land pixel
    • 6: Unknown (land or water)
    • 7: Fire (low confidence, land or water)
    • 8: Fire (nominal confidence, land or water)
    • 9: Fire (high confidence, land or water)
MaxFRP Maximum fire radiative power 0 180000 Megawatts 0.1
sample Position of fire pixel within scan 0 1353 0
QA Pixel quality indicators 0
QA Bitmask
  • Bits 0-1: Land/water state
    • 0: Water
    • 1: Coast
    • 2: Land
    • 3: Missing data
  • Bit 2: Night/day
    • 0: Night
    • 1: Day

使用说明:

MODIS data and products acquired through the LP DAAC have no restrictions on subsequent use, sale, or redistribution.

数据引用:


代码:

var dataset = ee.ImageCollection('MODIS/006/MOD14A1')
                  .filter(ee.Filter.date('2018-01-01', '2018-05-01'));
var fireMaskVis = {
  min: 0.0,
  max: 6000.0,
  bands: ['MaxFRP', 'FireMask', 'FireMask'],
};
Map.setCenter(6.746, 46.529, 2);
Map.addLayer(dataset, fireMaskVis, 'Fire Mask');


相关文章
|
8月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2793 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
8月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
111 0
|
8月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
261 0
|
7月前
|
机器学习/深度学习 人工智能 数据处理
人工智能平台PAI产品使用合集之PAI-DSW实例服务器ping不通google.com,该如何排查
阿里云人工智能平台PAI是一个功能强大、易于使用的AI开发平台,旨在降低AI开发门槛,加速创新,助力企业和开发者高效构建、部署和管理人工智能应用。其中包含了一系列相互协同的产品与服务,共同构成一个完整的人工智能开发与应用生态系统。以下是对PAI产品使用合集的概述,涵盖数据处理、模型开发、训练加速、模型部署及管理等多个环节。
|
8月前
|
分布式计算 Kubernetes 监控
容器服务Kubernetes版产品使用合集之registry.aliyuncs.com/google_containers 镜像仓库的地址是什么
容器服务Kubernetes版,作为阿里云提供的核心服务之一,旨在帮助企业及开发者高效管理和运行Kubernetes集群,实现应用的容器化与微服务化。以下是关于使用这些服务的一些建议和合集,涵盖基本操作、最佳实践、以及一些高级功能的使用方法。
765 0
|
8月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
127 0
|
8月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
173 0
|
8月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
92 0
|
8月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
319 0
|
8月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
153 0

热门文章

最新文章