API Reference

DataArray

Attributes

DataArray.cupy.is_cupy

Check to see if the underlying array is a cupy array.

Methods

DataArray.cupy.as_cupy()

Converts the DataArray's underlying array type to cupy.

DataArray.cupy.as_numpy()

Converts the DataArray's underlying array type from cupy to numpy.

DataArray.cupy.get()

Dataset

Attributes

Dataset.cupy.is_cupy

Check to see if the underlying array is a cupy array.

Methods

Dataset.cupy.as_cupy()

Convert the Dataset's underlying array type to cupy.

Dataset.cupy.as_numpy()

Converts the Dataset's underlying array type from cupy to numpy.

Backends

cog3pio

cog3pio backend for xarray to read TIFF files directly into CuPy arrays in GPU memory.

Cog3pioBackendEntrypoint()

Xarray backend to read GeoTIFF files using 'cog3pio' engine.