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#

__init__

Represents a dataset within a Blosc2 container.

__getitem__

Retrieves a slice of the dataset.

slice

Get a slice of a File/Dataset.

append

Appends data to the dataset.

get_download_url

Retrieves the download URL for the file.

download

Downloads the file to storage.

vlmeta

Returns a mapping of metalayer names to their respective values.

Attributes#