-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels