-
Notifications
You must be signed in to change notification settings - Fork 41
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
Proposal: Add UUID field to multiscale objects #115
base: main
Are you sure you want to change the base?
Conversation
In order to uniquely identify the images that are being generated, this change proposes that a UUID should be included with each multiscale. The UUID can either be generated at creation or perhaps copied from an existing array if all meta(data) is identical (e.g. a rechunking).
|
Pushed.
How do you mean, @will-moore? |
Where will I use the UUID? |
On the feature itself, I am also in favor or introducing some semantics allowing to identify of these objects. I can imagine several use cases as these objects are made available on object stored and potentially replicated in many places to allow some form of integrity check. A secondary proposal included this PR is the refactoring the definition of the |
In order to uniquely identify the images that are being generated,
this change proposes that a UUID should be included with each multiscale.
The UUID can either be generated at creation or perhaps copied from
an existing array if all meta(data) is identical (e.g. a rechunking).