File tree Expand file tree Collapse file tree 1 file changed +44
-1
lines changed
Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments