Skip to content

Commit 777fa7c

Browse files
committed
Rename Remote UDP extension #540
1 parent caef6e4 commit 777fa7c

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010

1111
- **New extensions:**
12-
- [Remote UDP Extension](./extensions/remote-udp/README.md)
12+
- [Remote Process Definition Extension](./extensions/remote-process-definition/README.md)
1313

1414
### Fixed
1515

@@ -24,8 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
### Added
2525

2626
- **New extensions:**
27-
- [Commercial Data Extension](./extensions/commercial-data/README.md)
28-
- [Federation Extension](./extensions/federation/README.md)
27+
- [Commercial Data Extension](./extensions/commercial-data/README.md)
28+
- [Federation Extension](./extensions/federation/README.md)
2929
- `GET /`: New Relation types: [#404](https://github.com/Open-EO/openeo-api/issues/404)
3030
- `create-form` to link to the registration page
3131
- `recovery-form` to link to the credentials recovery page.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ See also the [changelog](CHANGELOG.md) and the [milestones](https://github.com/O
2929

3030
## Extensions
3131

32-
| Name | Version | Stability | Description |
33-
| ---------------------------------------------- | ------- | ------------ | ----------- |
34-
| [Commercial Data](extensions/commercial-data/) | 0.1.0 | experimental | Provides an interface for discovering, ordering and using commercial data. |
35-
| [Federation](extensions/federation/) | 0.1.0 | experimental | Covers federation aspects, i.e. where multiple back-ends are exposed as a single API. |
36-
| [Remote UDP](extensions/remote-udp/) | 0.1.0 | experimental | Load user-defined processes that are hosted externally through the process namespace into process graphs. |
32+
| Name | Version | Stability | Description |
33+
| ------------------------------------------------------------------ | ------- | ------------ | ----------- |
34+
| [Commercial Data](extensions/commercial-data/) | 0.1.0 | experimental | Provides an interface for discovering, ordering and using commercial data. |
35+
| [Federation](extensions/federation/) | 0.1.0 | experimental | Covers federation aspects, i.e. where multiple back-ends are exposed as a single API. |
36+
| [Remote Process Definition](extensions/remote-process-definition/) | 0.1.0 | experimental | Load user-defined processes that are hosted externally through the process namespace into process graphs. |
3737

3838
## Repository
3939

@@ -44,7 +44,7 @@ This repository contains a set of files formally describing the openEO API, each
4444
* The [assets](assets/) folder contains some useful additional files such as examples or schemas. All of these are non-binding additions. The source of truth are the top-level specification files.
4545
* The [extensions](extensions/) folder contains extensions to the openEO API.
4646

47-
# Development
47+
## Development
4848

4949
The `draft` branch is the latest version and is the one to create Pull Requests against.
5050

extensions/remote-udp/README.md renamed to extensions/remote-process-definition/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# Remote UDP Extension
1+
# Remote Process Definition Extension
22

33
The openEO API is a specification for interoperable cloud-based processing of large Earth observation datasets.
44

55
This extension enables user to load user-defined processes that are hosted external to the openEO API (e.g., GitHub or cloud storage) through the process namespace into process graphs.
66

77
- Version: **0.1.0**
88
- Stability: **experimental**
9-
- Conformance class: `https://api.openeo.org/extensions/remote-udp/0.1.0`
9+
- Conformance class: `https://api.openeo.org/extensions/remote-process-definition/0.1.0`
1010

1111
## Justification
1212

1313
The openEO API defines the `namespace` property in a process node of a process graph as follows:
14-
> 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.
14+
15+
> 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.
1516
> * `null` [...]
1617
> * `backend` [...]
1718
> * `user` [...]

0 commit comments

Comments
 (0)