SGD-SST: Seamless Global Daily Sea Surface Temperature Products
Description
Seamless Global Daily SNPP-VIIRS Sea Surface Temperature Products from 2013 to 2019
Abstract
Products are divided into two datasets due to website upload restrictions
This is a seamless global daily sea surface temperature long-term (2013-2019) dataset
These daily products include 2555 global sea surface temperature NetCDF4 files (raw and reconstructed data) from January 1, 2013 to December 31, 2019.
To further validate the effectiveness of these products, three verification ways are employed as follow: 1) In-situ validation; 2) Time-series validation; And 3) a comparison with interpolation method
This sea surface temperature dataset is comprised of netCDF4 (*.nc) files. Therefore, users need to install netCDF4 toolkit before reading the data:
pip install netCDF4
pip install numpy
It should be noted that the original and reconstructed sea surface temperature data are both recorded in one NC file. User can read the original data, reconstructed data as follows:
Data = nc.Dataset(NC_file_position)
Ori_data = Data.variables['original_sst']
Rec_data = Data.variables['reconstructed_sst']
Ori = Ori_data[0:2160, 0:4320] Rec = Rec_data[0:2160, 0:4320]
Files
Files
(44.4 GB)
Name | Size | Download all |
---|---|---|
md5:27af2b6622a4cc4e20f58284e0d46eec
|
6.3 GB | Download |
md5:5ae3272ee6fab2cea0f7d0875d64c572
|
6.3 GB | Download |
md5:82900ecc6e298ceaca17fbbbe04ad4e4
|
6.3 GB | Download |
md5:4bc78a8c19f3e5dd4d8bda086a245d0b
|
6.4 GB | Download |
md5:1a422e824fddcde3cafefcff26e49696
|
6.3 GB | Download |
md5:8664defbf9d3ff686d109f0450fc379c
|
6.4 GB | Download |
md5:dd5ea5b69a4b5a332ffe3e606139684e
|
6.4 GB | Download |
Additional details
Dates
- Submitted
-
2024