Skip to content

Commit 30e320a

Browse files
committed
updated README.md
1 parent b2e14c8 commit 30e320a

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,47 @@ cf_parameter:
8989
- name: hydrology
9090
```
9191

92-
dataset-id has to be a valid dataset-id from `deep-esdl-public` s3 or your team bucket.
92+
dataset-id has to be a valid dataset-id from `deep-esdl-public` s3 or your team bucket.
93+
94+
### deep-code publish-workflow
95+
96+
Publish a workflow/experiment to the EarthCODE open-science catalog.
97+
98+
```commandline
99+
deep-code publish-workflow /path/to/workflow-config.yaml
100+
```
101+
#### workflow-config.yaml example
102+
103+
```
104+
workflow_id: "4D Med hydrology cube generation"
105+
properties:
106+
title: "Hydrology cube generation recipe"
107+
description: "4D Med cube generation"
108+
keywords:
109+
- Earth Science
110+
themes:
111+
- Atmosphere
112+
- Ocean
113+
- Evaporation
114+
license: proprietary
115+
jupyter_kernel_info:
116+
name: deepesdl-xcube-1.7.1
117+
python_version: 3.11
118+
env_file: https://git/env.yml
119+
links:
120+
- rel: "documentation"
121+
type: "application/json"
122+
title: "4DMed Hydrology Cube Generation Recipe"
123+
href: "https://github.com/deepesdl/cube-gen/tree/main/hydrology/README.md"
124+
- rel: "jupyter-notebook"
125+
type: "application/json"
126+
title: "Workflow Jupyter Notebook"
127+
href: "https://github.com/deepesdl/cube-gen/blob/main/hydrology/notebooks/reading_hydrology.ipynb"
128+
contact:
129+
- name: Tejas Morbagal Harish
130+
organization: Brockmann Consult GmbH
131+
links:
132+
- rel: "about"
133+
type: "text/html"
134+
href: "https://www.brockmann-consult.de/"
135+
```

0 commit comments

Comments
 (0)