Entering edit mode
rubi
▴
110
@rubi-6462
Last seen 7.3 years ago
Hi,
I'm trying to create an hdf5 structure with softlinks that point to other parts of the hdf5 structure.
For example, I want description to be a softlink pointing to a clustering/_kmeans_9_clusters/description group in my hdf5 structure so that I'll see:
SOFTLINK "description" {
LINKTARGET "/clustering/_kmeans_9_clusters/description"
}
when I run h5dump -H -A 0 -g on the group under which the description softlink is defined.
Can this be done with rhdf5?
Thanks a lot

It looks like the majority of the
H5Lfunctions are not exported by rhdf5 so I'm not sure this is possible right now. I'll see if I can address that in the near future.