Module zarr_reader

Module zarr_reader 

Source
Expand description

Zarr array reader that flattens nD data into Arrow RecordBatches

See super::schema_inference for assumptions about Zarr store structure (1D coordinates, nD data variables as Cartesian product of coordinates).

Functionsยง

read_zarr
read_zarr_async
Async version of read_zarr for remote object stores