xarray-contrib / flox

Fast & furious GroupBy operations for dask.array
https://flox.readthedocs.io
Apache License 2.0
123 stars 16 forks source link

Auto rechunk to enable blockwise reduction #380

Open dcherian opened 1 month ago

dcherian commented 1 month ago

Done when

  1. method is None
  2. Grouping and reducing by a 1D array
  3. by is sorted.

We gate this on fractional change in number of chunks and change in size of largest chunk.

Closes #359