-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support extendable datasets #186
Comments
Thanks for opening this, @tannerbitz. Copying the relevant part form the mails:
In theory both extending or linking datasets is possible (and not very complex due to the simple layout of zarr / n5 files).
I don't have much time to integrate any of this into the library right now, but I could quickly code up a proto-type for any of these options in python; and it should also be relatively easy to translate this to C++. Let me know what you think. |
I forget, do the zarr/N5 specs support dataset reshaping? They'd handle the edge chunks quite differently. Otherwise, on the application side you could set aside a metadata key like "followed_by" which tells you the address of the next array, and you could fill them up like rotating log files. |
I think there are some discussions going on in zarr, but there is not a canonical way to do it yet.
Good point, that would also work. |
No description provided.
The text was updated successfully, but these errors were encountered: