Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

`save_result` format options don't play well with `cube.create_job` #433

Closed soxofaan closed 1 year ago

soxofaan commented 1 year ago

reported at https://discuss.eodc.eu/t/multiple-files-in-the-batch-processing/585/4:

cube = cube.save_result(format="GTiff", options={'filename_prefix': 'wwt-2023-02'})
job  = cube.create_job()

causes

ValueError: Existing `save_result` node with different options {'filename_prefix': 'wwt-2023-02'} != {}