openeo-python-client
openeo-python-client copied to clipboard
align download and execute_batch
I find myself switching between download and execute_batch quite often, but need to adjust the output format parameters. Would it be possible to align this, without breaking existing code?
Indeed, I also find these small inconsistencies in sync vs batch execution annoying
this could be part of the solution: https://github.com/Open-EO/openeo-python-client/issues/238
related: #7 (e.g. load result directly as numpy/xarray/dict without requiring user to manage download file explicitly)