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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,16 @@ To pass arguments to the constructor of `cubed.Array` then pass them via the dic
31
31
If cubed and cubed-xarray are installed but dask is not, then specifying the parallel array type to use is not necessary,
32
32
as the entrypoints system will then default to the only chunked parallel backend available (i.e. cubed).
33
33
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
+
34
44
## Tests
35
45
36
46
Integration tests for wrapping cubed with xarray also live in this repository.
0 commit comments