Google Earth Engine —— NOAA每天0.25度的海面温度插值(OISST)全球海洋温度场数据集

举报
此星光明 发表于 2022/04/16 00:28:31 2022/04/16
【摘要】 The NOAA 1/4 degree daily Optimum Interpolation Sea Surface Temperature (OISST) provides complete ocean temperature fields constructed by combining bias-adjusted observa...

The NOAA 1/4 degree daily Optimum Interpolation Sea Surface Temperature (OISST) provides complete ocean temperature fields constructed by combining bias-adjusted observations from different platforms (satellite, ships, buoys) on a regular global grid, with gaps filled in by interpolation. Satellite data from the Advanced Very High Resolution Radiometer (AVHRR) provides the main input which permits the high temporal-spatial coverage beginning in late 1981 to the present.

The OISST dataset has a single day's data processed twice. First a near real-time preliminary version is released with a lag of 1 day, and a final version with a lag of 14 days. The final version uses extra days for smoothing, and zonal bias correction in addition to replacing the preliminary version.

NOAA每天1/4度的最佳内插海面温度(OISST)提供了完整的海洋温度场,它是通过将不同平台(卫星、船舶、浮标)的偏差调整后的观测数据在全球常规网格上进行组合,并通过内插法填补空白。来自高级甚高分辨率辐射计(AVHRR)的卫星数据提供了主要的输入,使得从1981年末至今的时间-空间覆盖率很高。

OISST数据集对一天的数据进行两次处理。首先发布的是滞后1天的近实时初步版本,以及滞后14天的最终版本。最终版本除了取代初步版本外,还使用额外的天数进行平滑处理和区域偏差校正。

Dataset Availability

1981-09-01T00:00:00 - 2021-09-25T00:00:00

Dataset Provider

NOAA

Collection Snippet

ee.ImageCollection("NOAA/CDR/OISST/V2_1")

Resolution

27830 meters

Bands Table

Name Description Min* Max* Units Scale
sst Daily sea surface temperature -180 3764 °C 0.01
anom Temperature anomaly; the daily OISST minus a 30-year climatological mean. -1887 1902 °C 0.01
ice Seven-day median of daily sea ice concentrations. 1 100 % 0.01
err Estimated error; standard deviation of analyzed sea surface temperature. 11 171 °C 0.01

* = Values are estimated

影像属性:

Name Type Description
status String 'provisional' or 'permanent'

数据说明:

The NOAA CDR Program’s official distribution point for CDRs is NOAA’s National Climatic Data Center which provides sustained, open access and active data management of the CDR packages and related information in keeping with the United States’ open data policies and practices as described in the President's Memorandum on "Open Data Policy" and pursuant to the Executive Order of May 9, 2013, "Making Open and Machine Readable the New Default for Government Information". In line with these policies, the CDR data sets are nonproprietary, publicly available, and no restrictions are placed upon their use. For more information, see the Fair Use of NOAA's CDR Data Sets, Algorithms and Documentation pdf.

数据引用:

Richard W. Reynolds, Viva F. Banzon, and NOAA CDR Program (2008): NOAA Optimum Interpolation 1/4 Degree Daily Sea Surface Temperature (OISST) Analysis, Version 2. [indicate subset used]. NOAA National Centers for Environmental Information. doi:10.7289/V5SQ8XB5 [access date].

代码:


  
  1. var dataset = ee.ImageCollection('NOAA/CDR/OISST/V2')
  2. .filter(ee.Filter.date('2017-05-01', '2017-05-14'));
  3. var seaSurfaceTemperature = dataset.select('sst');
  4. var visParams = {
  5. min: -180.0,
  6. max: 3000.0,
  7. palette: [
  8. '040274', '040281', '0502a3', '0502b8', '0502ce', '0502e6',
  9. '0602ff', '235cb1', '307ef3', '269db1', '30c8e2', '32d3ef',
  10. '3be285', '3ff38f', '86e26f', '3ae237', 'b5e22e', 'd6e21f',
  11. 'fff705', 'ffd611', 'ffb613', 'ff8b13', 'ff6e08', 'ff500d',
  12. 'ff0000', 'de0101', 'c21301', 'a71001', '911003'
  13. ],
  14. };
  15. Map.setCenter(20.3, -20.39, 2);
  16. Map.addLayer(seaSurfaceTemperature, visParams, 'Sea Surface Temperature');

文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/qq_31988139/article/details/120588577

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。