Jeroen Dries

Results 56 comments of Jeroen Dries

Note that most of our examples in python client do not show how to use the context. Just adding that there would probably help a lot, as users can then...

Do you have an example of these different result nodes? Maybe the check can also be improved? We are for instance thinking about a save_collection process, that could also have...

Side note: if you do `connection.create_job(your_cube.flat_graph())`, no save_result will be added. This is the easy way around. A better way forward would be to fetch the schema for the last...

Note: I'm also not buying the original reasoning that triggered this. If a backend only supports one of the values in an enum based argument, it makes sense for me...

@JeroenVerstraelen this is also for sap 10

This is also relevant for supporting export_workspace: https://github.com/Open-EO/openeo-python-client/issues/720

@ValentinaHutter does the generic way work for you? @VITO we also have some custom processes, but never add them to the python client as a dedicated method because they are...

I would avoid an extra merge cubes, and go for an apply_dimension over bands. In apply_dimension, you will need indices, so you'll want to convert list of bands to list...

One thing I've also seen elsewhere is this table of contents for the current page on the right. Would be nice if we can also enable that for our docs....

turns out that a lot of this is in place already, and we now have initial support that would allow us to already start avoiding load_disk_collection