Write >=3D structures to HDF5 using the HDF5Sink
Summary
Currently 1D and 2D Tables can easily be written to HDF5 sequentually. We need the possibility to write more-dimensional data too.
For example an EArray
with the shape (10, 20, 30, 40)
.
What is the current workaround to achieve the same functionality?
Nothing.