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

Feature request: One array available in more than one group, or under several names. #690

Open
adrianloy opened this issue Jan 14, 2021 · 1 comment

Comments

@adrianloy
Copy link

I would like to be able to request one array either under two different names in one group, or have the same array be part of two groups at the same time. The use case is to have different splits of the data (e.g. 5 fold split, and a simple train/test split) and different people want to be able to "query" for arrays using either splitting logic a or splitting logic b.

So I would like to be able to retrieve the same array in a group either via root['/dataset/train/array1'] or via root['/dataset/split1/array1']. Alternatively, have two different groups where the exact same array is part of.

Am I missing how to solve this via zarr right now? Do you think its a usefull feature? I can also build and managa an index over my files in a different object, but it seems desireable if I could do this via zarr directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants