From 4c5cd9748a5fc187b14240d020ad60e6321e97f4 Mon Sep 17 00:00:00 2001 From: Anca Anghelea <35488732+aapopescu@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:39:42 +0100 Subject: [PATCH 1/7] Add CDSE webinar details for February 2026 Added details for the CDSE webinar scheduled on 26 February 2026, including date, title, image, and content outlining the webinar's focus and registration link. --- pages/blog/CDSE-webinar-2026-02-26 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pages/blog/CDSE-webinar-2026-02-26 diff --git a/pages/blog/CDSE-webinar-2026-02-26 b/pages/blog/CDSE-webinar-2026-02-26 new file mode 100644 index 0000000..e6c2f3b --- /dev/null +++ b/pages/blog/CDSE-webinar-2026-02-26 @@ -0,0 +1,30 @@ +--- +date: 2026-02-02 +title: Webinar: Creating scalable EO workflows with CDSE, EarthCODE, and APEx 2026 26/02 +image: /img/EarthCODE_Herobanner_1920x1080_nologo.jpg +feature: true +--- + +# Webinar 2026/02/26 +### Creating scalable EO workflows with CDSE, EarthCODE, and APEx + +*Published: 02/02/2026* + +### Creating scalable EO workflows with CDSE, EarthCODE, and APEx + +Join us for the CDSE webinar on 26 February 2026 at 14:00 CET to discover how CDSE, EarthCODE and APEx work together to turn Earth observation ideas into scalable, operational services. Learn how these initiatives complement each other, how the CDSE openEO federation can support your workflow, and what opportunities they unlock for research and service development. + +![](https://apex.esa.int/sites/default/files/inline-images/WEBINARS_CDSE-APEx-EarthCODE.png) + +--- + + +In this webinar, you will learn: + +- What EarthCODE and APEx are, and how they link to CDSE +- How the two initiatives complement each other to support the path from idea to operational EO service +- How the CDSE openEO federation can be used to support this transition +- What opportunities these combined approaches unlock for EO developers and service providers + +Read more and register via the [event web page](https://events.teams.microsoft.com/event/88405597-f018-4ae4-9b14-c9559bb81776@3382126a-a367-4d61-a0b7-fba907d8fe5c). + From 08ac2c7a745cb1ab222809c78d9dd08771e3b1ad Mon Sep 17 00:00:00 2001 From: Anca Anghelea <35488732+aapopescu@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:40:54 +0100 Subject: [PATCH 2/7] Rename CDSE-webinar-2026-02-26 to CDSE-webinar-2026-02-26.md --- .../blog/{CDSE-webinar-2026-02-26 => CDSE-webinar-2026-02-26.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pages/blog/{CDSE-webinar-2026-02-26 => CDSE-webinar-2026-02-26.md} (100%) diff --git a/pages/blog/CDSE-webinar-2026-02-26 b/pages/blog/CDSE-webinar-2026-02-26.md similarity index 100% rename from pages/blog/CDSE-webinar-2026-02-26 rename to pages/blog/CDSE-webinar-2026-02-26.md From a2d2c3e2eca711c9049f960ef5a3d7662a3bfad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Tue, 10 Feb 2026 16:10:55 +0100 Subject: [PATCH 3/7] v2.0.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88e10f7..3bb98c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "earthcode-portal", - "version": "2.0.0", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "earthcode-portal", - "version": "2.0.0", + "version": "2.0.3", "license": "ISC", "dependencies": { "@eox/esa-ui": "^1.19.0", diff --git a/package.json b/package.json index 99d4fa9..f2ad1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "earthcode-portal", - "version": "2.0.0", + "version": "2.0.3", "type": "module", "author": "EOX", "license": "ISC", From 506378bea4c78b0ba1e049d3fe433355e7f1de30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Tue, 10 Feb 2026 16:19:43 +0100 Subject: [PATCH 4/7] fix post --- pages/blog/CDSE-webinar-2026-02-26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/blog/CDSE-webinar-2026-02-26.md b/pages/blog/CDSE-webinar-2026-02-26.md index e6c2f3b..b33ce41 100644 --- a/pages/blog/CDSE-webinar-2026-02-26.md +++ b/pages/blog/CDSE-webinar-2026-02-26.md @@ -1,6 +1,6 @@ --- date: 2026-02-02 -title: Webinar: Creating scalable EO workflows with CDSE, EarthCODE, and APEx 2026 26/02 +title: Webinar - Creating scalable EO workflows with CDSE, EarthCODE, and APEx 2026 26/02 image: /img/EarthCODE_Herobanner_1920x1080_nologo.jpg feature: true --- From 5f60fb22aff9bc8f6b4b7235f07d893318701cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Tue, 10 Feb 2026 16:20:12 +0100 Subject: [PATCH 5/7] v2.0.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bb98c1..6883e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "earthcode-portal", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "earthcode-portal", - "version": "2.0.3", + "version": "2.0.4", "license": "ISC", "dependencies": { "@eox/esa-ui": "^1.19.0", diff --git a/package.json b/package.json index f2ad1f0..8ef30d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "earthcode-portal", - "version": "2.0.3", + "version": "2.0.4", "type": "module", "author": "EOX", "license": "ISC", From 252d16ea9f7ed6936b85166d13c8f09b24a9f219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Tue, 10 Feb 2026 16:39:07 +0100 Subject: [PATCH 6/7] adjust post --- pages/blog/CDSE-webinar-2026-02-26.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/blog/CDSE-webinar-2026-02-26.md b/pages/blog/CDSE-webinar-2026-02-26.md index b33ce41..5709e5c 100644 --- a/pages/blog/CDSE-webinar-2026-02-26.md +++ b/pages/blog/CDSE-webinar-2026-02-26.md @@ -5,9 +5,10 @@ image: /img/EarthCODE_Herobanner_1920x1080_nologo.jpg feature: true --- -# Webinar 2026/02/26 -### Creating scalable EO workflows with CDSE, EarthCODE, and APEx +# Webinar 26/02/2026 +### Creating scalable EO workflows with CDSE, EarthCODE, and APEx +## Webinar 26/02/2026 *Published: 02/02/2026* ### Creating scalable EO workflows with CDSE, EarthCODE, and APEx @@ -18,7 +19,6 @@ Join us for the CDSE webinar on 26 February 2026 at 14:00 CET to discover how CD --- - In this webinar, you will learn: - What EarthCODE and APEx are, and how they link to CDSE @@ -27,4 +27,3 @@ In this webinar, you will learn: - What opportunities these combined approaches unlock for EO developers and service providers Read more and register via the [event web page](https://events.teams.microsoft.com/event/88405597-f018-4ae4-9b14-c9559bb81776@3382126a-a367-4d61-a0b7-fba907d8fe5c). - From 995b50f0d8f0a393c059952e1f41b3c8595a3dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Tue, 10 Feb 2026 16:39:51 +0100 Subject: [PATCH 7/7] v2.0.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6883e41..3222ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "earthcode-portal", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "earthcode-portal", - "version": "2.0.4", + "version": "2.0.5", "license": "ISC", "dependencies": { "@eox/esa-ui": "^1.19.0", diff --git a/package.json b/package.json index 8ef30d7..8148172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "earthcode-portal", - "version": "2.0.4", + "version": "2.0.5", "type": "module", "author": "EOX", "license": "ISC",