Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDFView 3.3.2 Compound Type Table View Error #286

Closed
hyoklee opened this issue Jun 11, 2024 · 3 comments
Closed

HDFView 3.3.2 Compound Type Table View Error #286

hyoklee opened this issue Jun 11, 2024 · 3 comments
Assignees
Labels
Component - HDFView Improvements to the visual interface layer

Comments

@hyoklee
Copy link
Member

hyoklee commented Jun 11, 2024

OS: macos-12

Test file: https://nisar.asf.earthdatacloud.nasa.gov/NISAR-SAMPLE-DATA/GSLC/ALOS1_Rosamond_20081012/NISAR_L2_PR_GSLC_001_005_A_219_2005_DHDH_A_20081127T060959_20081127T061015_P01101_F_N_J_001.h5

Dataset: /science/LSAR/GSLC/grids/frequencyA/HH

NISAR_L2_HH_compound_tv_err
@hyoklee hyoklee added the Component - HDFView Improvements to the visual interface layer label Jun 11, 2024
@byrnHDF
Copy link
Collaborator

byrnHDF commented Jun 11, 2024

Likely the problem is the size of the dataset exceeded the memory available, as I was able to open it on a test machine with large available memory.
This is a known problem with HDFView.

@hyoklee hyoklee closed this as completed Jun 11, 2024
@hyoklee
Copy link
Member Author

hyoklee commented Jun 12, 2024

Windows 11 + 32G memory machine:

Caused by: java.lang.OutOfMemoryError: Java heap space
        at hdf.object.h5.H5CompoundDS.compoundTypeIO(H5CompoundDS.java:1036)
        at hdf.object.h5.H5CompoundDS.compoundDatasetCommonIO(H5CompoundDS.java:867)
        at hdf.object.h5.H5CompoundDS.read(H5CompoundDS.java:767)
        at hdf.object.Dataset.getData(Dataset.java:667)

@hyoklee
Copy link
Member Author

hyoklee commented Jun 12, 2024

ViTables works fine.

vitables_NISAR_L2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - HDFView Improvements to the visual interface layer
Projects
None yet
Development

No branches or pull requests

2 participants