前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Google Earth Engine ——全球资源管理系统火灾信息(FIRMS)1公里数据集

Google Earth Engine ——全球资源管理系统火灾信息(FIRMS)1公里数据集

作者头像
此星光明
发布2024-02-02 11:16:25
2290
发布2024-02-02 11:16:25
举报

The Earth Engine version of the Fire Information for Resource Management System (FIRMS) dataset contains the LANCE fire detection product in rasterized form. The near real-time (NRT) active fire locations are processed by LANCE using the standard MODIS MOD14/MYD14 Fire and Thermal Anomalies product. Each active fire location represents the centroid of a 1km pixel that is flagged by the algorithm as containing one or more fires within the pixel. The data are rasterized as follows: for each FIRMS active fire point, a 1km bounding box (BB) is defined; pixels in the MODIS sinusoidal projection that intersect the FIRMS BB are identified; if multiple FIRMS BBs intersect the same pixel, the one with higher confidence is retained; in case of a tie, the brighter one is retained.

The data in the near-real-time dataset are not considered to be of science quality.

Additional information can be found here.

资源管理系统火灾信息(FIRMS)数据集的地球引擎版本包含了LANCE栅格化形式的火灾探测产品。LANCE使用标准的MODIS MOD14/MYD14火灾和热异常产品处理近实时(NRT)活动火灾位置。每个活动火点代表一个1公里像素的中心点,该像素被算法标记为包含一个或多个火点。数据的栅格化过程如下:为每个FIRMS活动火点定义一个1公里的边界框(BB);识别MODIS正弦投影中与FIRMS BB相交的像素;如果多个FIRMS BB与同一像素相交,则保留置信度较高的那个;如果出现并列,则保留较亮的那个。

近实时数据集中的数据被认为不具有科学质量。

Dataset Availability

2000-11-01T00:00:00 - 2021-09-06T00:00:00

Dataset Provider

NASA / LANCE / EOSDIS

Collection Snippet

ee.ImageCollection("FIRMS")

Resolution

1000 meters

Bands Table

Name

Description

Min

Max

Units

T21

The brightness temperature of a fire pixel using MODIS channels 21/22.

K

confidence

A detection confidence intended to help users gauge the quality of individual active fire pixels. The confidence estimate ranges between 0% and 100% for all fire pixels within the fire mask. The confidence field should be used with caution; it is likely that it will vary in meaning in different parts of the world.

0

100

%

line_number

Line number in the FIRMS CSV file that the pixel came from.

* = Values are estimated

代码语言:javascript
复制
var dataset = ee.ImageCollection('FIRMS').filter(
    ee.Filter.date('2018-08-01', '2018-08-10'));
var fires = dataset.select('T21');
var firesVis = {
  min: 325.0,
  max: 400.0,
  palette: ['red', 'orange', 'yellow'],
};
Map.setCenter(-119.086, 47.295, 6);
Map.addLayer(fires, firesVis, 'Fires');

使用说明:

NASA promotes the full and open sharing of all data with the research and applications communities, private industry, academia, and the general public. Read the [NASA Data and Information Policy] (Data & Information Policy | Science Mission Directorate).

If you provide the [Land, Atmosphere Near real-time Capability for EOS (LANCE) / Fire Information for Resource Management System (FIRMS)] (LANCE: NASA Near Real-Time Data and Imagery | Earthdata) data to a third party, follow the guidelines in the [LANCE Citation, Acknowledgements, and Disclaimer] (LANCE Citation, Acknowledgements and Disclaimer | Earthdata) site and replicate or provide a link to the [disclaimer] (LANCE Citation, Acknowledgements and Disclaimer | Earthdata).

引用:

MODIS Collection 6 NRT Hotspot / Active Fire Detections MCD14DL. Available on-line Fire Information for Resource Management System (FIRMS) | Earthdata. doi:10.5067/FIRMS/MODIS/MCD14DL.NRT.006

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2024-02-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档