proxy#
- class NDArrayProxy(h5f_file: Path | str, path: str)#
Thin proxy to numpy arrays stored within hdf5 files, only read into memory when accessed, but otherwise passthrough all attempts to access attributes.
- Parameters:
h5f_file (
pathlib.Path) – Path to source HDF5 filepath (str) – Location within HDF5 file where this array is located