I/O#

Utilities for serializing and deserializing Legate stores.

HDF5#

from_file(path, unicode dataset_name)

Read an HDF5 array from disk using the native hdf5 API.

kerchunk_read(filepath, dataset_name)

Read an HDF5 array from disk using Kerchunk and KvikIO.

KVikIO#

from_file(path, Type array_type)

to_file(path, LogicalArray array)

FileHandle(file[, flags])

File handle for distributed IO.