Closed clausmichele closed 3 months 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?)
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.
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.
This has been fixed.
@m-mohr I just found this behaviour: probably there's something in the
load_stac
definition that makes it conceptually incompatible withsave_result
?