Google Earth Engine ——LANDSAT 4系列归一化燃烧比热(NBRT)指数8天/32天/年际合成数据集

These Landsat 4 TM composites are made from Level L1T orthorectified scenes, using the computed top-of-atmosphere (TOA) reflectance. See Chander et al. (2009) for details on the TOA computation.

As of May 1, 2017, the USGS is no longer producing Pre-Collection Landsat, and therefore this collection is complete. Please switch to a Collection 1-based dataset. See this documentation page for more information.

The Normalized Burn Ratio Thermal (NBRT) index is generated from the Near-IR, Mid-IR (2215 nm), and Thermal bands, and has a range from -1.0 to 1.0. See Holden et al. (2005) for details.

These composites are created from all the scenes in each 8-day period beginning from the first day of the year and continuing to the 360th day of the year. The last composite of the year, beginning on day 361, will overlap the first composite of the following year by 3 days. All the images from each 8-day period are included in the composite, with the most recent pixel as the composite value.

这些Landsat 4 TM合成物是由L1T级正射场景制作的,使用计算的大气层顶部(TOA)反射率。关于TOA计算的细节,见Chander等人(2009)。

从2017年5月1日起,美国地质调查局不再生产预收集的Landsat,因此这个收集已经完成。请切换到基于集合1的数据集。更多信息请参见此文档页面。

归一化燃烧比热(NBRT)指数由近红外、中红外(2215纳米)和热波段产生,范围为-1.0至1.0。详见Holden等人(2005)。

这些合成物是从一年中的第一天开始,一直到一年中的第360天,每8天内的所有场景都被创建。这一年的最后一次合成,从第361天开始,将与下一年的第一次合成重叠3天。每个8天期间的所有图像都包括在合成中,以最近的像素作为合成值。

Dataset Availability

- 1993-12-19T00:00:00

Dataset Provider

USGS

Collection Snippet

ee.ImageCollection("LANDSAT/LT4_L1T_8DAY_NBRT")

Bands Table

NameDescriptionResolution
NBRTNormalized Burn Ratio Thermal30 meters

使用说明:

Landsat datasets are federally created data and therefore reside in the public domain and may be used, transferred, or reproduced without copyright restriction.

Acknowledgement or credit of the USGS as data source should be provided by including a line of text citation such as the example shown below.

(Product, Image, Photograph, or Dataset Name) courtesy of the U.S. Geological Survey

Example: Landsat-7 image courtesy of the U.S. Geological Survey

See the USGS Visual Identity System Guidance for further details on proper citation and acknowledgement of USGS products.

代码:

var dataset = ee.ImageCollection('LANDSAT/LT04/C01/T1_32DAY_NBRT')
                  .filterDate('1989-01-01', '1992-12-31');
var colorized = dataset.select('NBRT');
var colorizedVis = {
  min: 0.9,
  max: 1.0,
  palette: ['000000', 'FFFFFF'],
};
Map.setCenter(6.746, 46.529, 6);
Map.addLayer(colorized, colorizedVis, 'Colorized');

var dataset = ee.ImageCollection('LANDSAT/LT04/C01/T1_8DAY_NBRT')
                  .filterDate('1989-01-01', '1992-12-31');
var colorized = dataset.select('NBRT');
var colorizedVis = {
  min: 0.9,
  max: 1.0,
  palette: ['000000', 'FFFFFF'],
};
Map.setCenter(6.746, 46.529, 6);
Map.addLayer(colorized, colorizedVis, 'Colorized');

var dataset = ee.ImageCollection('LANDSAT/LT04/C01/T1_ANNUAL_NBRT')
                  .filterDate('1989-01-01', '1992-12-31');
var colorized = dataset.select('NBRT');
var colorizedVis = {
  min: 0.9,
  max: 1.0,
  palette: ['000000', 'FFFFFF'],
};
Map.setCenter(6.746, 46.529, 6);
Map.addLayer(colorized, colorizedVis, 'Colorized');

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值