You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `osc_themes` | No | List of OSC theme slugs (e.g. `[cryosphere, oceans]`). |
42
+
| `collection_id` | Yes | Unique ID for the STAC collection in the OSC catalog. **Must not contain spaces** — use hyphens as word separators (e.g. `My-Dataset-2024`). |
43
+
| `license_type` | Yes | SPDX license identifier (e.g. `CC-BY-4.0`). Publishing fails if this field is absent. |
44
+
| `osc_themes` | No | List of OSC theme slugs (e.g. `[cryosphere, oceans]`). Values are automatically lowercased so `Land` and `land` are equivalent. |
53
45
| `osc_region` | No | Geographical region label (default: `Global`). |
54
46
| `dataset_status` | No | One of `ongoing`, `completed`, or `planned` (default: `ongoing`). |
55
47
| `access_link` | No | Public S3 URL of the Zarr store. Defaults to `s3://deep-esdl-public/{dataset_id}`. |
56
48
| `documentation_link` | No | URL to dataset documentation. |
49
+
| `visualisation_link` | No | URL to a visualisation of the dataset (e.g. xcube Viewer, WMS). Added as a `visualisation` link with title `"Dataset visualisation"`. |
57
50
| `cf_parameter` | No | List of CF metadata dicts to override variable attributes (e.g. `name`, `units`). |
58
-
| `stac_catalog_s3_root` | No | S3 root for the dataset-level STAC Catalog/Item. See [STAC Catalog on S3](#stac-catalog-on-s3). |
51
+
| `stac_catalog_s3_root` | Yes | S3 root where the STAC Catalog and Item are published. Publishing fails if this field is absent. See [STAC Catalog on S3](#stac-catalog-on-s3). |
59
52
60
53
### STAC Catalog on S3
61
54
62
-
Setting `stac_catalog_s3_root` generates a two-file STAC hierarchy on S3 alongside
63
-
the data:
55
+
`stac_catalog_s3_root` is required. deep-code writes a two-file STAC hierarchy to S3 alongside the data:
64
56
65
57
```
66
58
s3://bucket/stac/your-collection/
@@ -124,7 +116,7 @@ links:
124
116
| `properties.description` | No | Short summary of what the workflow does. |
125
117
| `properties.keywords` | No | List of keyword strings. |
126
118
| `properties.themes` | No | List of OSC theme slugs. |
0 commit comments