Jeroen Dries

Results 56 comments of Jeroen Dries

@soxofaan ok to merge? Broken downloads is a big issue for many users, and this might really help quite a bit.

@dsamaey indeed, for the 'download all at once' code path, we can just make sure to use what was already there, and then this should be fine: ``` response =...

Already looks good, we could to a factory method like: `job_db = create_job_db(output_file,df)` And then 'guess' the tye of db by looking at file extension or else make it more...

@emmanuelmathot it's really just an issue in the test itself (caused by xarray change), not in the client as a whole, but our devs are very much busy on other...

Nice, thanks! For the bit about inspecting variables, we may want to integrate it with the existing explanation about logging? https://open-eo.github.io/openeo-python-client/udf.html#logging-from-a-udf Or if somehow the existing explanation was hard to...

@soxofaan isn't the purpose of the name to allow tracking jobs on multiple backends? Or do you suggest to generate an identifier internally?