HDF.PInvoke icon indicating copy to clipboard operation
HDF.PInvoke copied to clipboard

Raw HDF5 Power for .NET

Results 39 HDF.PInvoke issues
Sort by recently updated
recently updated
newest added

Hi there, I've been attempting to use the H5D.write/read_chunk methods, but the parameter "offset" is declared as "ref hsize_t offset". The official documentation for the C lib states that this...

bug

## Problem When I build HDF.PInvoke under Linux using AppVeyor, a single test fails (see here: https://ci.appveyor.com/project/Apollo3zehn/hdf-pinvoke-netstandard/builds/24840707) The failing line of code is: https://github.com/HDFGroup/HDF.PInvoke/blob/90b1c76e99659d47e665a3079bc9f21c48122708/UnitTests/H5LTest/H5Lunpack_elink_val.cs#L182-L183 The reason is that, before this...

bug
test

Hi, First of all I am all new to c# .Net please go easy :) I am trying to use this library from Mac. Should I do anything beside adding...

The new reference documentation is located at https://portal.hdfgroup.org/display/HDF5/Core+Library .

documentation

When a HDF5 function fails it generates the error and itself prints the error in console in an console application. In another case, you can mute the automatic error printing...

help wanted
question

I did not find any [HDF5 TABLE (H5TB)](https://support.hdfgroup.org/HDF5/Tutor/h5table.html) interface in HDF.Pinvoke. Is it not really not implemented or I overlooked it? Do you plan to implement it? I need to...

A VS 2017 console application (.NET 4.6.1 as target framework) running on a Windows 10 x64 PC throws following exception at call of the H5F.create(@"C:\mytest.h5", H5F.ACC_TRUN) method, if application built...

HDF.PInvoke ships with SZIP in `native/HDF5 1.10/bin64/szip.dll`. According to the SZIP library is licensed restrictively, only allowing non-commercial use without a paid license. However, the `COPYING` file in the repository...

question
documentation

`Assert.IsTrue(H5P.set_mdc_image_config(fapl, config_ptr) >= 0);` fails. Why?

bug
help wanted
question
test