Dataset class#
A dataset is a Blosc2-encoded file on a root repository (thus a File) representing either a flat string of bytes or an n-dimensional array.
Methods#
Represents a dataset within a Blosc2 container. |
|
Retrieves a slice of the dataset. |
|
Get a slice of a File/Dataset. |
|
Appends data to the dataset. |
|
Retrieves the download URL for the file. |
|
Downloads the file to storage. |
|
Returns a mapping of metalayer names to their respective values. |