-
Notifications
You must be signed in to change notification settings - Fork 25
Release v2.0.0-rc.2 #563
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
Open
m-mohr
wants to merge
46
commits into
master
Choose a base branch
from
draft
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release v2.0.0-rc.2 #563
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…other processes. Default to numerical index instead of string. (#478)
* `filter_spatial`: Clarified that a masking get applied for the given geometries. #469 * `filter_bbox`: Clarified that the bounding box is reprojected to the CRS of the spatial data cube dimensions if required. --------- Co-authored-by: Stefaan Lippens <[email protected]>
* divide, ln, log, mod: Clarified behavior for 0 input / infinity results * Trigonometric functions: Clarified that NaN is returned outside of their defined ranges and the output value range for some processes * Clarified for various mathematical functions the defined input and output ranges. Mention that `NaN` is returned outside of the defined input range where possible. * Remove NaN
…tion in temporal aggregations
* Add `export_collection`, `export_workspace`, `stac_update`; `save_results` returns the STAC resource instead of boolean `true` Open-EO/openeo-api#376 * Update stac_update/modify * Added details about STAC support. * Update meta/implementation.md Co-authored-by: Matthias Mohr <[email protected]> --------- Co-authored-by: Michele Claus <[email protected]>
…gn better with the other reducers #522
* Implementation guidelines for EOAP #507
…e not applied automatically when loading the data. #503
This reverts commit 2dc8aec.
…eometry`, not `geometries`
* `load_stac`: Clarify handling of the `properties` parameter in the context of STAC APIs and static catalogs. #536 * Add exception
* Add text_position * Updates according to review * Update CHANGELOG.md Co-authored-by: Stefaan Lippens <[email protected]> --------- Co-authored-by: Stefaan Lippens <[email protected]>
* `add_dimension`: Clarified that type spatial always adds a spatial dimension for the `z` axis.
* `load_uploaded_files` and `run_udf`: Clarify handling of file paths and added `FileNotFound` exception. #461 Clarify workspace naming: user file workspace and cloud workspace. * Apply suggestions from code review Co-authored-by: Stefaan Lippens <[email protected]> * Update proposals/load_uploaded_files.json --------- Co-authored-by: Stefaan Lippens <[email protected]>
* Add first tests from process examples * Add tests and docs * Add more tests * More tests, clean-up * Tests for arrays * Remove optional tests in favor of returns or throws * EditorConfig + fix invalid files * Add id and experimental flag to test files * Add tests for comparison processes * Add tests for reducers etc. * Add further tests * title converted to comments, fix parameter name of exp in tests * Fix test for tan * Add tests for array_apply, more NaN tests for comparisons, add required flag for sub-processes * add array_apply and array_filter tests, fix several math tests * update readme * Add first datacube test * Fix apply test * Add profile levels * Fix test in apply * Add tests for reduce_dimension and apply_dimension * Add more tests * Fix various test cases * Special no-data handling, fix tests * Add filter_bands and filter_temporal * Add mask, merge_cubes, refactor datacube object * Mark experimental processes * Add additional test for apply_dimension * Add tests for apply_kernel * Add tests for aggregate_temporal * Add tests for aggregate_temporal_period, fix aggregate_temporal * Add tests for filter_bbox, filter_spatial and mask_polygon * Use nodata type in tests properly * Add changelog entry * Fix invalid datetimes * Apply suggestions from code review Co-authored-by: Stefaan Lippens <[email protected]> * Add comment * Add consistency checks for test files and fix issues * Remove list of processes from README * Update tests/README.md Co-authored-by: Stefaan Lippens <[email protected]> * Update tests/schema/schema.json Co-authored-by: Stefaan Lippens <[email protected]> * Update tests/README.md * Update tests --------- Co-authored-by: Stefaan Lippens <[email protected]>
…es (#551) * `is_nan`: Return `false` instead of `true` for non-numerical data types. #486 * Update is_nan.json Co-authored-by: Stefaan Lippens <[email protected]> * Fix tests and examples --------- Co-authored-by: Stefaan Lippens <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release of v2.0.0-rc.2
Changelog: https://github.com/Open-EO/openeo-processes/blob/draft/CHANGELOG.md#200-rc2---2026-02-02
Closing #530