Google Earth Engine——EOSDIS下产生或收集的海洋颜色和卫星海洋生物数据

This level 3 product includes ocean color and satellite ocean biology data produced or collected under EOSDIS.

This dataset may be used for studying the biology and hydrology of coastal zones, changes in the diversity and geographical distribution of coastal marine habitats, biogeochemical fluxes and their influence in Earth's oceans and climate over time, and finally the impact of climate and environmental variability and change on ocean ecosystems and the biodiversity they support.

Scale factor and offset are already applied.

Documentation:

这个3级产品包括在EOSDIS下产生或收集的海洋颜色和卫星海洋生物学数据。

这个数据集可用于研究沿海地区的生物学和水文学、沿海海洋生境的多样性和地理分布的变化、生物地球化学通量及其在地球海洋和气候中的影响,以及最后研究气候和环境变异和变化对海洋生态系统及其支持的生物多样性的影响。

已经应用了比例因子和抵消。

文件。

海洋色彩论坛

叶绿素论坛

算法的理论基础文件(叶绿素

算法理论基础文件(荧光线高度)

算法理论基础文件(颗粒有机碳)。

算法理论基础文件(遥感反射率)

Dataset Availability

2002-07-04T00:00:00 - 2021-06-30T00:00:00

Dataset Provider

NASA OB.DAAC at NASA Goddard Space Flight Center

Collection Snippet

ee.ImageCollection("NASA/OCEANDATA/MODIS-Aqua/L3SMI")

Resolution

4616 meters

Bands Table

NameDescriptionMin*Max*UnitsWavelength
chlor_aChlorophyll a concentration099.99mg m-3
nflhNormalized fluorescence line height-0.55.03mW cm-2 µm-1 sr-1
pocParticulate organic carbon-2147.4812953.4mg m-3
Rrs_412Remote sensing reflectance at band 412nm00.11sr-1412nm
Rrs_443Remote sensing reflectance at band 443nm00.08sr-1443nm
Rrs_469Remote sensing reflectance at band 469nm00.08sr-1469nm
Rrs_488Remote sensing reflectance at band 488nm00.08sr-1488nm
Rrs_531Remote sensing reflectance at band 531nm00.07sr-1531nm
Rrs_547Remote sensing reflectance at band 547nm00.07sr-1547nm
Rrs_555Remote sensing reflectance at band 555nm00.07sr-1555nm
Rrs_645Remote sensing reflectance at band 645nm00.05sr-1645nm
Rrs_667Remote sensing reflectance at band 667nm00.04sr-1667nm
Rrs_678Remote sensing reflectance at band 678nm00.04sr-1678nm
sstSea surface temperature-240°C

* = Values are estimated

影像属性:

NameTypeDescription
Rrs_412_lastModifiedStringLast date this product was modified
Rrs_412_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_412_software_versionStringVersion of the software used to create this product
Rrs_443_lastModifiedStringLast date this product was modified
Rrs_443_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_443_software_versionStringVersion of the software used to create this product
Rrs_555_lastModifiedStringLast date this product was modified
Rrs_555_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_555_software_versionStringVersion of the software used to create this product
chlor_a_lastModifiedStringLast date this product was modified
chlor_a_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
chlor_a_software_versionStringVersion of the software used to create this product
poc_lastModifiedStringLast date this product was modified
poc_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
poc_software_versionStringVersion of the software used to create this product
Rrs_469_lastModifiedStringLast date this product was modified
Rrs_469_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_469_software_versionStringVersion of the software used to create this product
Rrs_488_lastModifiedStringLast date this product was modified
Rrs_488_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_488_software_versionStringVersion of the software used to create this product
Rrs_531_lastModifiedStringLast date this product was modified
Rrs_531_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_531_software_versionStringVersion of the software used to create this product
Rrs_547_lastModifiedStringLast date this product was modified
Rrs_547_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_547_software_versionStringVersion of the software used to create this product
Rrs_645_lastModifiedStringLast date this product was modified
Rrs_645_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_645_software_versionStringVersion of the software used to create this product
Rrs_667_lastModifiedStringLast date this product was modified
Rrs_667_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_667_software_versionStringVersion of the software used to create this product
Rrs_678_lastModifiedStringLast date this product was modified
Rrs_678_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
Rrs_678_software_versionStringVersion of the software used to create this product
nflh_lastModifiedStringLast date this product was modified
nflh_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
nflh_software_versionStringVersion of the software used to create this product
sst_lastModifiedStringLast date this product was modified
sst_software_nameString'smigen' or 'l3mapgen'; name of the software used to create this product
sst_software_versionStringVersion of the software used to create this product

数据引用:

NASA Goddard Space Flight Center, Ocean Ecology Laboratory, Ocean Biology Processing Group. Moderate-resolution Imaging Spectroradiometer (MODIS) Aqua Ocean Color Data, NASA OB.DAAC, Greenbelt, MD, USA.

NASA Ocean Color

NASA Ocean Color

NASA Ocean Color

NASA Ocean Color

https://doi.org/10.5067/GHMDA-2PJ19

代码:

var dataset = ee.ImageCollection('NASA/OCEANDATA/MODIS-Aqua/L3SMI')
                  .filterDate('2016-01-01', '2016-01-31');
var remoteSensingReflectance =
    dataset.select(['Rrs_645', 'Rrs_555', 'Rrs_443']);
var remoteSensingReflectanceVis = {
  min: 0.0,
  max: 0.011,
};
Map.setCenter(-52.12, -46.13, 4);
Map.addLayer(
    remoteSensingReflectance, remoteSensingReflectanceVis,
    'Remote Sensing Reflectance');

 terra星:

var dataset = ee.ImageCollection('NASA/OCEANDATA/MODIS-Terra/L3SMI')
                  .filterDate('2016-01-01', '2016-01-31');
var remoteSensingReflectance =
    dataset.select(['Rrs_645', 'Rrs_555', 'Rrs_443']);
var remoteSensingReflectanceVis = {
  min: 0.0,
  max: 0.02,
};
Map.setCenter(-52.12, -46.13, 4);
Map.addLayer(
    remoteSensingReflectance, remoteSensingReflectanceVis,
    'Remote Sensing Reflectance');

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值