From 76601f504b3b1682f6520820340c47cb48582678 Mon Sep 17 00:00:00 2001 From: Jeroen Dries Date: Thu, 20 Mar 2025 13:33:03 +0100 Subject: [PATCH 1/3] s14amazonas: add record template --- .../records/s14amazonas_deforestation.json | 116 ++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json diff --git a/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json b/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json new file mode 100644 index 00000000..50f029d0 --- /dev/null +++ b/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json @@ -0,0 +1,116 @@ +{ + "id": "s14amazonas_deforestation", + "type": "Feature", + "conformsTo": [ + "http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core", + "https://apex.esa.int/core/openeo-udp" + ], + "geometry": null, + "properties": { + "created": "2025-03-12T00:00:00Z", + "updated": "2025-03-12T00:00:00Z", + "type": "service", + "title": "Deforestation detection in Amazon", + "description": "# Description\n\nDetects deforestation", + "cost_estimate": 2, + "cost_unit": "platform credits per km\u00b2", + "keywords": [ + "deforestation", + "detection", + "Amazon" + ], + "language": { + "code": "en-US", + "name": "English (United States)" + }, + "languages": [ + { + "code": "en-US", + "name": "English (United States)" + } + ], + "contacts": [ + { + "name": "Sivasankar Arul", + "position": "Researcher", + "organization": "GISAT", + "links": [ + { + "href": "https://gisat.cz/", + "title": "GISAT Website", + "rel": "about", + "type": "text/html" + }, + { + "href": "https://github.com/sivasanarul", + "title": "GitHub", + "rel": "about", + "type": "text/html" + } + ], + "contactInstructions": "Contact via GISAT", + "roles": [ + "principal investigator" + ] + } + ], + "themes": [ + { + "concepts": [ + { + "id": "Sentinel-1 C-SAR", + "url": "https://gcmd.earthdata.nasa.gov/kms/concept/1c53d85e-3792-4081-9748-192fd3140aa6?format=json" + }, + { + "id": "DEFORESTATION", + "url": "https://gcmd.earthdata.nasa.gov/kms/concept/9a4715a7-1847-4fef-8116-494b36420fb7?format=json" + }, + { + "id": "AMAZONIA", + "url": "https://gcmd.earthdata.nasa.gov/kms/concept/bb293e12-6ffe-48e2-96e5-8f5ae9c137c2?format=json" + } + ], + "scheme": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords" + } + ], + "formats": [ + { + "name": "GeoTIFF" + } + ], + "license": "proprietary" + }, + "linkTemplates": [], + "links": [ + { + "rel": "code", + "type": "text/html", + "title": "Git source repository", + "href": "https://github.com/Gisat/dev-S14amazonas" + }, + { + "rel": "about", + "type": "text/html", + "title": "ESA Project website", + "href": "https://project.gisat.cz/s14scienceAmazonas/" + }, + { + "rel": "application", + "type": "application/vnd.openeo+json;type=process", + "title": "openEO Process Definition", + "href": "https://raw.githubusercontent.com/..." + }, + { + "rel": "service", + "type": "application/json", + "title": "CDSE openEO federation", + "href": "https://openeofed.dataspace.copernicus.eu" + }, + { + "rel": "webapp", + "type": "text/html", + "title": "OpenEO Web Editor", + "href": "https://openeofed.dataspace.copernicus.eu" + } + ] +} \ No newline at end of file From 3fea633ee61476b0d1b6f5687bdc3b83e5fa9df2 Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Wed, 25 Feb 2026 10:54:12 +0100 Subject: [PATCH 2/3] s14amazonas: update records with latest changes --- algorithm_catalog/gisat/record.json | 52 +++++++++++++++++++ .../records/s14amazonas_deforestation.json | 21 ++++++-- schemas/record.json | 3 +- 3 files changed, 70 insertions(+), 6 deletions(-) create mode 100644 algorithm_catalog/gisat/record.json diff --git a/algorithm_catalog/gisat/record.json b/algorithm_catalog/gisat/record.json new file mode 100644 index 00000000..9b57d72b --- /dev/null +++ b/algorithm_catalog/gisat/record.json @@ -0,0 +1,52 @@ +{ + "id": "gisat", + "type": "Feature", + "conformsTo": [ + "http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core" + ], + "properties": { + "created": "2025-12-03T13:00:00Z", + "updated": "2025-12-03T13:00:00Z", + "type": "algorithm_provider", + "title": "Gisat", + "description": "", + "keywords": [], + "language": { + "code": "en-US", + "name": "English (United States)" + }, + "languages": [ + { + "code": "en-US", + "name": "English (United States)" + } + ], + "contacts": [], + "themes": [], + "license": "other", + "acl": { + "admin": ["@gisat.cz", "@vito.be"] + } + }, + "linkTemplates": [], + "links": [ + { + "rel": "website", + "type": "text/html", + "title": "Gisat", + "href": "https://www.gisat.cz" + }, + { + "rel": "logo-light", + "type": "image/png", + "title": "Logo", + "href": "" + }, + { + "rel": "logo-dark", + "type": "image/png", + "title": "Logo", + "href": "" + } + ] +} \ No newline at end of file diff --git a/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json b/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json index 50f029d0..98dcb6db 100644 --- a/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json +++ b/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json @@ -15,9 +15,8 @@ "cost_estimate": 2, "cost_unit": "platform credits per km\u00b2", "keywords": [ - "deforestation", - "detection", - "Amazon" + "Sentinel-1", + "Deforestation" ], "language": { "code": "en-US", @@ -98,19 +97,31 @@ "rel": "application", "type": "application/vnd.openeo+json;type=process", "title": "openEO Process Definition", - "href": "https://raw.githubusercontent.com/..." + "href": "[PROCESS_URL]" }, { "rel": "service", "type": "application/json", "title": "CDSE openEO federation", "href": "https://openeofed.dataspace.copernicus.eu" + }, + { + "rel": "platform", + "type": "application/json", + "title": "CDSE openEO federation", + "href": "../../../../platform_catalog/cdse_openeo_federation.json" }, { + "rel": "provider", + "type": "application/json", + "title": "Eurac Research", + "href": "../../record.json" + }, + { "rel": "webapp", "type": "text/html", "title": "OpenEO Web Editor", - "href": "https://openeofed.dataspace.copernicus.eu" + "href": "https://editor.openeo.org/?wizard=UDP&wizard~process=[PROCESS_ID]&wizard~processUrl=[PROCESS_URL]&server=https://openeofed.dataspace.copernicus.eu" } ] } \ No newline at end of file diff --git a/schemas/record.json b/schemas/record.json index a13237c6..d5171b08 100644 --- a/schemas/record.json +++ b/schemas/record.json @@ -125,7 +125,8 @@ "Digital Elevation/Terrain Model (DEM)", "ECMWF ERA5", "Data Analysis and Visualization", - "Statistical Applications" + "Statistical Applications", + "Deforestation" ] }, "minItems": 1, From 7b8d8b7e884860ecb5e0aeeb749e04baeccedc59 Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Wed, 25 Feb 2026 10:57:23 +0100 Subject: [PATCH 3/3] s14Amazonas: added thumbnail link --- .../records/s14amazonas_deforestation.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json b/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json index 98dcb6db..15b2a551 100644 --- a/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json +++ b/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json @@ -122,6 +122,12 @@ "type": "text/html", "title": "OpenEO Web Editor", "href": "https://editor.openeo.org/?wizard=UDP&wizard~process=[PROCESS_ID]&wizard~processUrl=[PROCESS_URL]&server=https://openeofed.dataspace.copernicus.eu" + }, + { + "rel": "thumbnail", + "type": "image/png", + "title": "Thumbnail image", + "href": "[THUMBNAIL_URL]" } ] } \ No newline at end of file