class heparchy.write.Compression(enum.Enum)[source]

Sets the compression algorithm used to store the datasets.

Public members

LZF = 'lzf'[source]
GZIP = 'gzip'[source]
name

The name of the Enum member.

value

The value of the Enum member.


Last update: Nov 16, 2022