Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.0.0-rc.1 #439

Merged
merged 89 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from 88 commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
fd2b906
Update version number in docgen to draft
m-mohr Dec 13, 2021
ffbb927
Add .editorconfig
m-mohr Dec 20, 2021
afc3073
Moved the `text_` processes to proposals as they are lacking implemen…
m-mohr Jan 12, 2022
5aa2da1
Keep GeoJSON (vector) properties #270
m-mohr Jan 12, 2022
d5be1a5
Improve support for labeled arrays in experimental array processes (#…
m-mohr Jan 12, 2022
f12ffb2
`rename_labels`: Clarified that the `LabelsNotEnumerated` exception i…
m-mohr Feb 14, 2022
4dbbb29
Fix typo
m-mohr Feb 15, 2022
a4960c8
Update broken links to file format GDAL codes (#325)
soxofaan Feb 18, 2022
f2218d5
`apply_neighborhood`: Parameter `overlap` was optional but had no def…
m-mohr Feb 22, 2022
d0ce54b
`round`: Clarify that the rounding for ties applies not only for inte…
m-mohr Feb 23, 2022
56b98ae
`apply_neighborhood`: Allow `null` as default value for units. (#328)
m-mohr Feb 25, 2022
26ab5b9
Reverted: Moved the `text_` processes to proposals as they are lackin…
m-mohr Mar 7, 2022
a4704b2
`array_interpolate_linear`: Return value was incorrectly specified as…
m-mohr Mar 8, 2022
e35081a
Combine dimensions and vice-versa #308 (#316)
m-mohr Mar 9, 2022
bdbd6f6
Load/Save ML model #300 (#304)
m-mohr Mar 9, 2022
63e3e9d
Fix broken references to processes, also test for it
m-mohr Mar 9, 2022
e9bbfa1
Processes for Random Forest (#306)
m-mohr Mar 9, 2022
24f3a1a
Improvements for (un)flatten_dimension(s) and aggregate_spatial #336 …
m-mohr Mar 10, 2022
1bb153c
Fine-tune rename_labels #335 (#340)
m-mohr Mar 15, 2022
536508c
Add vector_to_points #313 (#315)
m-mohr Mar 15, 2022
f4d5d03
Add vector_buffer (#314)
m-mohr Mar 15, 2022
e4df864
`array_contains` and `array_find`: Clarify that giving `null` as `val…
m-mohr Mar 16, 2022
e231b39
default for train/validation split in fit_class_random_forest #350
m-mohr Mar 21, 2022
5eea652
fit_class_random_forest: better name for mtry parameter #339
m-mohr Mar 21, 2022
b5c30e7
minor typo in is_valid() (#353)
soxofaan Mar 21, 2022
b81e96b
Clarifications for vector_to_*_points (#352)
m-mohr Mar 23, 2022
7727689
drop training/validation split #354
m-mohr Mar 23, 2022
f440a34
max_variables parameter could additionally be of type string #355
m-mohr Mar 23, 2022
d91d07e
Applied suggestions from code review
m-mohr Mar 23, 2022
26b31c8
Merge pull request #351 from Open-EO/ranfom_forest_fixes
m-mohr Mar 24, 2022
2cfd022
Add missing ML functions to changelog
m-mohr Mar 24, 2022
ca9e310
mask: minor clarification of the dimensions of data and mask argument…
m-mohr Apr 4, 2022
17234ae
is_nodata: Clarify NaN #361 (#362)
m-mohr Apr 19, 2022
ab51285
Migrate examples to openEO community examples repo (#342)
m-mohr Apr 21, 2022
589bfd2
Minor improvement to wording
m-mohr Apr 21, 2022
faf4782
load_ml_model: user uploaded files #367
m-mohr May 2, 2022
98a93af
Fix typos
m-mohr May 18, 2022
144414e
`run_udf`: Allow all data types instead of just objects in the `conte…
m-mohr Jul 19, 2022
31ce48d
Update test dependencies
m-mohr Jul 19, 2022
77df6a0
`load_collection` and `load_result`: Require at least one band if not…
m-mohr Jul 19, 2022
2146802
`count`: Explicitly mention that `false` is not allowed in `condition…
m-mohr Jul 19, 2022
14b33b1
`is_nan`: Fixed issue with return value and clarification #360 (#363)
m-mohr Jul 19, 2022
39f8457
`inspect`: The parameter `message` has been moved to be the second ar…
m-mohr Aug 2, 2022
e0970f8
Added exceptions for empty data cube handling (#370)
m-mohr Aug 2, 2022
fc05527
Add missing cubes category
m-mohr Sep 6, 2022
be14883
Fix wrong parameter reference in apply_neighborhood
m-mohr Sep 9, 2022
2518953
Add `NoDataAvailable` to load_result
m-mohr Oct 6, 2022
5ebe41b
Make climatological_normal future-proof
m-mohr Nov 10, 2022
cc3ac84
Deploy a separate draft branch for 2.0
m-mohr Nov 10, 2022
c9c0e9c
Move linter to @openeo/processes-lint
m-mohr Jan 23, 2023
a5764ed
Migrate to general data cube definition (#382)
m-mohr Jan 30, 2023
b574aa5
apply_neighborhood improvements (#390)
m-mohr Jan 31, 2023
727a24a
Update lint config
m-mohr Jan 31, 2023
edaf3d9
Merge remote-tracking branch 'origin/draft-2.0' into draft
m-mohr Feb 1, 2023
1ef862f
Deprecated PROJ definitions for the CRS are not supported any longer.…
m-mohr Feb 6, 2023
d9e80d4
apply_dimension: Clarification of behavior. #357 (#400)
m-mohr Feb 28, 2023
96e9bc0
Simplify comparison processes (and add date_difference) (#399)
m-mohr Feb 28, 2023
dff0408
Align descriptions in comparison processes #399
m-mohr Feb 28, 2023
db242a8
Improve array_concat examples
m-mohr Feb 28, 2023
4c7ae85
geometries -> geometry
m-mohr Mar 13, 2023
f869138
Update CI
m-mohr Mar 13, 2023
81a4594
Remove ML processes from 2.0.0 (#417)
m-mohr Mar 14, 2023
08cb18d
Implicit resampling for spatial dimensions in mask and merge_cubes + …
m-mohr Mar 14, 2023
dcd3b8a
Change ordering of ties #409
m-mohr Mar 14, 2023
e770ba5
Merge remote-tracking branch 'origin/draft' into draft
m-mohr Mar 14, 2023
c0fb6a5
Add vector_reproject (#403)
m-mohr Mar 14, 2023
6fadb68
Clarify save_result return value (#401)
m-mohr Mar 14, 2023
13bee5f
`array_modify`: Change the default value for `length` from `1` to `0`…
m-mohr Mar 15, 2023
f8f6731
Add apply_polygon #287 (#298)
m-mohr Mar 15, 2023
883bd80
Support for arrays and objects removed from comparisons. #208 (#422)
m-mohr Mar 28, 2023
14c7076
Change proposal status of some processes #301 (#419)
m-mohr Mar 28, 2023
ff00eb7
quantiles: Deprecate q in favor of probabilities #293 (#297)
m-mohr Mar 30, 2023
8cad0b5
Fix description of fit_curve
m-mohr Mar 14, 2023
33b6ca4
Document handling of empty geometries. #404 (#423)
m-mohr Mar 30, 2023
a1f5e73
load_stac and remove job-id subtype #384 (#413)
m-mohr Mar 31, 2023
e251d05
Streamline GeoJSON import #346 (#412)
m-mohr Mar 31, 2023
19d6f02
Remove geojson type from experimental process apply_polygon
m-mohr Mar 31, 2023
4dff343
Improve summary of order process (#424)
soxofaan Mar 31, 2023
01fa2e3
Add load_url (#428)
m-mohr Apr 3, 2023
8d63d0a
Add load_geojson (#427)
m-mohr Apr 3, 2023
21234cb
Finetune aggregate_temporal_period description (#431)
soxofaan Apr 5, 2023
39cb6ba
Clarify temporal intervals #331 (#394)
m-mohr Apr 29, 2023
bab65c2
New definitions for fit_curve and predict_curve (#420)
m-mohr Apr 29, 2023
32ec399
Handle units in vector processes #330 (#436)
m-mohr May 4, 2023
598f4ca
Update version numbers to v2.0.0-rc.1 (#438)
m-mohr May 4, 2023
da81532
Update changelog
m-mohr May 4, 2023
fa2da6c
Small wording improvements from @neteler
m-mohr May 5, 2023
def8aac
Improve wording
m-mohr May 8, 2023
093723a
Update release date
m-mohr May 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org

[*.json]
charset = utf-8
end_of_line = crlf
indent_style = spaces
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ on:
push:
branches:
- draft
- draft-2.0
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Inject env variables
uses: rlespinasse/github-slug-action@v3.x
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v2
node-version: 'lts/*'
- uses: actions/checkout@v3
- run: |
npm install
npm run generate
Expand All @@ -25,7 +26,6 @@ jobs:
run: |
git clone --branch gh-pages https://github.com/Open-EO/openeo-processes.git gh-pages
find gh-pages -maxdepth 1 -type f -delete
rm -rf gh-pages/examples/
rm -rf gh-pages/meta/
rm -rf gh-pages/proposals/
- name: create empty gh-pages folder
Expand All @@ -34,7 +34,7 @@ jobs:
- run: |
cp tests/docs.html index.html
cp tests/processes.json processes.json
rsync -vrm --include='*.json' --include='*.html' --include='examples/***' --include='meta/***' --include='proposals/***' --exclude='*' . gh-pages
rsync -vrm --include='*.json' --include='*.html' --include='meta/***' --include='proposals/***' --exclude='*' . gh-pages
- name: deploy to root (master)
uses: peaceiris/actions-gh-pages@v3
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v2
node-version: 'lts/*'
- uses: actions/checkout@v3
- name: Run tests
run: |
npm install
Expand Down
109 changes: 106 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,108 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased / Draft

## [2.0.0-rc.1] - 2023-05-31

### Added

- New processes in proposal state:
- `date_between`
- `date_difference`
- `filter_vector`
- `flatten_dimensions`
- `load_geojson`
- `load_url`
- `unflatten_dimension`
- `vector_buffer`
- `vector_reproject`
- `vector_to_random_points`
- `vector_to_regular_points`
- `add_dimension`: Added new dimension type `geometry`. [#68](https://github.com/Open-EO/openeo-processes/issues/68)

### Changed

- Moved from proposals to stable processes:
- `array_append`
- `array_concat`
- `array_create`
- `array_interpolate_linear`
- `resample_cube_temporal`
- Added better support for labeled arrays. Labels are not discarded in all cases anymore. Affected processes:
- `array_append`
- `array_concat`
- `array_modify`
- `array_modify`: Change the default value for `length` from `1` to `0`. [#312](https://github.com/Open-EO/openeo-processes/issues/312)
- Renamed `text_merge` to `text_concat` for better alignment with `array_concat` and existing implementations.
- `apply_neighborhood`:
- Allow `null` as default value for units.
- 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)
- `run_udf`: Allow all data types instead of just objects in the `context` parameter. [#376](https://github.com/Open-EO/openeo-processes/issues/376)
- `load_collection` and `load_result`/`load_stac`:
- Require at least one band if not set to `null`. [#372](https://github.com/Open-EO/openeo-processes/issues/372)
- Added a `NoDataAvailable` exception
- `aggregate_temporal`, `filter_temporal`, `load_collection` and `load_result`/`load_stac`:
- 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)
- `24` as the hour is not allowed anymore. [#331](https://github.com/Open-EO/openeo-processes/issues/331)
- `inspect`: The parameter `message` has been moved to be the second argument. [#369](https://github.com/Open-EO/openeo-processes/issues/369)
- `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)
- `save_result`: Added a more concrete `DataCubeEmpty` exception.
- New definition for `aggregate_spatial`:
- Allows more than 3 input dimensions [#126](https://github.com/Open-EO/openeo-processes/issues/126)
- Allow to not export statistics by changing the parameter `target_dimension` [#366](https://github.com/Open-EO/openeo-processes/issues/366)
- Clarify how the resulting vector data cube looks like [#356](https://github.com/Open-EO/openeo-processes/issues/356)
- Renamed `create_raster_cube` to `create_data_cube`. [#68](https://github.com/Open-EO/openeo-processes/issues/68)
- 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)
- `sort` and `order`: The ordering of ties is not defined anymore. [#409](https://github.com/Open-EO/openeo-processes/issues/409)
- `quantiles`: Parameter `probabilities` provided as array must be in ascending order. [#297](https://github.com/Open-EO/openeo-processes/pull/297)
- `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)
- `climatological_normal`: The `climatology_period` parameter accepts an array of integers instead of strings. [#331](https://github.com/Open-EO/openeo-processes/issues/331)

### Deprecated

- `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)

### Removed

- The `examples` folder has been migrated to the [openEO Community Examples](https://github.com/Open-EO/openeo-community-examples/tree/main/processes) repository.
- `between`: Support for temporal comparison. Use `date_between` instead. [#331](https://github.com/Open-EO/openeo-processes/issues/331)
- Deprecated `GeometryCollections` are not supported any longer. [#389](https://github.com/Open-EO/openeo-processes/issues/389)
- Deprecated PROJ definitions for the CRS are not supported any longer.
- `load_result`:
- Renamed to `load_stac`
- 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)
- GeoJSON input is not supported any longer. Use `load_geojson` instead. [#346](https://github.com/Open-EO/openeo-processes/issues/346)
- The comparison processes `eq`, `neq`, `lt`, `lte`, `gt`, `gte` and `array_contains`:
- Removed support for temporal comparison. Instead explicitly use `date_difference`.
- Removed support for the input data types array and object. [#208](https://github.com/Open-EO/openeo-processes/issues/208)
- `sort` and `order`: Removed support for time-only values. [#331](https://github.com/Open-EO/openeo-processes/issues/331)

### Fixed

- `aggregate_spatial`:
- Clarified that feature properties are preserved for vector data cubes and all GeoJSON Features. [#270](https://github.com/Open-EO/openeo-processes/issues/270)
- Clarified that a `TargetDimensionExists` exception is thrown if the target dimension exists.
- `apply` and `array_apply`: Fixed broken references to the `absolute` process
- `apply_dimension`: Clarify the behavior for when a dimension gets 'dropped'. [#357](https://github.com/Open-EO/openeo-processes/issues/357)
- `apply_neighborhood`:
- Parameter `overlap` was optional but had no default value and no schema for the default value defined.
- 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)
- Removed a conflicting statement that dimension labels can be changed. [#385](https://github.com/Open-EO/openeo-processes/issues/385)
- `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)
- `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)
- `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)
- `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)
- `merge_cubes`: Clarified descriptions to better describe when a merge is possible. [#379](https://github.com/Open-EO/openeo-processes/issues/379)
- `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)
- `round`: Clarify that the rounding for ties applies not only for integers. [#326](https://github.com/Open-EO/openeo-processes/issues/326)
- `save_result`: Clarified that the process always returns `true` (and otherwise throws). [#334](https://github.com/Open-EO/openeo-processes/issues/334)
- Handling of empty geometries is clarified throughout the processes. [#404](https://github.com/Open-EO/openeo-processes/issues/404)

## [1.2.0] - 2021-12-13

### Added

- New processes in proposal state
- `apply_polygon`
- `fit_curve`
- `predict_curve`
- `ard_normalized_radar_backscatter` and `sar_backscatter`: Added `options` parameter
Expand All @@ -28,6 +125,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed to `inspect`.
- The log level `error` does not need to stop execution.
- Added proposals for logging several data types to the implementation guide.
- `quantiles`: The parameter `probabilities` also accepts an integer value to compute q-quantiles. [#293](https://github.com/Open-EO/openeo-processes/issues/293)

### Deprecated

- `quantiles`: The parameter `q` has been deprecated in favor of the extended parameter `probabilities`. [#293](https://github.com/Open-EO/openeo-processes/issues/293)

### Removed

Expand Down Expand Up @@ -72,7 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Moved the experimental process `run_udf_externally` to the proposals.
- 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.
- Exception messages have been aligned always use ` instead of '. Tooling could render it with CommonMark.
- `load_collection` and `mask_polygon`: Also support multi polygons instead of just polygons. [#237](https://github.com/Open-EO/openeo-processes/issues/237)
- `load_collection` and `mask_polygon`: Also support multi polygons instead of just polygons. [#237](https://github.com/Open-EO/openeo-processes/issues/237)
- `run_udf` and `run_udf_externally`: Specify specific (extensible) protocols for UDF URIs.
- `resample_cube_spatial` and `resample_spatial`: Aligned with GDAL and added `rms` and `sum` options to methods. Also added better descriptions.
- `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)
Expand Down Expand Up @@ -127,7 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- `any` and `all`: Renamed parameter `values` to `data`. [#147](https://github.com/Open-EO/openeo-processes/issues/147)
- `load_collection`: Parameter `properties` has subtype `metdata-filter`.
- `load_collection`: Parameter `properties` has subtype `metadata-filter`.
- 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)
- Some processes were assigned to different categories.

Expand Down Expand Up @@ -263,7 +365,8 @@ First version which is separated from the openEO API. Complete rework of all pro
Older versions of the processes were released as part of the openEO API, see the corresponding changelog for more information.


[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/1.2.0...HEAD>
[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/2.0.0-rc.1...HEAD>
[2.0.0-rc.1]: <https://github.com/Open-EO/openeo-processes/compare/1.2.0...2.0.0-rc.1>
[1.2.0]: <https://github.com/Open-EO/openeo-processes/compare/1.1.0...1.2.0>
[1.1.0]: <https://github.com/Open-EO/openeo-processes/compare/1.0.0...1.1.0>
[1.0.0]: <https://github.com/Open-EO/openeo-processes/compare/1.0.0-rc.1...1.0.0>
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ openEO develops interoperable processes for big Earth observation cloud processi

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.

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.
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.

| Version / Branch | Status | openEO API versions |
| ------------------------------------------------------------ | ------------------------- | ------------------- |
| [unreleased / draft](https://processes.openeo.org/draft) | in development | 1.x.x |
| [**1.2.0** / master](https://processes.openeo.org/1.2.0/) | **latest stable version** | 1.x.x |
| [**2.0.0 RC1** / master](https://processes.openeo.org/2.0.0-rc.1/) | **upcoming version (RC)** | 1.x.x |
| [1.2.0](https://processes.openeo.org/1.2.0/) | **latest stable version** | 1.x.x |
| [1.1.0](https://processes.openeo.org/1.1.0/) | legacy version | 1.x.x |
| [1.0.0](https://processes.openeo.org/1.0.0/) | legacy version | 1.x.x |
| [1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/) | legacy version | 1.x.x |
Expand All @@ -29,11 +30,11 @@ See also the [changelog](CHANGELOG.md) for the changes between versions and the

This repository contains a set of files formally describing the openEO Processes:

* 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.
* 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.
* 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.
* [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.
* [subtype-schemas.json](meta/subtype-schemas.json) in the `meta` folder defines common data types (`subtype`s) for JSON Schema used in openEO processes.
* The [`examples`](examples/) folder contains some useful examples that the processes link to. All of these are non-binding additions.
* 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.
* 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.

## Process
Expand Down
9 changes: 5 additions & 4 deletions add_dimension.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": "A data cube to add the dimension to.",
"schema": {
"type": "object",
"subtype": "raster-cube"
"subtype": "datacube"
}
},
{
Expand Down Expand Up @@ -39,9 +39,10 @@
"schema": {
"type": "string",
"enum": [
"bands",
"geometry",
"spatial",
"temporal",
"bands",
"other"
]
},
Expand All @@ -53,12 +54,12 @@
"description": "The data cube with a newly added dimension. The new dimension has exactly one dimension label. All other dimensions remain unchanged.",
"schema": {
"type": "object",
"subtype": "raster-cube"
"subtype": "datacube"
}
},
"exceptions": {
"DimensionExists": {
"message": "A dimension with the specified name already exists."
}
}
}
}
Loading