From dec3651f4ed7800d440f72bc09a7895b34db91ff Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Mon, 5 Jan 2026 15:54:13 +0100 Subject: [PATCH] fix(#179): updated docs --- interoperability/algohostingenv.md | 8 ++++++-- propagation/platforms.md | 32 ++++++++++++++++++------------ 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/interoperability/algohostingenv.md b/interoperability/algohostingenv.md index c9f1ab7..148f150 100644 --- a/interoperability/algohostingenv.md +++ b/interoperability/algohostingenv.md @@ -53,10 +53,14 @@ their compatibility with the APEx standards.
  • At least processes profiles L1-minimal [@openeo_processes_profiles]
  • -
  • OGC API Processes [@apiprocess], supporting the deployment of applications defined by the OGC Best Practice for Earth Observation Application Package [@ap]
  • +
  • OGC API Processes [@apiprocess]
  • - The support for the proposed technologies ensures that APEx-compliant algorithms can be hosted on the algorithm hosting platform and made available as on-demand services. + +

    The support for the proposed technologies ensures that APEx-compliant algorithms can be hosted on the algorithm hosting platform and made available as on-demand services.

    +

    For the OGC API Processes option, APEx recommends following the deployment of applications defined by the OGC Best Practice for Earth Observation Application Package [@ap]. However, it is important to note that APEx only mandates the exposure of an OGC API Processes endpoint. This approach allows for flexibility in choosing the most suitable technology, provided that the platform adheres to the OGC API Processes requirement. +

    + HOST-REQ-04 diff --git a/propagation/platforms.md b/propagation/platforms.md index 3dbd741..5b70a33 100644 --- a/propagation/platforms.md +++ b/propagation/platforms.md @@ -10,18 +10,30 @@ process of APEx-compliant services. Throughout the project, APEx aims to expand this list of compliant platforms, offering users the flexibility to choose their preferred platform. -## openEO User Defined Processes +## openEO API -An openEO UDP can be developed in any openEO-based environment using existing [openEO tools](https://openeo.org/documentation/1.0/). -APEx can support development activities by providing projects with access to its [Code Server and JupyterLab IDE solutions](../instantiation/index.md). -For testing the UDP, we recommend utilising an APEx-compliant hosting platform. -This ensures platform compatibility and facilitates the deployment of your UDP as an on-demand service. Currently, APEx -as identified the following platforms as compliant with the APEx guidelines: +Algorithms can be offered as services through the openEO API. This API standard enables the execution of processing +workflows on various back-end platforms. The following platforms are currently identified as APEx-compliant for hosting +openEO-based algorithms: * [openEO platform](https://openeo.cloud) * [CDSE openEO federation](https://documentation.dataspace.copernicus.eu/APIs/openEO/federation/openeo_federation.html) -## OGC Earth Observation Application Package (EOAP) processes +### openEO User Defined Processes + +An openEO UDP can be developed in any openEO-based environment using existing [openEO tools](https://openeo.org/documentation/1.0/). +APEx can support development activities by providing projects with access to its [Code Server and JupyterLab IDE solutions](../instantiation/index.md). +For testing the UDP, we recommend utilising an APEx-compliant hosting platform, as provided in the list above. +This ensures platform compatibility and facilitates the deployment of your UDP as an on-demand service. + +## OGC API - Processes + +To offer your algorithm as an on-demand processing service, exposed via an OGC API - Processes standard interface, +the following platforms are compliant with the APEx guidelines: + +* [Geohazards TEP](https://geohazards-tep.eu/) using [EO Application Package](#ogc-earth-observation-application-package-eoap-processes) + +### OGC Earth Observation Application Package (EOAP) processes To develop and test an OGC Earth Observation Application Package, you can use one of the following environments, which include the necessary tools and basic infrastructure to support the development process: @@ -30,12 +42,6 @@ which include the necessary tools and basic infrastructure to support the develo * [APEx Code Server IDE](../instantiation/app_code_server.md) * [APEx JupyterLab IDE](../instantiation/app_jupyterlab.md) -### OGC API - Processes - -To offer your algorithm as an on-demand processing service, exposed via an "OGC API - Processes" standard interface, the following platforms are compliant with the APEx guidelines: - -* [Geohazards TEP](https://geohazards-tep.eu/) - :::{.callout-tip} ## Is Your Platform APEx-Compliant?