HDFGroup / hdf5-json

Specification and tools for representing HDF5 in JSON
https://hdf5-json.readthedocs.io
Other
72 stars 25 forks source link

Add specifying library version for created HDF5 file #66

Open ghost opened 5 years ago

ghost commented 5 years ago

A new jsontoh5.py command-line option is added: --libver with two possible values: earliest and latest. The default, if the option is not used, is like now: latest.

I don't know if there's an HDF5 tool to check the file format but I tried the same HDF5/JSON with these two settings and Panoply was not able to open the file created with latest. Also, the file's size difference is ~1.5kB so something is definitely different.