hdf-compass
hdf-compass copied to clipboard
Python-based viewer for HDF5 on other file formats
https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/hdf5rest_model/model.py#L210 Is it ever requested?
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
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...
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:  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.   [Canada_Population.h5.zip](https://github.com/HDFGroup/hdf-compass/files/3763052/Canada_Population.h5.zip)
the window appears terrible on MacOS Mojave