|
libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
|
#include <metadata.hpp>
Public Attributes | |
| std::string | name |
| Codec name ("transpose", "bytes", "gzip", "zlib", ...). | |
| json | configuration = json::object() |
| Codec-specific configuration. | |
One codec in a chain, in v3 nomenclature: a name plus a JSON configuration. v2 metadata is lowered into this form on read (compressor -> one bytes->bytes codec; order:"F" -> a transpose codec; dtype byte order -> the "bytes" codec's endian).