Skip to content

Commit b27b274

Browse files
committed
Deploy preview for PR 13 πŸ›«
1 parent 6e41cfc commit b27b274

File tree

70 files changed

+300
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+300
-203
lines changed

pr-preview/pr-13/build/1_workflow-8a09ba1a38fcbd10806e2c2fd25892db.ipynb renamed to pr-preview/pr-13/build/1_workflow-d5b151671513714eef5fa557d1df847a.ipynb

Lines changed: 100 additions & 18 deletions
Large diffs are not rendered by default.

pr-preview/pr-13/build/2_experiment-bd8991095c85efebc5f132f21868fd54.ipynb renamed to pr-preview/pr-13/build/2_experiment-ab033ac5dc1dd1b3bc242fb5f26a6234.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"With our workflow successfully created as an openEO User Defined Process (UDP) in our [previous tutorial](./1_workflow.ipynb), we can now set up an experiment. This involves executing the workflow with a predefined set of input parameters. By specifying parameters such as the area of interest and time range, we can tailor the experiment to generate meaningful results.\n",
1111
" \n",
12-
"Running the experiment will produce output products, which will be displayed at the end of the notebook. These results can then be further analyzed, shared with the scientific community, or published in the EarthCODE Open Science Catalogue to promote reproducibility and collaboration."
12+
"Running the experiment will produce output products, which will be displayed at the end of the notebook. These results can then be further analyzed, shared with the scientific community, or published in the [EarthCODE Open Science Catalogue](https://opensciencedata.esa.int/) to promote reproducibility and collaboration."
1313
]
1414
},
1515
{
@@ -76,7 +76,11 @@
7676
"source": [
7777
"## Setting up the experiment\n",
7878
"\n",
79-
"In this step, we will set up the experiment by defining the parameters for the variability map calculation. This includes specifying the area of interest, the time range, and any other relevant parameters that are required for the processing workflow. The experiment will be executed using the UDP from [previous tutorial](./1_workflow.ipynb) which yielded a public URL that can be used to execute the workflow. We will use this URL to set up our experiment, ensuring that the processing steps are applied correctly to the specified input data."
79+
"In this step, we will set up the experiment by defining the parameters for the variability map calculation. This includes specifying the area of interest, the time range, and any other relevant parameters that are required for the processing workflow. The experiment will be executed using the UDP from [previous](./1_workflow.ipynb) tutorial which yielded a public URL that can be used to execute the workflow. We will use this URL to set up our experiment, ensuring that the processing steps are applied correctly to the specified input data.\n",
80+
"\n",
81+
":::{note}\n",
82+
"As mentioned in our [workflow](./1_workflow.ipynb#exporting-your-workflow) tutorial, the workflow URL can either refer to a definition stored on the openEO backendβ€”created using `save_user_defined_process` with `public=True`, or to a public URL pointing to a JSON file hosted on GitHub or another platform.\n",
83+
":::"
8084
]
8185
},
8286
{

pr-preview/pr-13/build/3_publication-9259e25e63f2b49ff184038d38027f42.md renamed to pr-preview/pr-13/build/3_publication-e76ef77c74a8c0d842ec8c93a73a9ef5.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Based on your selection, the tool will show a dedicated form to fill in the nece
3636

3737
![openEO Publishing Tool - Experiment Form](./images/publishing_4b_experiment.png)
3838

39-
- **Project**: The project under which the experiment is published. This should be a valid EarthCODE project name.
39+
- **Project**: The project under which the experiment is published. This should be a valid [EarthCODE project name](https://opensciencedata.esa.int/projects/catalog).
4040
- **ID**: A unique identifier for the experiment.
4141
- **Title**: A descriptive title for your experiment.
4242
- **Description**: A detailed description of the experiment, including its purpose and methodology.
@@ -48,10 +48,10 @@ Based on your selection, the tool will show a dedicated form to fill in the nece
4848

4949
![openEO Publishing Tool - Workflow Form](./images/publishing_4b_workflow.png)
5050

51-
- **Project**: The project under which the workflow is published. This should be a valid EarthCODE project name.
51+
- **Project**: The project under which the workflow is published. This should be a valid [EarthCODE project name](https://opensciencedata.esa.int/projects/catalog)
5252
- **ID**: A unique identifier for the workflow.
5353
- **URL**: The public URL of the openEO User Defined Process hat represents your workflow. This should be a valid URL pointing to a public process graph. See our tutorial on [creating a workflow](./1_workflow.ipynb) for more information on how to create a User Defined Process and get its URL.
54-
- **Title**: A descriptive title for your .
54+
- **Title**: A descriptive title for your workflow.
5555
- **Description**: A detailed description of the experiment, including its purpose and methodology.
5656
- **Themes**: The thematic categories that best describe your experiment. You can select multiple themes from the provided list.
5757

@@ -63,9 +63,9 @@ Whenever you publish a workflow as part of an experiment, some of the above fiel
6363

6464
![openEO Publishing Tool - Product Form](./images/publishing_4b_product.png)
6565

66-
- **Project**: The project under which the product is published. This should be a valid EarthCODE project name.
66+
- **Project**: The project under which the product is published. This should be a valid [EarthCODE project name](https://opensciencedata.esa.int/projects/catalog)
6767
- **ID**: A unique identifier for the product.
68-
- **Title**: A descriptive title for your .
68+
- **Title**: A descriptive title for your product.
6969
- **Description**: A detailed description of the experiment, including its purpose and methodology.
7070
- **Themes**: The thematic categories that best describe your experiment. You can select multiple themes from the provided list.
7171
- **Assets**: A list of assets that part of the product. By default the result of the openEO job is automatically added to the list of assets. You can add additional assets by providing their URLs and a corresponding name. The assets should be publicly accessible URLs pointing to the output files generated by the experiment.
@@ -74,7 +74,7 @@ Whenever you publish a workflow as part of an experiment, some of the above fiel
7474
Whenever you publish a product as part of an experiment, some of the above fields are covered by the experiment metadata. Therefore, you only need to fill in the fields that are not already provided by the experiment.
7575
:::
7676

77-
After filling in the necessary details, you can click the **Next** button to proceed to the final step. The openEO Publishing tool will then create a pull request on the EarthCODE OSC repository with all the information you provided. You will be able to access the pull request by clicking the link provided in the tool. The pull request will contain all the necessary files and metadata required to publish your experiment, workflow, or product in the EarthCODE OSC.
77+
After filling in the necessary details, you can click the **Next** button to proceed to the final step. The openEO Publishing tool will then create a pull request on the EarthCODE OSC repository with all the information you provided. You will be able to access the pull request by clicking the link provided in the tool and track its status either through that link or on the [GitHub pull request page](https://github.com/ESA-EarthCODE/open-science-catalog-metadata/pulls). The pull request will contain all the necessary files and metadata required to publish your experiment, workflow, or product in the EarthCODE OSC.
7878

7979

8080
![openEO Publishing Tool - Publication Complete](./images/publishing_done.png)

pr-preview/pr-13/build/4_reproduce-2731a87eaf0761caa93b0f006ff49d95.ipynb renamed to pr-preview/pr-13/build/4_reproduce-addb8395bdbb5ae4f2d154700c7d202d.ipynb

File renamed without changes.

pr-preview/pr-13/build/Creating STAC Catalo-022a62d06ed420a88527836f445f65af.ipynb renamed to pr-preview/pr-13/build/Creating STAC Catalo-13d6ed7cc13e9e0f31b4f0828eec61a9.ipynb

File renamed without changes.

pr-preview/pr-13/build/EarthCODE_Favicon_32-003b4772f8ac778702e7b21aad318397.png renamed to pr-preview/pr-13/build/EarthCODE_Favicon_32-8a530c5cba77ab7f3c4b15b085545cd2.png

File renamed without changes.

pr-preview/pr-13/build/EarthCODE_kv_transpa-1d2cf6d8bb1c0b508c9b07e4837d8100.png renamed to pr-preview/pr-13/build/EarthCODE_kv_transpa-8f872265d6d95f4f0c264af166ebb415.png

File renamed without changes.

pr-preview/pr-13/build/PRR_STAC_download_ex-453a8f73ccb2012a8e5b5dc36011cb16.ipynb renamed to pr-preview/pr-13/build/PRR_STAC_download_ex-eb5d0c60a55902d0ef3c702aaaa84fea.ipynb

File renamed without changes.

pr-preview/pr-13/build/PRR_STAC_introductio-d9de0479e84784a3a28e543828b202bd.ipynb renamed to pr-preview/pr-13/build/PRR_STAC_introductio-80d4d6ae1c867eb4f77daffbfa7191f9.ipynb

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)