From 2c7d7c6ea4f3da7115e81693330b3332af4570e0 Mon Sep 17 00:00:00 2001 From: alecattozzo Date: Tue, 30 Jun 2026 11:53:24 +0200 Subject: [PATCH] Adding GDA APP platform ConformsTo and Type metadata temporarily empty as Platform's API have not been aligned yet to openEO nor OGC API --- platform_catalog/gda_app | 89 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 platform_catalog/gda_app diff --git a/platform_catalog/gda_app b/platform_catalog/gda_app new file mode 100644 index 000000000..e6801af24 --- /dev/null +++ b/platform_catalog/gda_app @@ -0,0 +1,89 @@ +{ + "id": "gda_app", + "type": "Feature", + "conformsTo": [ + "N/A" + ], + "properties": { + "created": "2026-03-02T13:00:00Z", + "updated": "2026-05-20T13:00:00Z", + "type": "N/A", + "title": "Global Development Assistance - Analytics & Processing Platform", + "description": "The cloud-based environment developed under ESA GDA programme to harness Earth Observation for development aid operations", + "keywords": ["natural hazards","hazards planning"], + "language": { + "code": "en-US", + "name": "English (United States)" + }, + "languages": [ + { + "code": "en-US", + "name": "English (United States)" + } + ], + "contacts": [ + { + "name": "Fabio Govoni", + "organization": "MEEO", + "position": "technical manager", + "roles": [ + "platform operations", + "technical support" + ], + "links": [ + { + "href": "https://app-gda.esa.int", + "title": "GDA APP", + "rel": "about", + "type": "text/html" + } + ], + "contactInstructions": "For matters concerning functional or analytical requirements, onboarding your services to the Platform, or enabling premium tier features, please reach out to the Platform's User Engagement Team, overseen by Alessia Cattozzo.", + "email": "helpdesk-gdaapp@meeo.it" + }, + { + "name": "Alessia", + "organization": "MEEO", + "position": "project manager", + "roles": [ + "user engagement", + "platform onboarding", + "platform premium-tier" + ], + "links": [ + { + "href": "https://app-gda.esa.int", + "title": "GDA APP", + "rel": "about", + "type": "text/html" + } + ], + "contactInstructions": "For inquiries on selecting Processing Services from the TAO Portfolio, and on budgeting the processing costs for your study areas, please email the Platform team at CS GROUP - ROMANIA", + "email": "engage-gdaapp@meeo.it" + } + ], + "themes": [], + "license": "other" + }, + "linkTemplates": [], + "links": [ + { + "rel": "website", + "type": "text/html", + "title": "MEEO", + "href": "https://meeo.it" + }, + { + "rel": "logo-dark", + "type": "image/png", + "title": "MEEO Logo", + "href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/meeo/flood_risk_service/records/logo-meeo-dark.svg" + }, + { + "rel": "logo-light", + "type": "image/png", + "title": "MEEO logo", + "href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/meeo/flood_risk_service/records/logo-meeo-light.svg" + } + ] +}