Skip to content

Consider changing default consolidated=None to False for zarr_version=3 in to_zarr() #10122

Open
@aladinor

Description

@aladinor

What is your issue?

Currently, in Dataset.to_zarr(), the consolidated parameter defaults to None, which means that xarray attempts to consolidate metadata by default. However, when using zarr_version=3, consolidated metadata is not required and might create issues. See this discussion

Would it make sense to change the default to False when zarr_version=3 is set, given that None currently implies metadata consolidation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic-zarrRelated to zarr storage library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions