You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
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
The text was updated successfully, but these errors were encountered: