Skip to content

Commit e63c0f2

Browse files
authored
Merge pull request #158 from HerveCaumont/separated_app_pages
entries in _quarto.yml file
2 parents 26d9fba + 42f3566 commit e63c0f2

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

_quarto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ website:
4040
- href: instantiation/accessibility.md
4141
- href: instantiation/geospatial_explorer.md
4242
- href: instantiation/project_portal.md
43-
- href: instantiation/user_workspace.md
44-
- href: instantiation/ide.md
43+
- href: instantiation/app_code_server.md
44+
- href: instantiation/app_jupyterlab.md
45+
- href: instantiation/app_qgis.md
4546
- href: instantiation/catalog.qmd
4647
- href: instantiation/documentation.qmd
4748
- href: instantiation/forum.md

eo_service_usage/openeo_usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: openEO based services
33
---
44

5-
APEx services that follow the [openEO](https://openeo.org/) standard are implemented as openEO processes.
5+
Context: use of APEx services that expose the [openEO](https://openeo.org/) interface standard, when implemented as openEO processes.
66

77

8-
Services can be executed through the tools that are provided by the different processing platforms.
9-
For OpenEO based services, there is an online user interface, web editor, Client Libraries (JavaScript, Python, R) and API.
8+
In general, services can be executed through the tools that are provided by the APEx supported platforms ("processing platforms" hereafter).
9+
For OpenEO based services, this is supported by an online user interface, web editor, Client Libraries (JavaScript, Python, R) and API.
1010

11-
There are several ways to discover how a service can be executed. When publishing a service on the APEx, a service provider can choose to provide the following information in the service details:
11+
There are several ways to discover how a service can be executed. When publishing a service on the APEx Algorithm Services Catalogue, a service provider can choose to provide the following information in the service details:
1212

1313
* An executable link which redirects the user to the user interface of the processing platform. If this is the case, an **Access app** button will appear when opening an EOplaza service.
1414
* Sample code in the service description on how to execute a service.

propagation/platforms.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ as identified the following platforms as compliant with the APEx guidelines:
2121
* [openEO platform](https://openeo.cloud)
2222
* [CDSE openEO federation](https://documentation.dataspace.copernicus.eu/APIs/openEO/federation/openeo_federation.html)
2323

24-
## OGC Processes/Application Package
24+
## OGC Earth Observation Application Package (EOAP) processes
2525

26-
To develop and test an OGC Application Package, you can use one of the following environments, which include the necessary
27-
tools and basic infrastructure to support the development process:
26+
To develop and test an OGC Earth Observation Application Package, you can use one of the following environments,
27+
which include the necessary tools and basic infrastructure to support the development process:
2828

2929
* [ELLIP Studio](https://ellip.terradue.com/)
3030
* [APEx Code Server IDE](../instantiation/app_code_server.md)
3131
* [APEx JupyterLab IDE](../instantiation/app_jupyterlab.md)
3232

33-
To offer your algorithm as an OGC API Process, APEx has identified the following platforms as compliant with the APEx guidelines:
33+
### OGC API - Processes
34+
35+
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:
3436

3537
* [Geohazards TEP](https://geohazards-tep.eu/)
3638

0 commit comments

Comments
 (0)