Skip to content

Add new dataset collection: pangeo-test and workflow/experiment: dnbr_workflow_example #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
@@ -1,7 +1,7 @@
{
"type": "Catalog",
"id": "experiments",
"stac_version": "1.0.0",
"stac_version": "1.1.0",
"description": "Geoscience experiments",
"links": [
{
Expand Down Expand Up @@ -34,6 +34,12 @@
"type": "application/json",
"title": "ESA CCI permafrost"
},
{
"rel": "item",
"href": "./dnbr_workflow_example/record.json",
"type": "application/json",
"title": "DNBR Workflow Example"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/experiments/catalog.json",
Expand Down
111 changes: 111 additions & 0 deletions experiments/dnbr_workflow_example/record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"id": "dnbr_workflow_example",
"title": "DNBR Workflow Example",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
],
"geometry": null,
"properties": {
"created": "2025-05-05T22:53:14.843564+00:00",
"updated": "2025-05-05T22:53:14.843564+00:00",
"type": "experiment",
"title": "DNBR Workflow Example",
"description": "Demonstrate how to fetch satellite Sentinel-2 data to generate burn severity maps for the assessment of the areas affected by wildfires.",
"jupyter_kernel_info": {
"name": "Pange-Test-Notebook",
"python_version": 3.11,
"env_file": "https://github.com/pangeo-data/pangeo-docker-images/blob/master/pangeo-notebook/environment.yml"
},
"keywords": [
"Earth Science"
],
"contacts": [
{
"name": "Dean Summers",
"organization": "Lampata",
"position": "",
"links": [
{
"rel": "about",
"type": "text/html",
"href": "https://www.lampata.eu/"
}
],
"contactInstructions": "",
"roles": [
"principal investigator"
]
}
],
"themes": [
{
"concepts": [
{
"id": "land"
}
],
"scheme": "https://github.com/stac-extensions/osc#theme"
}
],
"formats": [],
"license": "proprietary",
"osc:workflow": "dnbr_workflow_example"
},
"linkTemplates": [],
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Experiments"
},
{
"rel": "related",
"href": "../../workflows/dnbr_workflow_example/record.json",
"type": "application/json",
"title": "Workflow: DNBR Workflow Example"
},
{
"rel": "child",
"href": "../../products/pangeo-test/collection.json",
"type": "application/json",
"title": "pangeo-test"
},
{
"rel": "related",
"href": "../../projects/deep-earth-system-data-lab/collection.json",
"type": "application/json",
"title": "Project: DeepESDL"
},
{
"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/dnbr_workflow_example/record.json",
"type": "application/json"
},
{
"rel": "related",
"href": "../../themes/land/catalog.json",
"type": "application/json",
"title": "Theme: Land"
}
]
}
10 changes: 8 additions & 2 deletions products/catalog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "Catalog",
"id": "products",
"stac_version": "1.0.0",
"stac_version": "1.1.0",
"description": "Geoscience products representing the measured or inferred values of one or more variables over a given time range and spatial area",
"links": [
{
Expand Down Expand Up @@ -1816,6 +1816,12 @@
"type": "application/json",
"title": "esa-cci-permafrost"
},
{
"rel": "child",
"href": "./pangeo-test/collection.json",
"type": "application/json",
"title": "pangeo-test"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/products/catalog.json",
Expand All @@ -1824,4 +1830,4 @@
],
"updated": "2024-09-12T20:32:22.975110Z",
"title": "Products"
}
}
105 changes: 105 additions & 0 deletions products/pangeo-test/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"type": "Collection",
"id": "pangeo-test",
"stac_version": "1.1.0",
"description": "No description available.",
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "via",
"href": "s3://pangeo-test-fires",
"title": "Access"
},
{
"rel": "via",
"href": "https://www.sciencedirect.com/science/article/pii/S1470160X22004708#f0035",
"title": "Documentation"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Products"
},
{
"rel": "related",
"href": "../../variables/delta-nbr/catalog.json",
"type": "application/json",
"title": "Variable: Delta Nbr"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/products/pangeo-test/collection.json",
"type": "application/json"
},
{
"rel": "related",
"href": "../../themes/land/catalog.json",
"type": "application/json",
"title": "Theme: Land"
},
{
"rel": "related",
"href": "../../projects/deep-earth-system-data-lab/collection.json",
"type": "application/json",
"title": "Project: DeepESDL"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/osc/v1.0.0/schema.json",
"https://stac-extensions.github.io/cf/v0.2.0/schema.json",
"https://stac-extensions.github.io/themes/v1.0.0/schema.json"
],
"osc:project": "deep-earth-system-data-lab",
"osc:type": "product",
"osc:status": "completed",
"osc:region": "global",
"osc:variables": [
"delta-nbr"
],
"osc:missions": [],
"cf:parameter": [
{
"name": "burned-area"
}
],
"created": "2025-05-05T22:52:46.382922+00:00",
"updated": "2025-05-05T22:52:46.382922+00:00",
"themes": [
{
"concepts": [
{
"id": "land"
}
],
"scheme": "https://github.com/stac-extensions/osc#theme"
}
],
"title": "pangeo-test",
"extent": {
"spatial": {
"bbox": [
[
2667472.5,
4537007.5,
2675497.5,
4547152.5
]
]
},
"temporal": {
"interval": [
[
"2021-08-18T09:20:04.400000Z",
"2021-08-18T09:20:04.400000Z"
]
]
}
},
"license": "other"
}
18 changes: 15 additions & 3 deletions projects/deep-earth-system-data-lab/collection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "Collection",
"id": "deep-earth-system-data-lab",
"stac_version": "1.0.0",
"stac_version": "1.1.0",
"description": "The Deep Earth System Data Lab (DeepESDL) delivers a service to the Earth Science community. The lab provides convenient access to relevant data sets, many of them generated in ESA's science projects, in an analysis-ready format. Moreover, DeepESDL comprises a powerful data science environment with a focus on machine-learning and artificial intelligence workflows. Access the DeepESDL in github: https://github.com/deepesdl",
"links": [
{
Expand Down Expand Up @@ -68,6 +68,18 @@
"type": "application/json",
"title": "Theme: Cryosphere"
},
{
"rel": "child",
"href": "../../products/pangeo-test/collection.json",
"type": "application/json",
"title": "pangeo-test"
},
{
"rel": "related",
"href": "../../themes/land/catalog.json",
"type": "application/json",
"title": "Theme: Land"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/projects/deepesdl/collection.json",
Expand Down Expand Up @@ -162,7 +174,7 @@
]
}
},
"license": "proprietary",
"license": "other",
"keywords": [
"Earth System",
"Climate Change",
Expand All @@ -171,4 +183,4 @@
"Deep Learning",
"Remote Sensing"
]
}
}
8 changes: 7 additions & 1 deletion variables/catalog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "Catalog",
"id": "variables",
"stac_version": "1.0.0",
"stac_version": "1.1.0",
"description": "Geoscience, climate and environmental variables",
"links": [
{
Expand Down Expand Up @@ -7168,6 +7168,12 @@
"type": "application/json",
"title": "Solid Earth Subsurface Temperature"
},
{
"rel": "child",
"href": "./delta-nbr/catalog.json",
"type": "application/json",
"title": "Delta Nbr"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/variables/catalog.json",
Expand Down
58 changes: 58 additions & 0 deletions variables/delta-nbr/catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"type": "Catalog",
"id": "delta-nbr",
"stac_version": "1.1.0",
"description": null,
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Open Science Catalog"
},
{
"rel": "child",
"href": "../../products/pangeo-test/collection.json",
"type": "application/json",
"title": "pangeo-test"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Variables"
},
{
"rel": "via",
"href": "https://gcmd.earthdata.nasa.gov/KeywordViewer/scheme/Earth%20Science/436b098d-e4d9-4fbd-9ede-05675e111eee?gtm_keyword=BURNED%20AREA&gtm_scheme=Earth%20Science",
"type": "text/html",
"title": "Description"
},
{
"rel": "related",
"href": "../../themes/land/catalog.json",
"type": "application/json",
"title": "Theme: Land"
},
{
"rel": "self",
"href": "https://esa-earthcode.github.io/open-science-catalog-metadata/variables/delta-nbr/catalog.json",
"type": "application/json"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/themes/v1.0.0/schema.json"
],
"updated": "2025-05-05T22:52:46.515415+00:00",
"themes": [
{
"scheme": "https://github.com/stac-extensions/osc#theme",
"concepts": [
{
"id": "land"
}
]
}
],
"title": "Delta Nbr"
}
Loading
Loading