European-XFEL / h5glance

Explore HDF5 files in terminal & HTML views
BSD 3-Clause "New" or "Revised" License
65 stars 7 forks source link

Support compound datatypes #3

Closed aparamon closed 6 years ago

aparamon commented 6 years ago

Currently, compound datatypes are reported as voidNNN, where NNN is the total size of record. It is poposed that h5glance reports these as (name: dtype, name: dtype, ...) instead.

takluyver commented 6 years ago

PRs welcome: I've never worked with compound datatypes.

takluyver commented 6 years ago

Closed by #5.