Skip to contents

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

Usage

zarr_save_array(store, arr, ...)

Arguments

store

: MutableMapping or string Store or path to directory in file system or name of zip file.

arr

: ZarrArray The array with data to save.

...

Additional arguments to pass to zarr_create_array().