Upload metadata.json with huggingface_hub
Browse files- metadata.json +20 -0
metadata.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "GlobSed \u2014 Global Ocean Sediment Thickness, Modernized GeoParquet",
|
| 3 |
+
"source": "CEED (Centre for Earth Evolution and Dynamics), University of Oslo",
|
| 4 |
+
"citation": "Straume, E.O., Gaina, C., Medvedev, S., Hochmuth, K., Gohl, K., Whittaker, J.M., et al. (2019). GlobSed: Updated total sediment thickness in the world's oceans. Geochemistry, Geophysics, Geosystems, 20. https://doi.org/10.1029/2018GC008115",
|
| 5 |
+
"native_resolution": "5 arc-minutes x 5 arc-minutes",
|
| 6 |
+
"crs": "EPSG:4326",
|
| 7 |
+
"value_column": "sediment_thickness",
|
| 8 |
+
"units": "unknown",
|
| 9 |
+
"total_points": 6251924,
|
| 10 |
+
"value_range": [
|
| 11 |
+
0.0,
|
| 12 |
+
18333.697265625
|
| 13 |
+
],
|
| 14 |
+
"coverage": "World's oceans and marginal seas (grid is ocean-only, not global land+ocean)",
|
| 15 |
+
"format": "GeoParquet (EPSG:4326 point geometry), single file",
|
| 16 |
+
"license": "No explicit reuse license stated by the source (CEED / University of Oslo). Cite Straume et al. (2019) on use; confirm terms directly with CEED for redistribution beyond research/AI use.",
|
| 17 |
+
"modernized_by": "NORA Research Lab",
|
| 18 |
+
"modernization_date": "2026-09-03",
|
| 19 |
+
"pipeline": "CEED direct download -> Standardization -> Modern Format -> Validation -> Metadata -> AI/API Ready"
|
| 20 |
+
}
|