Open-EO / openeo-processes-python

A Python representation of (most) openEO processes
Apache License 2.0
11 stars 4 forks source link

switch split large chunks to false #158

Closed SerRichard closed 2 years ago

SerRichard commented 2 years ago

This boolean needs to be switched, I only just noticed but having it set to true seems to pull the entire dataset into client memory, we really want to avoid that, setting it false seems to keep it dask side. Was not obvious this was happening!

LukeWeidenwalker commented 2 years ago

Ah, interesting - lgtm!