Skip to content

Commit 5250ebb

Browse files
committed
Merge remote-tracking branch 'origin/0.4.0'
2 parents fadbe5d + c02c72b commit 5250ebb

File tree

5 files changed

+14
-37
lines changed

5 files changed

+14
-37
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5555
- Numeric openEO error codes. Replaced in responses with textual error codes. [#139](https://github.com/Open-EO/openeo-api/issues/139)
5656
- Query parameters to replace process graph variables in `GET /process_graphs/{process_graph_id}`. [#147](https://github.com/Open-EO/openeo-api/issues/147)
5757
- `min_parameters` and `dependencies` for parameters in process descriptions returned by `GET /processes`.
58-
- Replaced output format properties in favor of an export process, which has resulted in in the removal of:
58+
- Replaced output format properties in favor of a `save_result` process, which has resulted in in the removal of:
5959
- The default output format in `GET /output_formats`. [#153](https://github.com/Open-EO/openeo-api/issues/153)
6060
- The output format properties in `POST /result` (fka `POST /preview`), `POST /jobs`, `PATCH /jobs` and `GET /jobs/{job_id}` requests. [#153](https://github.com/Open-EO/openeo-api/issues/153)
6161
- `gis_data_type` (not to be confused with `gis_data_types`) in the parameters of output formats in `GET /output_formats`

docs/examples-poc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ Compute time series of zonal (regional) statistics of Sentinel 2 imagery over us
340340
}
341341
}
342342
},
343-
"export1": {
344-
"process_id": "export",
343+
"savere1": {
344+
"process_id": "save_result",
345345
"arguments": {
346346
"data": {"from_node": "aggreg1"},
347347
"format": "JSON"

docs/img/pg-example.png

228 Bytes
Loading

docs/processgraphs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ The process graph representing the algorithm:
233233
}
234234
}
235235
},
236-
"export": {
237-
"process_id": "export",
236+
"save": {
237+
"process_id": "save_result",
238238
"arguments": {
239239
"data": {"from_node": "mintime"},
240240
"format": "GTiff"

openapi.json

+9-32
Original file line numberDiff line numberDiff line change
@@ -3710,7 +3710,7 @@
37103710
"description": "Not required, but **STRONGLY RECOMMENDED**! The name commonly used to refer to the band to make it easier to search for bands across instruments. See the \"[Common Band Names](https://github.com/radiantearth/stac-spec/tree/master/extensions/eo#common-band-names)\" for a list of accepted common names."
37113711
},
37123712
"description": {
3713-
"$ref": "#/components/schemas/description"
3713+
"$ref": "#/components/schemas/collection_band_description"
37143714
},
37153715
"gsd": {
37163716
"type": "number",
@@ -3727,32 +3727,6 @@
37273727
"full_width_half_max": {
37283728
"type": "number",
37293729
"description": "Full width at half maximum (FWHM) is a common way to describe the size of a spectral band. It is the width, in micrometers (μm), of the bandpass measured at a half of the maximum transmission. Thus, if the maximum transmission of the bandpass was 80%, the FWHM is measured as the width of the bandpass at 40% transmission."
3730-
},
3731-
"offset": {
3732-
"description": "Offset to convert band values to the actual measurement scale.",
3733-
"type": "number",
3734-
"default": 0
3735-
},
3736-
"scale": {
3737-
"description": "Scale to convert band values to the actual measurement scale.",
3738-
"type": "number",
3739-
"default": 1
3740-
},
3741-
"unit": {
3742-
"description": "The unit of measurement for the data, specified as [OGC URN](http://www.opengis.net/def/uom/).",
3743-
"type": "string",
3744-
"format": "url"
3745-
},
3746-
"nodata": {
3747-
"description": "Specific values representing no data.",
3748-
"type": "array",
3749-
"items": {
3750-
"type": "number"
3751-
}
3752-
},
3753-
"periodicity": {
3754-
"description": "Periodictity of the measurements, preferably specified using ISO 8601.",
3755-
"type": "string"
37563730
}
37573731
}
37583732
}
@@ -3837,9 +3811,8 @@
38373811
"description": "The name of the band.",
38383812
"type": "string"
38393813
},
3840-
"common_name": {
3841-
"description": "Description to fully explain the band, should include processing information.\n\n[CommonMark 0.28](http://commonmark.org/) syntax MAY be used for rich text representation.",
3842-
"type": "string"
3814+
"description": {
3815+
"$ref": "#/components/schemas/collection_band_description"
38433816
},
38443817
"data_type": {
38453818
"description": "Specifies the type of the data contained in the band, for example `amplitude`, `intensity`, `phase`, `angle`, `sigma0`, `gamma0`.",
@@ -4450,8 +4423,8 @@
44504423
}
44514424
}
44524425
},
4453-
"export": {
4454-
"process_id": "export",
4426+
"save": {
4427+
"process_id": "save_result",
44554428
"arguments": {
44564429
"data": {
44574430
"from_node": "mintime"
@@ -4715,6 +4688,10 @@
47154688
"description": "Detailed multi-line description to fully explain the collection.\n\n[CommonMark 0.28](http://commonmark.org/) syntax MAY be used for rich text representation.",
47164689
"type": "string"
47174690
},
4691+
"collection_band_description": {
4692+
"description": "Description to fully explain the band, should include processing information.\n\n[CommonMark 0.28](http://commonmark.org/) syntax MAY be used for rich text representation.",
4693+
"type": "string"
4694+
},
47184695
"service_type": {
47194696
"description": "Definintion of the service type to access result data. All available service types can be retrieved via `GET /service_types`. Service types MUST be accepted *case insensitive*.",
47204697
"type": "string",

0 commit comments

Comments
 (0)