Google Earth Engine ——MODIS Terra/Aqua Daily NDSI归一化差异雪指数数据集

简介: Google Earth Engine ——MODIS Terra/Aqua Daily NDSI归一化差异雪指数数据集

The Normalized Difference Snow Index is used to identify snow, based on its characteristically higher reflectance in the visible portion of the spectrum compared to the mid-IR. NDSI is computed using the Green and Mid-IR bands, and has a range of -1.0 to 1.0. See Riggs et al. (1994) for details. This product is generated from the MODIS/MOD09GA surface reflectance composites.

归一化差异雪指数是用来识别雪的,基于它在光谱的可见部分比中红外更高的反射率的特点。NDSI使用绿色和中红外波段进行计算,范围为-1.0到1.0。详见Riggs等人(1994)。这个产品是由MODIS/MOD09GA表面反射率合成物生成的。

Dataset Availability

2002-07-04T00:00:00 - 2017-03-30T00:00:00

Dataset Provider

Google

Collection Snippet

ee.ImageCollection("MODIS/MYD09GA_NDSI")

使用说明:

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

代码:

var dataset = ee.ImageCollection('MODIS/MCD43A4_006_NDSI')
                  .filter(ee.Filter.date('2018-04-01', '2018-06-01'));
var colorized = dataset.select('NDSI');
var colorizedVis = {
  palette: ['000088', '0000FF', '8888FF', 'FFFFFF'],
};
Map.setCenter(-7.03125, 31.0529339857, 2);
Map.addLayer(colorized, colorizedVis, 'Colorized');


相关文章
|
6天前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
33 0
|
6天前
|
人工智能 定位技术
Google Earth Engine(GEE)——美国干旱监测数据集
Google Earth Engine(GEE)——美国干旱监测数据集
22 0
|
6天前
|
人工智能 算法
Google Earth Engine(GEE) ——2000-2021年地球非洲海岸线数据集
Google Earth Engine(GEE) ——2000-2021年地球非洲海岸线数据集
37 0
|
6天前
|
定位技术 TensorFlow API
Google Earth Engine (GEE)——张量流水灾模型数据集(Sentinel-1)
Google Earth Engine (GEE)——张量流水灾模型数据集(Sentinel-1)
66 0
|
6天前
|
人工智能
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
25 0
|
6天前
|
人工智能
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
45 0
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
|
6天前
|
人工智能 atlas
Google Earth Engine(GEE)RADD - RAdar for Detecting Deforestation-基于Sentinel-1的10米空间尺度的湿润热带森林扰动预警数据集
Google Earth Engine(GEE)RADD - RAdar for Detecting Deforestation-基于Sentinel-1的10米空间尺度的湿润热带森林扰动预警数据集
28 0
|
6天前
|
算法
Google Earth Engine(GEE)——地面火灾数据集
Google Earth Engine(GEE)——地面火灾数据集
41 0
|
6天前
|
数据采集 编解码
Google Earth Engine(GEE)——全球河流网络及相应的水资源区数据集
Google Earth Engine(GEE)——全球河流网络及相应的水资源区数据集
38 0
|
6天前
|
人工智能
Google Earth Engine (GEE) ——gee中自带的Landsat8和5数据集对于温度波段的映射出现无法运行的情况
Google Earth Engine (GEE) ——gee中自带的Landsat8和5数据集对于温度波段的映射出现无法运行的情况
41 0

热门文章

最新文章