jamesmudd / jhdf

A pure Java HDF5 library
http://jhdf.io
MIT License
137 stars 37 forks source link

Write attributes #581

Closed jamesmudd closed 2 months ago

cfoushee commented 3 months ago

Looks like its close to being done. Any plans on releasing a new version that includes this soon?

jamesmudd commented 3 months ago

I would like to. It is close, writing and reading attributes work in jhdf. H5dump also reads them correctly, but for some reason hdfview doesn't. I would like to understand this issue before releasing this.

Apollo3zehn commented 3 months ago

It might be related to this problem: https://forum.hdfgroup.org/t/hdf5-file-format-is-attribute-info-message-required/11277

jamesmudd commented 3 months ago

@Apollo3zehn Thanks! I think it might well be related. I will have a play. Notice there is not much movement on this for a while, do you think it should be fixed in HDFView or is writing a fake Attribute Info Message a reasonable solution?

Apollo3zehn commented 3 months ago

I think for now the extra message should be created, I am not counting on a quick solution in HDFView.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
11 New issues
0 Accepted issues

Measures
0 Security Hotspots
80.7% Coverage on New Code
0.4% Duplication on New Code

See analysis details on SonarCloud