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

Allow symbolic links between datatree nodes? #9340

Open
TomNicholas opened this issue Aug 13, 2024 · 2 comments
Open

Allow symbolic links between datatree nodes? #9340

TomNicholas opened this issue Aug 13, 2024 · 2 comments
Labels
design question topic-backends topic-DataTree Related to the implementation of a DataTree class

Comments

@TomNicholas
Copy link
Member

What is your issue?

It would be nice if the tree could support internal symbolic links between nodes.


If someone actually wants this then please speak up! Otherwise we won't prioritise it, because it's not at all simple.

@keewis
Copy link
Collaborator

keewis commented Aug 13, 2024

my question for this feature is: can we serialize these links? In other words, do HDF5, zarr, netcdf4, and other file formats we'd want to write a DataTree object to, support these symbolic links? If they do, we should obviously think about adding that feature, but if they don't I think this would possibly be more trouble than it's worth.

@kmuehlbauer
Copy link
Contributor

HDF5 can do all kinds of interlinking, really weird stuff, self referencing and such.

See some examples below ( sorry for the unspeaking link):

https://portal.hdfgroup.org/hdf5/v1_14/_h5_g__u_g.html#title6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design question topic-backends topic-DataTree Related to the implementation of a DataTree class
Projects
None yet
Development

No branches or pull requests

3 participants