Closed timvgl closed 2 years ago
This will be worked on in the near future. In general, much more meta data will be copied from .h5 to .nc files. 1) MeaturementTree.tree_string, ,labbook, ,definition, devices, labbook, logs 2) The name of the row will be included as attribute in the .nc data_vars in order to allow for easier identification
Update: netCDF files do not support the serialization of dict type objects. This makes the whole story a bit more difficult. It might be easier to save this kind of data as seperate pickle or json file.
Hi, I am using tree_string for my analyzing tool. Unfortuantly I have to overwrite the nc file each time if I want to get tree_string which costs - depending on the file size - a lot of time. Is it possible to load tree_string everytime? Thank you