Google Earth Engine ——MOD08_M3 V6是一个大气全球产品,包含每月1×1度网格的大气参数平均值。这些参数与大气气溶胶颗粒特性、臭氧总负荷、大气水汽、云的光学和物理特性

简介: Google Earth Engine ——MOD08_M3 V6是一个大气全球产品,包含每月1×1度网格的大气参数平均值。这些参数与大气气溶胶颗粒特性、臭氧总负荷、大气水汽、云的光学和物理特性

MOD08_M3 V6 is an atmosphere global product that contains monthly 1 x 1 degree grid average values of atmospheric parameters. These parameters are related to atmospheric aerosol particle properties, total ozone burden, atmospheric water vapor, cloud optical and physical properties, and atmospheric stability indices. The product also provides means, standard deviations, QA weighted statistics, log-normal distributions, uncertainty estimates, and statistics for fractions of pixels that satisfy some condition. Below is a subset of the bands, for a complete list see the MOD08 Band List.


MOD08_M3 V6是一个大气全球产品,包含每月1×1度网格的大气参数平均值。这些参数与大气气溶胶颗粒特性、臭氧总负荷、大气水汽、云的光学和物理特性以及大气稳定性指数有关。该产品还提供平均值、标准偏差、QA加权统计、对数正态分布、不确定性估计,以及满足某些条件的像素比例的统计。下面是一个波段的子集,完整的列表见MOD08波段列表。

Documentation:

Dataset Availability

2000-03-01T00:00:00 - 2018-04-01T00:00:00

Dataset Provider

NASA LAADS DAAC at NASA Goddard Space Flight Center

Collection Snippet

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

Resolution

111320 meters

Bands Table

Name Description Min Max Scale
Aerosol_Optical_Depth_Land_Ocean_Mean_Mean Aerosol optical thickness at 0.55 microns for both ocean (best) and land (corrected): mean of daily mean -100 5000 0.001
Aerosol_Optical_Depth_Land_Ocean_Std_Deviation_Mean Aerosol optical thickness at 0.55 microns for both ocean (best) and land (corrected): mean of daily standard deviation -100 5000 0.001
Aerosol_Optical_Depth_Land_QA_Mean_Mean_470 Corrected aerosol optical depth (land) at 0.47 microns: mean of level-3 QA weighted mean -100 5000 0.001
Aerosol_Optical_Depth_Land_QA_Std_Deviation_Mean_470 Corrected aerosol optical depth (land) at 0.47 microns: mean of level-3 weighted QA standard deviation -100 5000 0.001
Cirrus_Fraction_SWIR_FMean Cirrus area fraction: mean of daily fraction 0 10000 0.0001
Cirrus_Fraction_SWIR_FStd Cirrus area fraction: standard deviation of daily fraction 0 10000 0.0001
Cloud_Optical_Thickness_Liquid_Log_Mean_Mean Liquid water cloud optical thickness: mean of daily log mean 0 4176 0.001
Cloud_Optical_Thickness_Liquid_Log_Std_Deviation_Mean Liquid water cloud optical thickness: mean of daily log standard deviation 0 4176 0.001
Cloud_Optical_Thickness_Liquid_Mean_Uncertainty Liquid water cloud optical thickness: multi-day absolute uncertainty estimate derived from the daily absolute uncertainty estimate 0 2000 0.01
Cloud_Optical_Thickness_Liquid_Log_Mean_Uncertainty Liquid water cloud optical thickness: multi-day absolute log uncertainty estimate derived from the daily absolute log uncertainty estimate 0

使用说明:

"This dataset is in the public domain and is available

\ without restriction on use and distribution. See NASA\u2019s Earth Science Data & Information Policy

\ for additional information."

数据引用:

Platnick, S., M. King, P. Hubanks, 2015. MODIS Atmosphere L3 Monthly Product. NASA MODIS Adaptive Processing System, Goddard Space Flight Center, doi:10.5067/MODIS/MOD08_M3.006

代码:

var dataset = ee.ImageCollection('MODIS/006/MYD08_M3')
                  .filter(ee.Filter.date('2018-01-01', '2018-05-01'));
var aerosolOpticalDepth =
    dataset.select('Aerosol_Optical_Depth_Land_Ocean_Mean_Mean');
var aerosolOpticalDepthVis = {
  min: 0.0,
  max: 3000.0,
  palette: ['ffffff', '1303ff', '01ff09', 'ff2f00'],
};
Map.setCenter(6.746, 46.529, 2);
Map.addLayer(
    aerosolOpticalDepth, aerosolOpticalDepthVis, 'Aerosol Optical Depth');


相关文章
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
5466 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
777 0
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
374 0
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
337 0
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
432 0
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
283 0
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
926 0
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
530 0
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
403 0
|
编解码 定位技术
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
587 0

热门文章

最新文章

推荐镜像

更多