Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion experiments/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,14 @@
"href": "./lightning2earthcare-experiment/record.json",
"type": "application/json",
"title": "Lightning2Earthcare experiment"
},
{
"rel": "item",
"href": "./waterbodies-argo-eox/record.json",
"type": "application/json",
"title": "Water Bodies on EOx"
}
],
"updated": "2025-01-29T18:00:00.000000Z",
"title": "Experiments"
}
}
3 changes: 3 additions & 0 deletions experiments/waterbodies-argo-eox/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$comment: >-
This experiment used the Water Bodies workflow adapted to Argo Workflows
and ran it on the EOxHub Workspaces on the Open Telekom Cloud.
12 changes: 12 additions & 0 deletions experiments/waterbodies-argo-eox/input.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
$comment: >-
This is the usual EarthCODE way of describing workflow inputs, but they are also described as part of the
provenance data in the OGC Record for the experiment.
parameters:
stac_items:
- https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2B_10TFK_20210713_0_L2A
- https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2A_10TFK_20220524_0_L2A
aoi: -121.399,39.834,-120.74,40.472
epsg: EPSG:4326
bands:
- green
- nir
160 changes: 160 additions & 0 deletions experiments/waterbodies-argo-eox/ospd-record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"id": "water-bodies-execution",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
],
"geometry": null,

