Hacker News new | ask | show | jobs
by mahnen 1396 days ago
This. Python-> Uproot is all the good stuff from the ROOT data format minus the bloat

https://uproot.readthedocs.io/en/latest/basic.html

1 comments

Uproot really kept CERN ROOT from falling into obscurity.
While it's very nice to have uproot (and I have contributed to it!), unfortunately it isn't able to read all of the ROOT files I generate... probably because I'm not aware of its limitations. (See e.g. https://github.com/scikit-hep/uproot5/issues/586 )

Of course solving the general problem of all ROOT I/O (which can involve custom serialization or schema migration code in C++) won't (and doesn't need to, for most people) work.