-
Notifications
You must be signed in to change notification settings - Fork 42
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
DataCube.save_result returns DataCube instead of (wrapped) true #402
Comments
This ticket is purely about the python client side: cube = con.load_collection(...)
result = cube.save_result(...)
result = result.reduce_dimension(...) which makes no sense (because the output of the Instead, the |
Ok now I get it! |
Note that it's planned that save_result changes from boolean return value to a STAC type: |
related to #401, Open-EO/openeo-processes#334, Open-EO/openeo-processes#401
DataCube.save_result
returns a DataCube, while it technically should returntrue
(wrapped in_ProcessGraphAbstraction
, to allow calling.download()
,.create_job
, ...)The text was updated successfully, but these errors were encountered: