OceanVariableReconstruction
收藏资源简介:
DepthDif数据集是一个专为海洋学机器学习模型训练设计的综合数据集包,旨在提供模型就绪的输入-目标对,用于海洋变量(如温度、盐度)的重建、插值或数据同化任务。数据集包含两部分核心内容:一是基于GLORYS 0.1度全球网格的GeoTIFF栅格产品,涵盖1283个周目标日期(2000-01-01至2024-07-26),包括深度分辨的GLORYS变量(50个深度层的位温和盐度)和多个表面产品(如OSTIA分析海表温度、绝对动态地形、海表盐度、海表密度),所有像素编码为uint8格式;二是对齐的ARGO剖面数据,以Zarr格式存储,包括紧凑的网格索引存储和完整的富集剖面级并置数据集,其中包含采样的GLORYS、OSTIA、海平面和海表盐度上下文。数据集还提供了完整的PyTorch数据加载器,支持创建空间补丁、基于陆地比例过滤、使用合成稀疏观测、选择不同表面上下文变量等功能。默认样本包括稀疏ARGO温度输入、密集GLORYS温度目标、密集表面上下文、有效性掩码、海洋陆地掩码、目标日期和坐标信息,并可选择包含盐度变量。数据集规模庞大,包含约948.6万个富集ARGO剖面和约945.2万个紧凑网格索引ARGO剖面,覆盖全球海洋区域,遵循CC BY 4.0许可,但要求用户遵守上游数据源(EN4/ARGO, GLORYS, OSTIA, 海平面, 海表盐度产品)的引用规定。
The DepthDif dataset is a comprehensive dataset package designed for training oceanography machine learning models, aiming to provide model-ready input-target pairs for tasks such as reconstruction, interpolation, or data assimilation of ocean variables like temperature and salinity. The dataset consists of two core components: first, GeoTIFF raster products based on the GLORYS 0.1-degree global grid, covering 1283 weekly target dates from 2000-01-01 to 2024-07-26, including depth-resolved GLORYS variables (potential temperature thetao and salinity so across 50 depth layers) and multiple surface products (such as OSTIA analyzed sea surface temperature, absolute dynamic topography, sea surface salinity, and sea surface density), with all pixels encoded in uint8 format; second, aligned ARGO profile data stored in Zarr format, including a compact grid-index storage for use with raster data and a complete enriched profile-level collocated dataset containing sampled GLORYS, OSTIA, sea level, and sea surface salinity contexts. The dataset also provides a complete PyTorch data loader that supports functions like creating spatial patches (with customizable patch sizes and overlap strides), filtering based on land proportion, using synthetic sparse observations, and selecting different surface context variables (e.g., sea surface salinity instead of sea surface temperature). Default samples include sparse ARGO temperature inputs, dense GLORYS temperature targets, dense surface context, validity masks, ocean-land masks, target dates, and coordinate information, with the option to include salinity variables. The dataset is large-scale, containing approximately 9.486 million enriched ARGO profiles and about 9.452 million compact grid-indexed ARGO profiles, covering global ocean regions. It is licensed under CC BY 4.0 but requires users to comply with citation rules for upstream data sources (EN4/ARGO, GLORYS, OSTIA, sea level, sea surface salinity products).
数据集概述
DepthDif GeoTIFF Raster and Aligned ARGO Dataset 是一个为模型训练准备的地理空间数据集,包含对齐的 GeoTIFF 栅格存储和 ARGO 剖面数据。
数据构成
栅格产品
所有 GeoTIFF 栅格基于 GLORYS 0.1 度全球网格(EPSG:4326,3600 x 1800 像素),覆盖 2000年1月1日至2024年7月26日,共 1283 个周目标日期。文件名格式为<变量名>_YYYYMMDD.tif。
- GLORYS 变量(50 波段深度分辨 GeoTIFF):
thetao:位温(开尔文)so:盐度(PSU)
- 表面产品(单波段 GeoTIFF,7 天滑动平均):
analysed_sst:OSTIA 海面温度(开尔文)adt:绝对动力地形(米)sos:海面盐度(PSU)dos:海面密度(kg/m³)
栅格像素存储为 uint8,255 表示无数据,有效值 0..254 通过 manifest.yaml 中的拉伸范围线性解码。
ARGO 数据
提供两种 Zarr 存储:
argo/argo_profiles_on_grid.zarr:紧凑型网格索引存储,配合 GeoTIFF 栅格使用。data/argo_glors_ostia_ssh.zarr:完整富集剖面级存储,包含 GLORYS、OSTIA、海平面和海面盐度上下文。
索引文件
profiles.parquet:ARGO 剖面索引variables.parquet:变量索引
覆盖范围
- 栅格目标日期:2000-01-01 至 2024-07-26(每个产品 1283 个日期)
- 富集 ARGO 剖面:9,485,977 个(日期范围 2000-01-01 至 2024-07-31)
- 紧凑网格索引 ARGO 剖面:9,451,644 个
- GLORYS 深度层:50 层
PyTorch 数据集和数据加载器
数据集包含独立的加载器包 depthdif_dataset/,基于固定 0.1 度 GLORYS 网格构建方形图块。
默认图块尺寸 tile_size=128,覆盖 12.8 x 12.8 度区域,包含 50 个深度带。patch_stride 控制图块重叠:
128:无重叠全局图块96:32 像素重叠(3.2 度)32:96 像素重叠(9.6 度)
max_land_fraction 过滤陆地比例过高的图块(默认 0.30)。
样本字典
默认返回的归一化张量:
x:稀疏 ARGO 温度输入(50 x 图块大小 x 图块大小)y:密集 GLORYS 温度目标(50 x 图块大小 x 图块大小)eo:密集表面上下文(1 x 图块大小 x 图块大小)x_valid_mask/y_valid_mask:布尔温度掩码x_valid_mask_1d:深度折叠稀疏输入支持掩码land_mask:海洋/支持掩码(1 x 图块大小 x 图块大小)date:目标日期(YYYYMMDD)coords:图块中心经纬度(需设置return_coords=True)info:图块/日期元数据(需设置return_info=True)
设置 include_salinity=True 可增加盐度相关张量。支持使用海面盐度替代 OSTIA SST 作为表面上下文,以及使用合成稀疏观测替代真实 ARGO 剖面。
许可证
数据集采用 CC BY 4.0 许可。上游产品(EN4/ARGO、GLORYS、OSTIA、海平面、海面盐度)的许可和引用要求依然适用。




