Build chunk file path (zarr v2 and v3)
Usage
.zarr_chunk_path(array_dir, chunk_coords, chunk_prefix = "", chunk_sep = ".")
Arguments
- array_dir
Array directory path (empty string for store root)
- chunk_coords
Integer vector of chunk coordinates (0-based)
- chunk_prefix
Prefix prepended before coordinates ("" for v2, "c" for v3)
- chunk_sep
Separator between dimension coordinates ("." for v2, "/" for v3)