Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
26 stars 4 forks source link

simplify batch job results logic #676 #685

Closed bossie closed 7 months ago

bossie commented 7 months ago

I figured, like in the single result case, it makes sense to translate nested results to JSONResults as well.

Then, since we end up with a list of SaveResults, we can drop the check for write_assets because every SaveResult has it.