Zarr Arrays
An array is a node in a hierarchy that may not have any child nodes.
An array is a data structure with zero or more dimensions whose lengths define the shape of the array. An array contains zero or more data elements all of the same data type.
The following sections will detail the initialisation, reading, and writing of arrays.