Skip to content

Commit f7b765b

Browse files
committed
Clarify where UDPs can come from
1 parent e9ed2bb commit f7b765b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

extensions/processing-parameters/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ Extensions can not change or break existing behavior of the openEO API.
1313
This extension adds a new endpoint (`GET /processing_parameters`, see [OpenAPI document](openapi.yaml))
1414
to discover the additional processing parameters that a back-end offers.
1515

16-
Additionally, this extension allows to provide specific default values for user-defined processes (UDPs, see below).
16+
Additionally, this extension allows to provide specific default values for user-defined processes (UDPs),
17+
which includes:
1718

18-
In both cases, the parameters and its values are provided separately for each processing mode.
19+
- UDPs submitted directly for synchronouzs processing, as batch jobs, or as secondary webservices
20+
- UDPs stored through the `/process_graphs` endpoints
21+
- UDPs stored external to the API and retrieved through the [Remote Process Definition Extension](../remote-process-definition/README.md)
22+
23+
The parameters and its values are provided separately for each processing mode.
1924

2025
## Processing Parameters in UDPs
2126

extensions/remote-process-definition/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ This extension enables user to load user-defined processes that are hosted exter
1313
The openEO API defines the `namespace` property in a process node of a process graph as follows:
1414

1515
> The following options are predefined by the openEO API, but additional namespaces may be introduced by back-ends or in a future version of the API.
16-
> * `null` [...]
17-
> * `backend` [...]
18-
> * `user` [...]
16+
>
17+
> - `null` [...]
18+
> - `backend` [...]
19+
> - `user` [...]
1920
2021
This makes it possible for this extension to add additional allowed values to the `namespace` property.
2122

0 commit comments

Comments
 (0)