hdfview icon indicating copy to clipboard operation
hdfview copied to clipboard

Results 52 hdfview issues
Sort by recently updated
recently updated
newest added

As described in [https://forum.hdfgroup.org/t/3d-array-view-issue/10503](https://forum.hdfgroup.org/t/3d-array-view-issue/10503), when examining a multi (3+) dimensional array attribute it may not be displayed as expected.

Component - HDFView

Test file: http://robitzki.de/test.h5

Component - HDFView

If I create an enum with an underlying `unsigned `type it's displayed incorrectly in hdfview e.g. ![image](https://user-images.githubusercontent.com/271656/199251933-8ce5a1cc-b9f8-4e27-bcb1-75a7390c47b8.png) All of the unsigned max values are displayed as -1. ![image](https://user-images.githubusercontent.com/271656/199252474-61176c56-b603-443a-9321-3d21493f35f3.png) [H5AttributeTests-CreateReadWriteEnumAttributesSucceeds.zip](https://github.com/HDFGroup/hdfview/files/9910679/H5AttributeTests-CreateReadWriteEnumAttributesSucceeds.zip)

Type - Bug

debian will freeze early next year, and release sometime after the freeze. i'd really like to have hdfview updated in debian, however i fail to understand its dependencies as well...

Currently the color scheme for dark mode MacOS makes it impossible to read, e.g. the screenshot bellow: ![Screen Shot 2021-08-09 at 14 24 23](https://user-images.githubusercontent.com/25577083/128663414-2b21b853-aafd-4396-bf24-bd7048d86bd2.png)

Component - HDFView

In the build.xml https://github.com/HDFGroup/hdfview/blob/854748012ceb50fb021200aa274363ef33a4b3c6/build.xml#L152-L157 It only handles two arch: x86_64 and ppc64le. I am building HDFView on aarch64, and it collected the wrong x86_64 native jars for swt. I have...

I'm creating a 2 by 4 by 3 tensor in Python, verifying in C++ that it's indeed a 2 by 4 by 3 row major tensor where 3 is the...

Component - HDFView

The UI should remember adjustments made to the column width in the "Object attribute info" tab. When selecting different groups or datasets, the UI resets to the default values. This...

Component - HDFView

The "Object attribute browser" tries to auto-size the column to sane values, but (in our use case) often fails to provide a useful sizing solution, because the rightmost "value" column...

Component - HDFView

The HDF5 attribute classes were reworked to treat the attribute data more like datasets. For resource reasons, these classes were not upgraded.

Component - Object Library