You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+106-3Lines changed: 106 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,108 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased / Draft
8
8
9
+
## [2.0.0-rc.1] - 2023-05-25
10
+
11
+
### Added
12
+
13
+
- New processes in proposal state:
14
+
-`date_between`
15
+
-`date_difference`
16
+
-`filter_vector`
17
+
-`flatten_dimensions`
18
+
-`load_geojson`
19
+
-`load_url`
20
+
-`unflatten_dimension`
21
+
-`vector_buffer`
22
+
-`vector_reproject`
23
+
-`vector_to_random_points`
24
+
-`vector_to_regular_points`
25
+
-`add_dimension`: Added new dimension type `geometry`. [#68](https://github.com/Open-EO/openeo-processes/issues/68)
26
+
27
+
### Changed
28
+
29
+
- Moved from proposals to stable processes:
30
+
-`array_append`
31
+
-`array_concat`
32
+
-`array_create`
33
+
-`array_interpolate_linear`
34
+
-`resample_cube_temporal`
35
+
- Added better support for labeled arrays. Labels are not discarded in all cases anymore. Affected processes:
36
+
-`array_append`
37
+
-`array_concat`
38
+
-`array_modify`
39
+
-`array_modify`: Change the default value for `length` from `1` to `0`. [#312](https://github.com/Open-EO/openeo-processes/issues/312)
40
+
- Renamed `text_merge` to `text_concat` for better alignment with `array_concat` and existing implementations.
41
+
-`apply_neighborhood`:
42
+
- Allow `null` as default value for units.
43
+
- Input and Output for the `process` can either be data cubes or arrays (if one-dimensional). [#387](https://github.com/Open-EO/openeo-processes/issues/387)
44
+
-`run_udf`: Allow all data types instead of just objects in the `context` parameter. [#376](https://github.com/Open-EO/openeo-processes/issues/376)
45
+
-`load_collection` and `load_result`/`load_stac`:
46
+
- Require at least one band if not set to `null`. [#372](https://github.com/Open-EO/openeo-processes/issues/372)
47
+
- Added a `NoDataAvailable` exception
48
+
-`aggregate_temporal`, `filter_temporal`, `load_collection` and `load_result`/`load_stac`:
49
+
- The temporal intervals must always be non-empty, i.e. the second instance in time must be after the first instance in time. [#331](https://github.com/Open-EO/openeo-processes/issues/331)
50
+
-`24` as the hour is not allowed anymore. [#331](https://github.com/Open-EO/openeo-processes/issues/331)
51
+
-`inspect`: The parameter `message` has been moved to be the second argument. [#369](https://github.com/Open-EO/openeo-processes/issues/369)
52
+
-`mask` and `merge_cubes`: The spatial dimensions `x` and `y` can now be resampled implicitly instead of throwing an error. [#402](https://github.com/Open-EO/openeo-processes/issues/402)
53
+
-`save_result`: Added a more concrete `DataCubeEmpty` exception.
54
+
- New definition for `aggregate_spatial`:
55
+
- Allows more than 3 input dimensions [#126](https://github.com/Open-EO/openeo-processes/issues/126)
56
+
- Allow to not export statistics by changing the parameter `target_dimension`[#366](https://github.com/Open-EO/openeo-processes/issues/366)
57
+
- Clarify how the resulting vector data cube looks like [#356](https://github.com/Open-EO/openeo-processes/issues/356)
58
+
- Renamed `create_raster_cube` to `create_data_cube`. [#68](https://github.com/Open-EO/openeo-processes/issues/68)
59
+
- Updated the processes based on the subtypes `raster-cube` or `vector-cube` to work with the subtype `datacube` instead. [#68](https://github.com/Open-EO/openeo-processes/issues/68)
60
+
-`sort` and `order`: The ordering of ties is not defined anymore. [#409](https://github.com/Open-EO/openeo-processes/issues/409)
61
+
-`quantiles`: Parameter `probabilities` provided as array must be in ascending order. [#297](https://github.com/Open-EO/openeo-processes/pull/297)
62
+
-`fit_curve` and `predict_curve`: Heavily modified specifications. `fit_curve` works on arrays instead of data cubes, `predict_curve` doesn't support gap filling anymore, clarify no-data handling, ... [#425](https://github.com/Open-EO/openeo-processes/issues/425)
63
+
-`climatological_normal`: The `climatology_period` parameter accepts an array of integers instead of strings. [#331](https://github.com/Open-EO/openeo-processes/issues/331)
64
+
65
+
### Deprecated
66
+
67
+
-`aggregate_spatial`, `filter_spatial`, `load_collection`, `mask_polygon`: GeoJSON input is deprecated in favor of `load_geojson`. [#346](https://github.com/Open-EO/openeo-processes/issues/346)
68
+
69
+
### Removed
70
+
71
+
- The `examples` folder has been migrated to the [openEO Community Examples](https://github.com/Open-EO/openeo-community-examples/tree/main/processes) repository.
72
+
-`between`: Support for temporal comparison. Use `date_between` instead. [#331](https://github.com/Open-EO/openeo-processes/issues/331)
73
+
- Deprecated `GeometryCollections` are not supported any longer. [#389](https://github.com/Open-EO/openeo-processes/issues/389)
74
+
- Deprecated PROJ definitions for the CRS are not supported any longer.
75
+
-`load_result`:
76
+
- Renamed to `load_stac`
77
+
- The subtype `job-id` was removed in favor of providing a URL. [#322](https://github.com/Open-EO/openeo-processes/issues/322), [#377](https://github.com/Open-EO/openeo-processes/issues/377), [#384](https://github.com/Open-EO/openeo-processes/issues/384)
78
+
- GeoJSON input is not supported any longer. Use `load_geojson` instead. [#346](https://github.com/Open-EO/openeo-processes/issues/346)
79
+
- The comparison processes `eq`, `neq`, `lt`, `lte`, `gt`, `gte` and `array_contains`:
80
+
- Removed support for temporal comparison. Instead explicitly use `date_difference`.
81
+
- Removed support for the input data types array and object. [#208](https://github.com/Open-EO/openeo-processes/issues/208)
82
+
-`sort` and `order`: Removed support for time-only values. [#331](https://github.com/Open-EO/openeo-processes/issues/331)
83
+
84
+
### Fixed
85
+
86
+
-`aggregate_spatial`:
87
+
- Clarified that feature properties are preserved for vector data cubes and all GeoJSON Features. [#270](https://github.com/Open-EO/openeo-processes/issues/270)
88
+
- Clarified that a `TargetDimensionExists` exception is thrown if the target dimension exists.
89
+
-`apply` and `array_apply`: Fixed broken references to the `absolute` process
90
+
-`apply_dimension`: Clarify the behavior for when a dimension gets 'dropped'. [#357](https://github.com/Open-EO/openeo-processes/issues/357)
91
+
-`apply_neighborhood`:
92
+
- Parameter `overlap` was optional but had no default value and no schema for the default value defined.
93
+
- Clarified that the overlap must be included in the returned data cube but value changes are ignored. [#386](https://github.com/Open-EO/openeo-processes/issues/386)
94
+
- Removed a conflicting statement that dimension labels can be changed. [#385](https://github.com/Open-EO/openeo-processes/issues/385)
95
+
-`array_contains` and `array_find`: Clarify that giving `null` as `value` always returns `false` or `null` respectively, also fixed the incorrect examples. [#348](https://github.com/Open-EO/openeo-processes/issues/348)
96
+
-`array_interpolate_linear`: Return value was incorrectly specified as `number` or `null`. It must return an array instead. [#333](https://github.com/Open-EO/openeo-processes/issues/333)
97
+
-`is_nan`: Fixed a wrong description of the return value and simplified/clarified the process descriptions overall. [#360](https://github.com/Open-EO/openeo-processes/issues/360)
98
+
-`is_nodata`: Clarified that `NaN` can be considered as a no-data value only if it is explicitly specified as no-data value. [#361](https://github.com/Open-EO/openeo-processes/issues/361)
99
+
-`merge_cubes`: Clarified descriptions to better describe when a merge is possible. [#379](https://github.com/Open-EO/openeo-processes/issues/379)
100
+
-`rename_labels`: Clarified that the `LabelsNotEnumerated` exception is thrown if `source` is empty instead of if `target` is empty. [#321](https://github.com/Open-EO/openeo-processes/issues/321)
101
+
-`round`: Clarify that the rounding for ties applies not only for integers. [#326](https://github.com/Open-EO/openeo-processes/issues/326)
102
+
-`save_result`: Clarified that the process always returns `true` (and otherwise throws). [#334](https://github.com/Open-EO/openeo-processes/issues/334)
103
+
- Handling of empty geometries is clarified throughout the processes. [#404](https://github.com/Open-EO/openeo-processes/issues/404)
104
+
9
105
## [1.2.0] - 2021-12-13
10
106
11
107
### Added
12
108
13
109
- New processes in proposal state
110
+
-`apply_polygon`
14
111
-`fit_curve`
15
112
-`predict_curve`
16
113
-`ard_normalized_radar_backscatter` and `sar_backscatter`: Added `options` parameter
@@ -28,6 +125,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
125
- Renamed to `inspect`.
29
126
- The log level `error` does not need to stop execution.
30
127
- Added proposals for logging several data types to the implementation guide.
128
+
-`quantiles`: The parameter `probabilities` also accepts an integer value to compute q-quantiles. [#293](https://github.com/Open-EO/openeo-processes/issues/293)
129
+
130
+
### Deprecated
131
+
132
+
-`quantiles`: The parameter `q` has been deprecated in favor of the extended parameter `probabilities`. [#293](https://github.com/Open-EO/openeo-processes/issues/293)
31
133
32
134
### Removed
33
135
@@ -72,7 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
174
- Moved the experimental process `run_udf_externally` to the proposals.
73
175
- Moved the rarely used and implemented processes `cummax`, `cummin`, `cumproduct`, `cumsum`, `debug`, `filter_labels`, `load_result`, `load_uploaded_files`, `resample_cube_temporal` to the proposals.
74
176
- Exception messages have been aligned always use ` instead of '. Tooling could render it with CommonMark.
75
-
-`load_collection` and `mask_polygon`:Also support multi polygons instead of just polygons. [#237](https://github.com/Open-EO/openeo-processes/issues/237)
177
+
-`load_collection` and `mask_polygon`:Also support multi polygons instead of just polygons. [#237](https://github.com/Open-EO/openeo-processes/issues/237)
76
178
-`run_udf` and `run_udf_externally`: Specify specific (extensible) protocols for UDF URIs.
77
179
-`resample_cube_spatial` and `resample_spatial`: Aligned with GDAL and added `rms` and `sum` options to methods. Also added better descriptions.
78
180
-`resample_cube_temporal`: Process has been simplified and only offers the nearest neighbor method now. The `process` parameter has been removed, the `dimension` parameter was made less restrictive, the parameter `valid_within` was added. [#194](https://github.com/Open-EO/openeo-processes/issues/194)
@@ -127,7 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127
229
128
230
### Changed
129
231
-`any` and `all`: Renamed parameter `values` to `data`. [#147](https://github.com/Open-EO/openeo-processes/issues/147)
130
-
-`load_collection`: Parameter `properties` has subtype `metdata-filter`.
232
+
-`load_collection`: Parameter `properties` has subtype `metadata-filter`.
131
233
- Examples adapted to latest API version for `aggregate_temporal`, `array_contains`, `array_find`, `filter_labels`, `load_collection` and `rename_labels`. [#136](https://github.com/Open-EO/openeo-processes/issues/136), [API#285](https://github.com/Open-EO/openeo-api/issues/285)
132
234
- Some processes were assigned to different categories.
133
235
@@ -263,7 +365,8 @@ First version which is separated from the openEO API. Complete rework of all pro
263
365
Older versions of the processes were released as part of the openEO API, see the corresponding changelog for more information.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ openEO develops interoperable processes for big Earth observation cloud processi
8
8
9
9
The [master branch](https://github.com/Open-EO/openeo-processes/tree/master) is the 'stable' version of the openEO processes specification. An exception is the [`proposals`](proposals/) folder, which provides experimental new processes currently under discussion. They may still change, but everyone is encouraged to implement them and give feedback.
10
10
11
-
The latest release is version **1.2.0**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
11
+
The latest release is version **2.0.0-rc.1**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
12
12
13
13
| Version / Branch | Status | openEO API versions |
|[1.1.0](https://processes.openeo.org/1.1.0/)| legacy version | 1.x.x |
18
19
|[1.0.0](https://processes.openeo.org/1.0.0/)| legacy version | 1.x.x |
19
20
|[1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/)| legacy version | 1.x.x |
@@ -29,11 +30,11 @@ See also the [changelog](CHANGELOG.md) for the changes between versions and the
29
30
30
31
This repository contains a set of files formally describing the openEO Processes:
31
32
32
-
* The `*.json` files provide stable process specifications as defined by openEO. Stable processes need at least two implementations and a use-case example added to the [`examples`](examples/) folder*or* consensus from the openEO PSC.
33
+
* The `*.json` files provide stable process specifications as defined by openEO. Stable processes need at least two implementations and a use-case example added to the [openEO Community Examples](https://github.com/Open-EO/openeo-community-examples) repository*or* consensus from the openEO PSC.
33
34
* The `*.json` files in the [`proposals`](proposals/) folder provide proposed new process specifications that are still experimental and subject to change, including breaking changes. Everyone is encouraged to base their work on the proposals and give feedback so that eventually the processes evolve into stable process specifications.
34
35
*[implementation.md](meta/implementation.md) in the `meta` folder provide some additional implementation details for back-ends. For back-end implementors, it's highly recommended to read them.
35
36
*[subtype-schemas.json](meta/subtype-schemas.json) in the `meta` folder defines common data types (`subtype`s) for JSON Schema used in openEO processes.
36
-
*The [`examples`](examples/) folder contains some useful examples that the processes link to. All of these are non-binding additions.
37
+
*Previously, an `examples` folder contained examples of user-defined processes. These have been migrated to the [openEO Community Examples](https://github.com/Open-EO/openeo-community-examples/tree/main/processes) repository.
37
38
* The [`tests`](tests/) folder can be used to test the process specification for validity and consistent "style". It also allows rendering the processes in a web browser. Check the [tests documentation](tests/README.md) for details.
Copy file name to clipboardExpand all lines: add_dimension.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
"description": "A data cube to add the dimension to.",
12
12
"schema": {
13
13
"type": "object",
14
-
"subtype": "raster-cube"
14
+
"subtype": "datacube"
15
15
}
16
16
},
17
17
{
@@ -39,9 +39,10 @@
39
39
"schema": {
40
40
"type": "string",
41
41
"enum": [
42
+
"bands",
43
+
"geometry",
42
44
"spatial",
43
45
"temporal",
44
-
"bands",
45
46
"other"
46
47
]
47
48
},
@@ -53,12 +54,12 @@
53
54
"description": "The data cube with a newly added dimension. The new dimension has exactly one dimension label. All other dimensions remain unchanged.",
54
55
"schema": {
55
56
"type": "object",
56
-
"subtype": "raster-cube"
57
+
"subtype": "datacube"
57
58
}
58
59
},
59
60
"exceptions": {
60
61
"DimensionExists": {
61
62
"message": "A dimension with the specified name already exists."
0 commit comments