"properties": {
"id": "water-bodies-execution",
"provType": [
"Activity",
"wfprov:WorkflowRun"
],
"startedAtTime": "2025-01-21T17:40:50Z",
"endedAtTime": "2025-01-21T17:59:50Z",
"wasAssociatedWith": [
{
"agentType": "Person",
"name": "A Person",
"actedOnBehalfOf": {
"agentType": "Organization",
"name": "An Org"
}
}
],

"generated": "https://example.com/open-science-catalog-metadata/products/water-bodies-execution-outputs/collection.json",


"wfprov:describedByWorkflow": "https://example.com/workflows/waterbodies/record.json",
"wfprov:wasEnactedBy": {
"id": "eo-data-platform",
"type": ["wfprov:WorkfowEngine", "prov:SoftwareAgent", "prov:Agent"],
"prov:label": "cwltool 3.1.20251031082601"
},
"wfprov:usedInput": [
{
"type": "wfprov:Artifact",
"hadMember": [
"https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2B_10TFK_20210713_0_L2A",
"https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2A_10TFK_20220524_0_L2A"
],
"describedByParameter": "stac_items"
},
{
"type": "wfprov:Artifact",
"data": "-121.399,39.834,-120.74,40.472",
"describedByParameter": "aoi"
},
{
"type": "wfprov:Artifact",
"data": "EPSG:4326",
"describedByParameter": "epsg"
},
{
"type": "wfprov:Artifact",
"data": [
"green",
"nir"
],
"describedByParameter": "bands"
}
],


"created": "2025-01-21T18:00:00Z",
"updated": "2025-01-21T18:40:00Z",
"type": "experiment",
"title": "Water Bodies Experiment",
"description": "Experiment using the water bodies workflow.",
"contacts": [
{
"name": "A person",
"position": "Researcher",
"organization": "An Org",
"contactInstructions": "Contact via website",
"roles": [
"principal investigator"
]
},
{
"name": "An Org",
"links": [
{
"href": "https://example.com/",
"rel": "about",
"type": "text/html"
}
],
"contactInstructions": "SEE WEBSITE",
"roles": [
"processor"
]
}
],
"themes": [
{
"scheme": "https://github.com/stac-extensions/osc#theme",
"concepts": [
{
"id": "land"
}
]
}
],
"formats": [
{
"name": "GeoTIFF"
}
],
"license": "proprietary",
"osc:workflow": "waterbodies",
"version": "2"
},
"linkTemplates": [],
"links": [
{
"rel": "root",
"href": "https://example.com/open-science-catalog-metadata/catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "parent",
"href": "https://example.com/open-science-catalog-metadata/experiments/catalog.json",
"type": "application/json",
"title": "Experiments"
},
{
"rel": "child",
"href": "https://example.com/open-science-catalog-metadata/products/water-bodies-execution-outputs/collection.json",
"type": "application/json",
"title": "Water Bodies Execution Outputs"
},
{
"rel": "service",
"type": "application/json",
"title": "An EO data exploitation platform",
"href": "https://example.com"
},
{
"rel": "related",
"href": "https://example.com/open-science-catalog-metadata/themes/land/catalog.json",
"type": "application/json",
"title": "Theme: Land"
},
{
"rel": "related",
"href": "https://example.com/open-science-catalog-metadata/workflows/waterbodies/record.json",
"type": "application/json",
"title": "Workflow: Water Bodies"
},
{
"rel": "self",
"href": "https://example.com/open-science-catalog-metadata/experiments/water-bodies-execution/record.json",
"type": "application/json"
}
]
}
138 changes: 138 additions & 0 deletions experiments/waterbodies-argo-eox/record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
{
"id": "waterbodies-argo-eox",
"type": "Feature",
"geometry": null,
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core",
"https://ahaywardtvuk.github.io/osc-prov/v0.1.5/schema.json"
],
"properties": {
"created": "2025-12-16T11:26:00Z",
"updated": "2025-12-16T11:26:00Z",
"type": "experiment",
"title": "Water Bodies on EOx",
"description": "Cross-platform execution experiment in which the Water Bodies workflow adapted to Argo Workflows has been run by Telespazio on EOx's platform",
"keywords": [
"OGC",
"OSPD",
"NDWI",
"otsu",
"EOX"
],
"themes": [
{
"scheme": "https://github.com/stac-extensions/osc#theme",
"concepts": [
{
"id": "land"
}
]
}
],
"formats": [
{
"name": "GeoTIFF"
}
],
"license": "CC-BY-SA-4.0",
"osc:workflow": "waterbodies-argo",
"version": "2",
"osc-prov:type": [
"Activity",
"WorkflowRun"
],
"osc-prov:wasGeneratedBy": "https://esa-earthcode.github.io/open-science-catalog-metadata/projects/ospd/collection.json",
"osc-prov:startedAtTime": "2025-12-16T10:40:50Z",
"osc-prov:endedAtTime": "2025-12-16T10:44:56Z",
"osc-prov:generated": [
"https://esa-earthcode.github.io/open-science-catalog-metadata/products/water-bodies-argo-eox/collection.json"
],
"osc-prov:describedByWorkflow": "https://esa-earthcode.github.io/open-science-catalog-metadata/workflows/waterbodies-argo/record.json",
"osc-prov:wasEnactedBy": {
"id": "eoxhub-workspaces",
"type": [
"WorkflowEngine",
"SoftwareAgent",
"Agent"
],
"name": "EOxHub Workspaces"
},
"osc-prov:usedInput": [
{
"type": "Artifact",
"hadMember": [
"https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2B_10TFK_20210713_0_L2A",
"https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2A_10TFK_20220524_0_L2A"
],
"describedByParameter": "stac_items"
},
{
"type": "Artifact",
"data": "-121.399,39.834,-120.74,40.472",
"describedByParameter": "aoi"
},
{
"type": "Artifact",
"data": "EPSG:4326",
"describedByParameter": "epsg"
},
{
"type": "Artifact",
"data": [
"green",
"nir"
],
"describedByParameter": "bands"
}
]
},
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Experiments"
},
{
"rel": "child",
"href": "../../products/water-bodies-argo-eox/collection.json",
"type": "application/json",
"title": "Water Bodies on EOx Experiment Outputs"
},
{
"rel": "related",
"href": "../../themes/land/catalog.json",
"type": "application/json",
"title": "Theme: Land"
},
{
"rel": "related",
"href": "../../workflows/waterbodies-argo/record.json",
"type": "application/json",
"title": "Workflow: Water bodies workflow adapted to Argo Workflows"
},
{
"rel": "input",
"href": "./input.yaml",
"type": "application/yaml",
"title": "Input parameters"
},
{
"rel": "environment",
"href": "./environment.yaml",
"type": "application/yaml",
"title": "Execution environment"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/experiments/waterbodies-argo-eox/record.json",
"type": "application/json"
}
]
}
6 changes: 6 additions & 0 deletions products/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2012,6 +2012,12 @@
"href": "./earthcare-frame-lightning/collection.json",
"type": "application/json",
"title": "Lightning2EarthCARE"
},
{
"rel": "child",
"href": "./water-bodies-argo-eox/collection.json",
"type": "application/json",
"title": "Water Bodies on EOx Experiment Outputs"
}
],
"updated": "2024-09-12T20:32:22.975110Z",
Expand Down
Loading
Loading