API Reference¶
DataArray¶
Attributes¶
Check to see if the underlying array is a cupy array. |
Methods¶
Converts the DataArray's underlying array type to cupy. |
|
Converts the DataArray's underlying array type from cupy to numpy. |
|
Dataset¶
Attributes¶
Check to see if the underlying array is a cupy array. |
Methods¶
Convert the Dataset's underlying array type to cupy. |
|
Converts the Dataset's underlying array type from cupy to numpy. |
KvikIO engine¶
kvikIO backend for xarray to read Zarr stores directly into CuPy arrays in GPU memory.
Xarray backend to read Zarr stores using 'kvikio' engine. |