HDFGroup / hdf5-json

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

h5tojson fails to convert file that has loop among groups. #40

Closed hyoklee closed 8 years ago

hyoklee commented 8 years ago

Test file: https://s3.amazonaws.com/hdfgroup/data/hdf5test/countries.h5

jreadey commented 8 years ago

The problem was actually a failed conversion of numpy boolean types. This is fixed in https://github.com/HDFGroup/hdf5-json/commit/6a13b2aca0730e56f47df54e9a247f47f717e433 and now countries.h5 converts to json successfully.