Skip to content

Commit 0f01045

Browse files
authored
Sharp edges
1 parent e681063 commit 0f01045

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ To pass arguments to the constructor of `cubed.Array` then pass them via the dic
3131
If cubed and cubed-xarray are installed but dask is not, then specifying the parallel array type to use is not necessary,
3232
as the entrypoints system will then default to the only chunked parallel backend available (i.e. cubed).
3333

34+
## Sharp Edges 🔪
35+
36+
Some things almost certainly won't work yet:
37+
- Certain operations called in xarray but not implemented in cubed, for instance `pad` (see https://github.com/tomwhite/cubed/issues/193)
38+
- Using `parallel=True` with `xr.open_mfdataset` won't work because cubed doesn't implement a version of `dask.Delayed` (see https://github.com/pydata/xarray/issues/7810)
39+
40+
and some other things _might_ work but have not yet been tried:
41+
- Groupby
42+
- Saving to formats other than zarr
43+
3444
## Tests
3545

3646
Integration tests for wrapping cubed with xarray also live in this repository.

0 commit comments

Comments
 (0)