Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

load_stac - save_result -> error #315

Closed clausmichele closed 1 month ago

clausmichele commented 1 year ago

@m-mohr I just found this behaviour: probably there's something in the load_stac definition that makes it conceptually incompatible with save_result?

image

m-mohr commented 1 year ago

Can it be that the v2.0.0 and v1.0.0 way of specifying the processes is mixed? (i.e. subtype datacube vs. subtype raster-cube?)

clausmichele commented 1 year ago

Probably yes, from the definition here load_stac returns a datacube and not a vector-cube: https://github.com/Open-EO/openeo-processes/blob/master/proposals/load_stac.json

The example above was using the VITO back-end. Same issue with the aggregator openeo.cloud or the CDSE.

m-mohr commented 1 year ago

Yes, that's the issue. The Web Editor (and downstream libraries) don't understand yet that datacube and raster-cube (or vector-cube) are basically the same thing. Waiting for SAP10 to bring funding for v2 support.

m-mohr commented 1 month ago

This has been fixed.