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

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

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

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



相关文章
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
5286 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
5月前
|
机器学习/深度学习 人工智能 算法
Google DeepMind新产物: 行星级卫星嵌入数据集(10m)光学+雷达+DEM+climate...
Google 推出 Earth Engine 卫星嵌入数据集,利用 AI 将一年的多源卫星数据压缩至每个 10 米像素,实现高效地理空间分析。基于 AlphaEarth Foundations 模型,该数据集提供 64 维嵌入向量,支持相似性搜索、变化检测、自动聚类和精准分类,助力环境研究与应用。
440 0
|
10月前
|
监控 Linux Python
Linux系统资源管理:多角度查看内存使用情况。
要知道,透过内存管理的窗口,我们可以洞察到Linux系统运行的真实身姿,如同解剖学家透过微观镜,洞察生命的奥秘。记住,不要惧怕那些高深的命令和参数,他们只是你掌握系统"魔法棒"的钥匙,熟练掌握后,你就可以骄傲地说:Linux,我来了!
350 27
|
人工智能 运维 API
PAI企业级能力升级:应用系统构建、高效资源管理、AI治理
PAI平台针对企业用户在AI应用中的复杂需求,提供了全面的企业级能力。涵盖权限管理、资源分配、任务调度与资产管理等模块,确保高效利用AI资源。通过API和SDK支持定制化开发,满足不同企业的特殊需求。典型案例中,某顶尖高校基于PAI构建了融合AI与HPC的科研计算平台,实现了作业、运营及运维三大中心的高效管理,成功服务于校内外多个场景。
|
机器学习/深度学习 Oracle 安全
人力资源管理革新:6款系统一站式解决HR事务
**Zoho People、BambooHR、Workday、ADP Workforce Now和Oracle HCM Cloud是知名的人力资源管理系统。Zoho People提供模块化设计、移动应用和自动化工作流;BambooHR以用户友好界面和员工档案管理见长;Workday侧重全球化云解决方案和智能决策工具;ADP Workforce Now集成HR与薪资管理,强调合规性;Oracle HCM Cloud则以高度定制和分析工具闻名。这些系统各有特点,适用于不同规模和需求的企业。**
394 11
|
数据采集 监控 数据安全/隐私保护
ERP系统中的人力资源管理与员工绩效评估解析
【7月更文挑战第25天】 ERP系统中的人力资源管理与员工绩效评估解析
806 1
|
机器学习/深度学习 人工智能 搜索推荐
人力资源管理(HRM)系统的未来:技术引领的变革浪潮
【6月更文挑战第24天】随着AI、大数据、云计算和移动技术的融合,HRM正转型为提升效率和员工体验的关键工具。AI助力智能决策,大数据驱动精准管理,云计算与移动技术实现无缝访问和远程操作。员工体验被置于设计核心,系统更人性化、个性化。未来趋势强调全面整合与协同工作,赋能企业高效运营。
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
1273 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
数据挖掘
深入解析ERP系统的人力资源管理模块
深入解析ERP系统的人力资源管理模块
601 1
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
312 0

热门文章

最新文章