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 new file mode 100644 index 00000000..15b2a551 --- /dev/null +++ b/algorithm_catalog/gisat/s14amazonas_deforestation/records/s14amazonas_deforestation.json @@ -0,0 +1,133 @@ +{ + "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": [ + "Sentinel-1", + "Deforestation" + ], + "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": "[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://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 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,