Virtual concatenation of arrays with different codecs or dtypes #5
Labels
enhancement
New feature or request
zarr-python
Relevant to zarr-python upstream
zarr-specs
Requires adoption of a new ZEP
The motivation for this is in zarr-developers/zarr-specs#288. A
VirtualZarrArray
class can be prototyped in this library, but can't be serialized in a way that can be read by any Zarr readers until that upstream work is done.Eventually we probably want to change the default concatenation behaviour to concatenate using
VirtualZarrArray
s instead ofManifestArray
s.The text was updated successfully, but these errors were encountered: