Google Earth Engine——海面温度--WHOI数据集是NOAA海洋表面(OSB)的一部分,提供了无冰海洋的高质量的气候数据记录(CDR)

简介: Google Earth Engine——海面温度--WHOI数据集是NOAA海洋表面(OSB)的一部分,提供了无冰海洋的高质量的气候数据记录(CDR)

The Sea Surface Temperature - WHOI dataset is part of the NOAA Ocean Surface Bundle (OSB) and provides a high quality Climate Data Record (CDR) of sea surface temperature over ice-free oceans.

The SST values are found through modeling the diurnal variability in combination with AVHRR observations of sea surface temperature.


海面温度--WHOI数据集是NOAA海洋表面(OSB)的一部分,提供了无冰海洋的高质量的气候数据记录(CDR)。

海面温度值是通过对海面温度的昼夜变化和AVHRR观测结果进行建模而发现的。

Dataset Availability

1988-01-01T00:00:00 - 2021-05-31T00:00:00

Dataset Provider

NOAA

Collection Snippet

ee.ImageCollection("NOAA/CDR/SST_WHOI/V2")

Resolution

27830 meters

Bands Table

Name Description Min* Max* Units
sea_surface_temperature Optimum Interpolation Sea Surface Temperature (OISST), with a diurnal warming correction -1.79 35 °C
fill_missing_qc Quality control flags
fill_missing_qc Bitmask
  • Bits 0-2: Quality control flags
    • 0: Pixel values from neural network
    • 1: Unused flag
    • 2: Snow/ice
    • 3: Over land
    • 4: Over lake
    • 5: SST missing, SST unresolved


* = Values are estimated

数据使用:

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.


数据引用:

Clayson, Carol Anne, Brown, Jeremiah, and NOAA CDR Program (2016). NOAA Climate Data Record Ocean Surface Bundle (OSB) Climate Data Record (CDR) of Sea Surface Temperature - WHOI, Version 2. [indicate subset used]. NOAA National Climatic Data Center. doi:10.7289/V5FB510W.

代码:

var dataset = ee.ImageCollection('NOAA/CDR/SST_WHOI/V2')
                  .filter(ee.Filter.date('2018-03-01', '2018-03-14'));
var seaSurfaceTemperature = dataset.select('sea_surface_temperature');
var visParams = {
  min: 0.0,
  max: 30.0,
  palette: [
    '040274', '040281', '0502a3', '0502b8', '0502ce', '0502e6',
    '0602ff', '235cb1', '307ef3', '269db1', '30c8e2', '32d3ef',
    '3be285', '3ff38f', '86e26f', '3ae237', 'b5e22e', 'd6e21f',
    'fff705', 'ffd611', 'ffb613', 'ff8b13', 'ff6e08', 'ff500d',
    'ff0000', 'de0101', 'c21301', 'a71001', '911003'
  ],
};
Map.setCenter(-4.92, -21.09, 2);
Map.addLayer(seaSurfaceTemperature, visParams, 'Sea Surface Temperature');


相关文章
|
8月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
115 0
|
8月前
|
人工智能
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
166 0
Google Earth Engine(GEE)——全球1公里的云量MODIS图像数据集
|
8月前
|
数据采集 编解码 人工智能
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
273 0
|
8月前
|
人工智能
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
84 0
|
8月前
|
人工智能 Java 数据库
Google Earth Engine(GEE)——北美当前和预测的气候数据
Google Earth Engine(GEE)——北美当前和预测的气候数据
126 0
|
8月前
|
人工智能 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米空间尺度的湿润热带森林扰动预警数据集
78 0
|
8月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2815 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
8月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
174 0
|
8月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
94 0
|
8月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
325 0

热门文章

最新文章