PureHDF icon indicating copy to clipboard operation
PureHDF copied to clipboard

A pure .NET library that makes reading and writing of HDF5 files (groups, datasets, attributes, ...) very easy.

Results 49 PureHDF issues
Sort by recently updated
recently updated
newest added

It should be implemented like `OpaqueInfo` because not only the string size is relevant but also the char set and string termination type. There might be some applications that require...

This is a problem, i.e. H5Dataset cannot handle raw data bytes: ``` var dataAsBytes = Encoding.Unicode.GetBytes(textEntry.Value); var data = MemoryMarshal.Cast(dataAsBytes).ToArray(); var dataset = new H5Dataset(data); ```

My datatypes sometimes have properties that calculate based on other properties for convenience. While this is no problem on the serialization side of things. Reading such a compound type throws...

Mail to Gerd Heber: Commited Data Types do not work and it will take a while I think. Mainly because I think that support for this feature means PureHDF needs...

The minimum supported target framework is .NET Standard 2.0 which includes .NET Framework 4.6.1+ .NET Core (all versions) .NET 5+

https://devblogs.microsoft.com/dotnet/csharp-13-explore-preview-features/#allows-ref-struct