hdfview icon indicating copy to clipboard operation
hdfview copied to clipboard

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

While it is very nice to see that float16 values (e.g., as object attributes) are finally supported since 3.3.2, unfortunately float16 datasets are not supported yet. Example code to create...

Type - Improvement
Component - HDFView
Priority - 1. High 🔼

Would it be possible to add an option to change the default installation path using a command switch or configuration file? From reading the forum at HDFGroup [^1] it looks...

Type - Improvement
Component - Build
Component - HDFView
Priority - 3. Low 🔽

hdfview.sh contains this line: ``` "$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR/lib/app:$INSTALLDIR/lib/app/ext" -Dhdfview.root="$INSTALLDIR/lib/app" -cp "$INSTALLDIR/lib/app/*" hdf.view.HDFView "$@" ``` However, lib/app and lib/app/ext don't exit under the 'build' folder. It doesn't appear to even reference...

Type - Improvement
Component - Build
Component - HDFView
Priority - 2. Medium ⏹

**Description:** We need to validate the deployment artifacts generated by the GitHub Actions release workflow. This test ensures that the downloadable installers/archives for Windows, macOS, and Linux are: 1. **Complete:**...

Component - HDFView

The install for Linux HDFViewApp binaries indicates that hdfview.sh can be executed from the installation folder, yet the shell script only works from the installation root.

Component - Documentation

# Feature Request: Floating-Point Display Precision Control ## Summary Add user-configurable precision control for floating-point number display in HDFView, allowing users to control how many decimal places are shown. ##...

The Userguide files are html based and need to be moved into code as doxygen.

Component - Documentation

## Description The `convertImageToHDF4` test in `TestHDFViewImageConversion` fails when attempting to convert a JPEG image to HDF4 format. After conversion, the file tree shows 0 rows instead of the expected...

I believe HDFView 3.2.2 (and earler) has a stride error when using Open As. The file containing a test array is here: [ScaledArray.h5.gz](https://github.com/user-attachments/files/20126972/ScaledArray.h5.gz) The test array was produced by generated...

Component - HDFView