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
is conceptually shaky: save_result returns a boolean per current spec.
Related ticket for openeo python client to disallow this: Open-EO/openeo-python-client#402
tcassaert
pushed a commit
to Open-EO/openeo-geopyspark-driver
that referenced
this issue
Feb 27, 2024
save_result
processes can be chained to output assets in multiple formats e.g.this works for images like GeoTIFF + netCDF but not for e.g.
aggregate_spatial
output in JSON + CSV.Can be traced back to aliasing on this line where the last
save_result
node's format will override previous ones:openeo-python-driver/openeo_driver/ProcessGraphDeserializer.py
Line 741 in 46b9acc
The text was updated successfully, but these errors were encountered: