You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compare da.coarsen vs da.map_blocks vs xarray.DataArray.map_blocks
compare "chained / recursive" downscaling vs "dispersive" downscaling (the current method). Memory usage should be much better for the former approach, but it imposes a more restrictive dependency graph on computations. And it's not clear how chained downscaling can work for nonlinear aggregation methods (e.g., mode) without augmenting the return type (e.g., return an array + counts instead of just an array)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: