Writing to HDF5 File with Compound Datatypes

The HDF5.jl is a great tool for reading and analyzing data from HDF5 files in Julia, but the process of writing is not straight forward. It appears that I will need to go through the low level API to accomplish the task of writing compound datatypes to a file. Is there an easier way?

See linked issue for example code
Issue Link

A similar question was asked and not answered a few years ago.
Link To Unresolved Discourse Post

1 Like