Google Earth Engine ——MYD10A1 V6 Snow Cover Daily Global 500m产品包含雪盖、雪反照率、雪盖分率和质量评估(QA)数据归一化差异积雪指数数据集

简介: Google Earth Engine ——MYD10A1 V6 Snow Cover Daily Global 500m产品包含雪盖、雪反照率、雪盖分率和质量评估(QA)数据归一化差异积雪指数数据集

The MYD10A1 V6 Snow Cover Daily Global 500m product contains snow cover, snow albedo, fractional snow cover, and quality assessment (QA) data. Snow cover data are based on a snow mapping algorithm that employs a Normalized Difference Snow Index (NDSI) and other criteria tests.

General documentation


MYD10A1 V6 Snow Cover Daily Global 500m产品包含雪盖、雪反照率、雪盖分率和质量评估(QA)数据。积雪覆盖数据是基于采用归一化差异积雪指数(NDSI)和其他标准测试的积雪制图算法。

Dataset Availability

2002-07-04T00:00:00 - 2021-09-22T00:00:00

Dataset Provider

NASA NSIDC DAAC at CIRES

Collection Snippet

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

Resolution

500 meters

Bands Table

Name Description Min Max Scale
NDSI_Snow_Cover NDSI snow cover. This value is computed for MOD10_L2 and retrieved when the observation of the day is selected. Provider values above 100 are masked out in this band (they can be found in the "NDSI_Snow_Cover_Class" band). 0 100 0
NDSI_Snow_Cover_Basic_QA A basic estimate of the quality of the algorithm result. This value is computed for MOD10_L2 and retrieved with the corresponding observation of the day. 0
NDSI_Snow_Cover_Basic_QA Bitmask
  • Bits 0-15: QA
    • 0: Best
    • 1: Good
    • 2: Ok
    • 3: Poor - not currently in use
    • 211: Night
    • 239: Ocean
NDSI_Snow_Cover_Algorithm_Flags_QA Bit flags indicating screen results and the presence of inland water. These flags are set when MOD10_L2 is generated and retrieved with the corresponding observation of the day. 0
NDSI_Snow_Cover_Algorithm_Flags_QA Bitmask
  • Bit 0: Inland water
    • 0: No
    • 1: Yes
  • Bit 1: Low visible screen failed. Snow detection reversed.
    • 0: No fail/not reversed
    • 1: The MODIS band 2 reflectance is ≤ 0.10 or the band 4 reflectance is ≤ 0.11
  • Bit 2: Low NDSI screen failed. Snow detection reversed.
    • 0: No fail/not reversed
    • 1: Pixels detected as having snow cover with 0.0 < NDSI < 0.10 are reversed to no snow
  • Bit 3: Combined temperature/height screen failed.
    • 1: Brightness temperature ≥ 281K, pixel height < 1300m, flag set, snow detection reversed to not snow or brightness temperature ≥ 281K, pixel height ≥ 1300m, flag set, snow detection NOT reversed.
  • Bit 4: Shortwave IR (SWIR) reflectance anomalously high.
    • 1: Snow pixel with SWIR > 0.45, flag set, snow detection reversed to not snow or snow pixel with 25% < SWIR ≤ 45%, flag set to indicate unusual snow condition, snow detection NOT reversed.
  • Bit 5: Spare
    • 0: N/A
  • Bit 6: Spare
    • 0: N/A
  • Bit 7: Solar zenith screen failed (angles exceed 70°), uncertainty increased.
    • 0: No
    • 1: Yes
NDSI Raw NDSI (i.e. prior to screening). This value is computed for MOD10_L2 and retrieved with the corresponding observation of the day. 0 10000 0.0001
Snow_Albedo_Daily_Tile Snow albedo percentage. Provider values above 100 are masked out in this band (they can be found in the "Snow_Albedo_Daily_Tile_Class" band).' 1 100 0
orbit_pnt Pointer to the orbit number of the swath that was selected as the observation of the day. The pointer references by index the list of orbit numbers written to the ORBITNUMBERARRAY metadata object in ArchiveMetadata.0. 0
granule_pnt Pointer to the granule (swath) that was mapped into the tile. The pointer references the corresponding value in the GRANULEPOINTERARRAY metadata object written to ArchiveMetadata.0. 0
NDSI_Snow_Cover_Class Landcover classes from the "NDSI_Snow_Cover" subdataset (provider values less than or equal to 100 are masked out). 0
Snow_Albedo_Daily_Tile_Class Landcover classes from the "Snow_Albedo_Daily_Tile" subdataset (provider values less than or equal to 100 are masked out). 0

