Closed
Description
Is there a recommended way how to save complex data? I found some option on stack overflow, but they don't seem to satisfactory.
The main point of having self-describing data which I write as binary data, is that people can just read the data, and don't have to worry how to interpret it. Thus, the only viable option to me would be using engine='h5netcdf'
.
On the other hand, if something like adding an axis would be done internally by xarray
it would be also OK, as everyone could read my data using the library.