James Mudd

Results 39 comments of James Mudd

@thadguidry Thanks very much for the sponsorship. I will prioritise working on this in my free time and hopefully give an update soon.

Some good progress #530 implements lots of the required logic. Its a large PR so still needs quite a lot of tidy up, but it can write the structure of...

Thanks @Apollo3zehn I really like this idea. Would be good to have tests confirming compatibility. Currently I have been doing this manually but think this approach could work well. Might...

#535 is the next PR. Still lots to do, but it successfully writes an `int[]` dataset which can be read back by jHDF and HDFView. So IMO another milestone. I'm...

I have now merged #535 which adds basic dataset writing support. Next plan is to make an alpha release so people can try it out. Then work on compatibility testing...

Have just published [v0.7.0-alpha](https://github.com/jamesmudd/jhdf/releases/tag/v0.7.0-alpha) which includes the initial writing support. It can write group structures, and n-dimensional `int` and `double` datasets. Should be on Maven Central shortly. See [WriteHdf5.java](https://github.com/jamesmudd/jhdf/blob/master/jhdf/src/main/java/io/jhdf/examples/WriteHdf5.java) for...

Thanks for giving it a try and great to hear it worked well. Do you actually want to write char[] or a String dataset? I think attributes should be possible....

I have just merged support for writing byte[]. Will probably break attributes out into another issue.

Thanks for looking at jHDF and finding this issue. Your right that Time is currently not supported. I would be happy to look at how difficult this would be. Do...

Thanks for using jHDF and reporting this issue. This seems like a tricky issue for jHDF to fix as its a bug in Java on Windows. Do you have a...