Skip to content

Add UUID field to multiscales - moved from PR #463

@jo-mueller

Description

@jo-mueller

Follow-up issue for #115. The gist:

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).

In essence, the metadata would contain this:

"multiscales": [
    {,
        "uuid": "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
        "name": "example",
        "datasets": [..]
     }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions