Open-EO / openeo-processes-python

A Python representation of (most) openEO processes
Apache License 2.0
11 stars 4 forks source link

Fix merge cubes #110

Closed LukeWeidenwalker closed 2 years ago

LukeWeidenwalker commented 2 years ago

This is necessary, because append is not an inplace operation and the result needs to be stored to a variable explicitly. I've also noticed that the behaviour for vector-cubes is super simplistic in comparison to the raster-cube merge_cubes and have added a skipped test to at least remind us of that being the case.

ValentinaHutter commented 2 years ago

I just added simple tests to see if it works, but theses tests could also be skipped again.