ROVI-org / battery-data-toolkit

Utilities for reading and manipulating battery testing data
Apache License 2.0
37 stars 8 forks source link

Support storing multiple cells with different metadata in the same HDF5 #67

Open WardLT opened 4 months ago

WardLT commented 4 months ago

The recently-added ability to add multiple cells worth of data per HDF5 creates a problem: what if we need different metadata to describe each cell?

Right now the solution is "don't store cells with different metadata in the same file," but I bet we could do better.