jbusecke / dynamic_chunks

Determine appropriate chunk sizes for a given xarray dataset based on target chunk size and 'chunk aspect ratio'
Apache License 2.0
11 stars 0 forks source link

xarray accessor? #7

Open dcherian opened 12 months ago

dcherian commented 12 months ago

Do it!

Linking this issue for chunk by "frequency": https://github.com/pydata/xarray/issues/7559 I have a proof-of-concept which I need ot make a PR...

jbusecke commented 11 months ago

Actually tempted to try this now (just because I'd learn something about accessors), but not quite sure what we gain from that, and what a concrete usecase would be, to be honest. Do you mind expanding a bit on this?