Closed DenTyur closed 2 months ago
Hi there!
I am trying to write (or read) a 3D ndarray into an hdf5 file, but all my attempts fail. I would be immensely grateful if someone would give me an example of how to do this!
There is an example here you could extend for your case: https://github.com/aldanor/hdf5-rust/blob/master/hdf5/examples/chunking.rs
Thanks a lot
Hi there!
I am trying to write (or read) a 3D ndarray into an hdf5 file, but all my attempts fail. I would be immensely grateful if someone would give me an example of how to do this!