Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 522 Bytes

README_B2ND_FORMAT.rst

File metadata and controls

10 lines (8 loc) · 522 Bytes

B2ND Format

The B2ND format is meant for storing multidimensional datasets defined by a shape and a data type. Both the shape and the data type follow the NumPy conventions.

It is just a B2ND metalayer on top of a Blosc2 CFrame (for contiguous storage) or SFrame (for sparse storage).