Open-EO / openeo-python-client

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

`local.connection.execute` broken due to auto_decode #538

Closed VincentVerelst closed 7 months ago

VincentVerelst commented 7 months ago

An auto_decode argument has been added to rest.datacube.execute and rest.connection.execute , see https://github.com/Open-EO/openeo-python-client/pull/529.

The argument has not been added to local.connection.execute so you always get an unexpected keyword argument error when trying to run it.