Class Table: NDSI_Snow_Cover_Class

Value Color Color Value Description
200 # Missing data
201 # No decision
211 # Night
237 # Inland water
239 # Ocean
250 # Cloud
254 # Detector saturated

Class Table: Snow_Albedo_Daily_Tile_Class

Value Color Color Value Description
101 # No decision
111 # Night
125 # Land
137 # Inland water
139 # Ocean
150 # Cloud
151 # Cloud detected as snow
250 # Missing
251 # Self-shadowing
252 # Land mask mismatch
253 # BRDF failure
254 # Non-production mask

使用说明:

You may download and use photographs, imagery, or text from the NSIDC web site, unless limitations for its use are specifically stated. For more information on usage and citing NSIDC datasets, please visit the NSIDC 'Use and Copyright' page

引用:Hall, D. K., V. V. Salomonson, and G. A. Riggs. 2016. MODIS/Terra Snow Cover Daily L3 Global 500m Grid. Version 6. Boulder, Colorado USA: NASA National Snow and Ice Data Center Distributed Active Archive Center.

MODIS/Aqua Snow Cover Daily L3 Global 500m SIN Grid, Version 6 | National Snow and Ice Data Center

代码:

var dataset = ee.ImageCollection('MODIS/006/MYD10A1')
                  .filter(ee.Filter.date('2018-01-01', '2018-05-01'));
var snowCover = dataset.select('NDSI_Snow_Cover');
var snowCoverVis = {
  min: 0.0,
  max: 100.0,
  palette: ['black', '0dffff', '0524ff', 'ffffff'],
};
Map.setCenter(-38.13, 40, 2);
Map.addLayer(snowCover, snowCoverVis, 'Snow Cover');


相关文章
|
计算机视觉
Google Earth Engine(GEE)——使用MODIS数据单点测试SG滤波和harmonics method 滤波的差异分析
Google Earth Engine(GEE)——使用MODIS数据单点测试SG滤波和harmonics method 滤波的差异分析
706 0
|
编解码 定位技术
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
696 0
|
传感器 编解码 区块链
Google Earth Engine(GEE)——Landsat8/modis/sentinel2 NDVI时序影像差异对比分析图表
Google Earth Engine(GEE)——Landsat8/modis/sentinel2 NDVI时序影像差异对比分析图表
603 0
|
机器学习/深度学习 人工智能 数据处理
人工智能平台PAI产品使用合集之PAI-DSW实例服务器ping不通google.com,该如何排查
阿里云人工智能平台PAI是一个功能强大、易于使用的AI开发平台,旨在降低AI开发门槛,加速创新,助力企业和开发者高效构建、部署和管理人工智能应用。其中包含了一系列相互协同的产品与服务,共同构成一个完整的人工智能开发与应用生态系统。以下是对PAI产品使用合集的概述,涵盖数据处理、模型开发、训练加速、模型部署及管理等多个环节。
|
分布式计算 Kubernetes 监控
容器服务Kubernetes版产品使用合集之registry.aliyuncs.com/google_containers 镜像仓库的地址是什么
容器服务Kubernetes版,作为阿里云提供的核心服务之一,旨在帮助企业及开发者高效管理和运行Kubernetes集群,实现应用的容器化与微服务化。以下是关于使用这些服务的一些建议和合集,涵盖基本操作、最佳实践、以及一些高级功能的使用方法。
1697 0
|
传感器 编解码 人工智能
Google Earth Engine(GEE)——存档的NRT FIRMS全球VIIRS和MODIS火灾产品矢量数据
Google Earth Engine(GEE)——存档的NRT FIRMS全球VIIRS和MODIS火灾产品矢量数据
614 0
|
机器学习/深度学习 人工智能 API
Google I/O 2023 大会上发布了一些令人兴奋的技术和产品,让我们一起来看看吧!
Google I/O 2023 大会上发布了一些令人兴奋的技术和产品,让我们一起来看看吧!
309 0
|
编解码 算法 ice
Google Earth Engine(GEE)——MOD10A1 V6 Snow Cover Daily Global 500m积雪、积雪反照率、部分积雪和质量评估 (QA) 数据
Google Earth Engine(GEE)——MOD10A1 V6 Snow Cover Daily Global 500m积雪、积雪反照率、部分积雪和质量评估 (QA) 数据
651 0
Google Earth Engine(GEE)——MOD10A1 V6 Snow Cover Daily Global 500m积雪、积雪反照率、部分积雪和质量评估 (QA) 数据
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
6150 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
409 0

热门文章

最新文章

推荐镜像

更多