Skip to contents

Convenience function to save a ZarrArray to the local file system.

Usage

zarr_save_array(store, arr, ...)

Arguments

store

: Store A mapping that supports string keys and bytes-like values.

arr

: ZarrArray The array with data to save.

...

Additional arguments to pass to zarr_create_array().