AlabamaASRL / asset_asrl

https://alabamaasrl.github.io/asset_asrl/
Apache License 2.0
29 stars 6 forks source link

HDF5 #34

Closed wgledbe closed 3 months ago

wgledbe commented 1 year ago

Log files are nice, but they require a parser to extract relevant data. Also, the fidelity of the data can be impacted by the choice of precision when doing string conversions. If we use a binary format like HDF5, we can avoid loss of precision.

In my opinion HDF5 is absolutely awful to work with in C++, but you can write a handful of utility functions that make it workable at least. Open to alternatives.

wgledbe commented 3 months ago

Don't remember the use-case I was imagining when I opened this.