xarray
xarray copied to clipboard
Support rechunking to a frequency.
- [x] Closes #7559
- [x] Tests added
- [ ] User visible changes (including notable bug fixes) are documented in
whats-new.rst
Are frequency strings unambiguous? Rechunking already supports memory sizes for Dask using strings.
Ready for review!
The syntax is ds.chunk(time=TimeResampler("YE")).
This is pretty cool, and could use a review!