Supported Types
Zarr has a wide range of supported datatypes. zarrita translates these into an appropriate classes in Javascript, either using built in typed arrays, the Array class, or a zarrita class. Not all zarr datatypes are supported.
Zarr V2 types are mapped to the above, with some specific additional cases.
| V2 type | zarrita array type |
|---|---|
\<U length and \>U length | UnicodeStringArray |
\<S length and \>S length | ByteStringArray |
|O | Array<unknown> |