File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Alternative chunked array types
13
13
Xarray can wrap chunked dask arrays (see :ref: `dask `), but can also wrap any other chunked array type that exposes the correct interface.
14
14
This allows us to support using other frameworks for distributed and out-of-core processing, with user code still written as xarray commands.
15
15
In particular xarray also supports wrapping :py:class: `cubed.Array ` objects
16
- (see `Cubed's documentation <https://tom-e-white.com /cubed/ >`_ and the `cubed-xarray package <https://github.com/xarray-contrib/cubed-xarray >`_).
16
+ (see `Cubed's documentation <https://cubed-dev.github.io /cubed/ >`_ and the `cubed-xarray package <https://github.com/xarray-contrib/cubed-xarray >`_).
17
17
18
18
The basic idea is that by wrapping an array that has an explicit notion of ``.chunks ``, xarray can expose control over
19
19
the choice of chunking scheme to users via methods like :py:meth: `DataArray.chunk ` whilst the wrapped array actually
You can’t perform that action at this time.
0 commit comments