You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zarr Python 2.x contains support for writing string=type data to Zarr arrays. Unfortunately, strings were left out of the core dtypes from the v3 spec and so we have not implemented anything to replace this functionality in 3.0. There are discussions on how this could be done in the spec
Zarr version
3.0.0.alpha
Numcodecs version
N/A
Python Version
N/A
Operating System
N/A
Installation
N/A
Description
Zarr Python 2.x contains support for writing string=type data to Zarr arrays. Unfortunately, strings were left out of the core dtypes from the v3 spec and so we have not implemented anything to replace this functionality in 3.0. There are discussions on how this could be done in the spec
And some related work here:
string
andbytes
dtypes plusvlen-utf8
andvlen-bytes
codecs #2036Steps to reproduce
writing strings to zarr works using
zarr_format=2
:but obviously not with
zarr_format=3
xref: pydata/xarray#9515
The text was updated successfully, but these errors were encountered: