Skip to content

Rarr now handles the Zarr v3 dimension_names metadata field #3

@Bisaloo

Description

@Bisaloo

Should (at least partially) address

ZarrArray/TODO

Line 12 in c92038e

o writeZarrArray() needs to write the array dimnames to disk.

If the provided array has dimnames, write_zarr_array() will take names(dimnames()) and write it as dimension_names (spec).

Conversely, if the Zarr metadata has the dimension_names field, it is used to populate names(dimnames()) when reading.

The Zarr spec doesn't define how the elements of dimnames (beyond its names()) should be written. One can use the free-form attributes for this (Rarr::read_zarr_attributes()/Rarr::write_zarr_attributes()).

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