zcollection.dataset#

Dataset#

Modules Attributes

DimensionType

Alias to type hint for the dimensions of a dataset.

VariableType

Alias to type hint for the variables of a dataset.

AttributeType

Alias to type hint for the attributes of a dataset.

ChunkType

Alias to type hint for the chunk sizes for each dimension of a dataset.

Classes

Dataset(variables, *[, attrs, ...])

Hold variables, dimensions, and attributes that together form a dataset.

Expression(expression)

Partitioning expressions.

Functions

get_dataset_variable_properties(metadata[, ...])

Return the variables properties defined in the dataset.

get_variable_metadata(var)

Get the variable metadata.