Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-2.0
|
| 3 |
-
pretty_name:
|
| 4 |
tags:
|
| 5 |
- oceanography
|
| 6 |
- argo
|
|
@@ -34,7 +34,7 @@ configs:
|
|
| 34 |
</p>
|
| 35 |
|
| 36 |
|
| 37 |
-
#
|
| 38 |
|
| 39 |
This dataset package contains the model-ready Ocean variables (ARGO submarine data, sea surface height, sea surface temperature and
|
| 40 |
salinity, as well as GLORYS reanalysis information for 50 depth levels. The ARGO data has been projected onto the GLORYS grid in order
|
|
@@ -102,7 +102,7 @@ depth axis are also recorded there.
|
|
| 102 |
|
| 103 |
The repository includes a standalone loader package in `depthdif_dataset/`.
|
| 104 |
It is designed to work directly from a local Hugging Face dataset checkout
|
| 105 |
-
without installing the full
|
| 106 |
|
| 107 |
Install the loader dependencies in your environment:
|
| 108 |
|
|
@@ -293,7 +293,7 @@ When `include_salinity=True`, samples also include `x_salinity`,
|
|
| 293 |
`y_salinity`, `x_salinity_valid_mask`, `y_salinity_valid_mask`, and
|
| 294 |
`x_salinity_valid_mask_1d`.
|
| 295 |
|
| 296 |
-
Temperatures are normalized from Celsius using the
|
| 297 |
salinity is normalized from PSU. To recover physical units:
|
| 298 |
|
| 299 |
```python
|
|
@@ -343,7 +343,16 @@ Coverage:
|
|
| 343 |
- Compact grid-indexed ARGO profiles: 9451644
|
| 344 |
- GLORYS depth levels: 50
|
| 345 |
|
|
|
|
|
|
|
|
|
|
| 346 |
The package is released as CC BY 4.0. Upstream product licenses and citation
|
| 347 |
requirements for EN4/ARGO, GLORYS, OSTIA, sea-level, and
|
| 348 |
sea-surface-salinity products still apply; see `LICENSE` for the attribution
|
| 349 |
notice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-2.0
|
| 3 |
+
pretty_name: OceanDepths GeoTIFF raster and aligned ARGO dataset
|
| 4 |
tags:
|
| 5 |
- oceanography
|
| 6 |
- argo
|
|
|
|
| 34 |
</p>
|
| 35 |
|
| 36 |
|
| 37 |
+
# OceanDepths GeoTIFF Raster and Aligned ARGO Dataset
|
| 38 |
|
| 39 |
This dataset package contains the model-ready Ocean variables (ARGO submarine data, sea surface height, sea surface temperature and
|
| 40 |
salinity, as well as GLORYS reanalysis information for 50 depth levels. The ARGO data has been projected onto the GLORYS grid in order
|
|
|
|
| 102 |
|
| 103 |
The repository includes a standalone loader package in `depthdif_dataset/`.
|
| 104 |
It is designed to work directly from a local Hugging Face dataset checkout
|
| 105 |
+
without installing the full OceanDepths training repository.
|
| 106 |
|
| 107 |
Install the loader dependencies in your environment:
|
| 108 |
|
|
|
|
| 293 |
`y_salinity`, `x_salinity_valid_mask`, `y_salinity_valid_mask`, and
|
| 294 |
`x_salinity_valid_mask_1d`.
|
| 295 |
|
| 296 |
+
Temperatures are normalized from Celsius using the OceanDepths training statistics;
|
| 297 |
salinity is normalized from PSU. To recover physical units:
|
| 298 |
|
| 299 |
```python
|
|
|
|
| 343 |
- Compact grid-indexed ARGO profiles: 9451644
|
| 344 |
- GLORYS depth levels: 50
|
| 345 |
|
| 346 |
+
|
| 347 |
+
## License
|
| 348 |
+
|
| 349 |
The package is released as CC BY 4.0. Upstream product licenses and citation
|
| 350 |
requirements for EN4/ARGO, GLORYS, OSTIA, sea-level, and
|
| 351 |
sea-surface-salinity products still apply; see `LICENSE` for the attribution
|
| 352 |
notice.
|
| 353 |
+
|
| 354 |
+
## Copyright
|
| 355 |
+
|
| 356 |
+
2026, Simon Donike, Ruben Cartuyvels
|
| 357 |
+
|
| 358 |
+
Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://huggingface.co/ESA-philab)
|