Skip to content

Commit

Permalink
Combine band name and common band name, see Open-EO/openeo-processes#77
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 13, 2019
1 parent 7676ac2 commit fca0d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The default type for Process Graph Variables is not `string`, but no specific (any) data type. Default values can be of any type.
- Official support for [CommonMark 0.29 instead of CommonMark 0.28](https://spec.commonmark.org/0.29/changes.html). [#203](https://github.com/Open-EO/openeo-api/issues/203)
- The parameter `user_id ` has been removed from the endpoints to manage user files (`/files/{user_id}`). [#218](https://github.com/Open-EO/openeo-api/issues/218)
- Schema subtype `band-name` allows common band names, too. [Processes#77]( https://github.com/Open-EO/openeo-processes/issues/77)
- `GET /`: Property `links` is required.
- `GET /processes`:
- Default values are now specified on the parameter-level, not in the JSON schemas.
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ tags:
| Subtype | Data type | Description |
| ------------------------- | --------- | ----------- |
| `band-name` | string | A band name available in the data cube. |
| `band-name` | string | Either a unique band name (metadata field `name`) or a [common band name](https://github.com/radiantearth/stac-spec/tree/master/extensions/eo#common-band-names) (metadata field `common_name`) available in the data cube. If unique band name and common name conflict, the unique band name has higher priority. |
| `bounding-box` | object | A bounding box with the required fields `west`, `south`, `east`, `north` and optionally `base`, `height`, `crs`. The `crs` is a EPSG code, a WKT2:2018 string, PROJJSON or a PROJ definition (deprecated). |
| `collection-id` | string | A collection id from the list of supported collections. Pattern: `^[A-Za-z0-9_\-\.~/]+$` |
| `date` | string | Date only representation, as defined for `full-date` by [RFC 3339 in section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6). The time zone is UTC. |
Expand Down

0 comments on commit fca0d6d

Please sign in to comment.