hdf-compass icon indicating copy to clipboard operation
hdf-compass copied to clipboard

Python-based viewer for HDF5 on other file formats

Results 40 hdf-compass issues
Sort by recently updated
recently updated
newest added

https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/hdf5rest_model/model.py#L210 Is it ever requested?

bug

https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/compass_viewer/viewer.py#L239 doubles the following lines: https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/compass_viewer/viewer.py#L240-L243

bug

The Image node viewer currently only supports true colour images. Add support for greyscale images.

Thanks for this nice software -- I though that HDFCompass looks nice and gives an intuitive interface to exploring HDF files. One very superficial issue, however. If I associate HDFCompass...

Just pushed a [py3](https://github.com/HDFGroup/hdf-compass/tree/py3) branch. It has several changes to run HDF Compass in Python 3.6. It uses the latest wx Phoenix snapshot: https://wxpython.org/Phoenix/snapshot-builds/ I have tested the branch **only...

enhancement

In python strings may be stored as encoded bytearray which in contrast to `\0` terminated byte stringscan be compressed. The resulting 8 bit integer dataset is displayed as such by...

Writing a normal 1-byte bool into a dataset of type `H5T_NATIVE_B8` shows up empty in HDF Compass, even though the data is there and can be read back, or viewed...

To save words, that's whet I see when the window is out of focus: ![image](https://user-images.githubusercontent.com/10685968/79334714-7b76ee80-7f29-11ea-8622-a93e3a309e30.png) When it is focused, *all* the labels are white regardless of the background. The app...

When I try to open an HDF5 Dataset with np.ndarray the application quit unexpectedly with no errors. I have python 2.7 installed. See DataFile and screenshots. ![image](https://user-images.githubusercontent.com/228974/67407375-64140580-f585-11e9-814c-90e6298b038b.png) ![image](https://user-images.githubusercontent.com/228974/67407394-6bd3aa00-f585-11e9-9b97-1d829eaefe94.png) [Canada_Population.h5.zip](https://github.com/HDFGroup/hdf-compass/files/3763052/Canada_Population.h5.zip)

the window appears terrible on MacOS Mojave