Navigating External Links? #151
-
|
First, thanks so much for pureHDF - I have VB.NET code which I've been maintaining and extending for the last 20 years and when a colleague asked me to add HDF5 to the list of files the code can process, pureHDF got me off to a quick start on the problem. The file structure (over which I have no control) consists of a root file containing a number of external links (unknown in advance) which link to a set of groups containing metadata. Embedded in those groups are further external links to files containing the (image stack) data sets to be processed. So far I've been able to read out all the link names in all of the files and present them in a TreeView object. This is done using nested for each loops like the simple example below The loops implicitly navigate the external links somehow so, at some level, the relative paths embedded in the files must be available to them.
Any help with what I'm missing would be welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi, thanks for your report. I am not sure if I fully understand the problem. Why do you need a If you are allowed to, you could send a minimal sample to purehdf-151@m1.apollo3zehn.net which might help me to understand the problem and, if required, expose the missing data in the API. |
Beta Was this translation helpful? Give feedback.

Thanks for the sample. When I run the following code, I can successfully read the data of the datasets where the links point to.