xarray icon indicating copy to clipboard operation
xarray copied to clipboard

Support rechunking to a frequency.

Open dcherian opened this issue 1 year ago • 1 comments

  • [x] Closes #7559
  • [x] Tests added
  • [ ] User visible changes (including notable bug fixes) are documented in whats-new.rst

dcherian avatar Jun 12 '24 21:06 dcherian

Are frequency strings unambiguous? Rechunking already supports memory sizes for Dask using strings.

shoyer avatar Jun 13 '24 15:06 shoyer

Ready for review!

The syntax is ds.chunk(time=TimeResampler("YE")).

dcherian avatar Jul 18 '24 07:07 dcherian

This is pretty cool, and could use a review!

dcherian avatar Jul 26 '24 01:07 dcherian