Skip to content

Use Xarray's apply_ufunc rather than Dask's map_blocks #1133

Open
@tomwhite

Description

@tomwhite

I've been thinking about how we could run (parts of) sgkit on Cubed (#908). One thing that would help is using xarray.map_blocks (or xarray.apply_ufunc) instead of dask.array.map_blocks, since the Xarray version can now dispatch to Dask and Cubed (as well as plain NumPy).

Metadata

Metadata

Assignees

No one assigned

    Labels

    dispatchingIssues related to how we send method calls to different backends

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions