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
A quick fix would be to define Zarr._zero(::Type{Char}) = Char(0) before reading from the array. After that you can read the data. The underlying problem here is that the array in question does not define a fill value which makes it hard to initialize the buffer when reading into it. I will also add a patch to master but it might some time until this trickles to the registered version.
dc = Zarr.zopen("http://its-live-data.s3.amazonaws.com/test_datacubes/Malaspina_succeeded_ITS_LIVE_vel_EPSG3413_G0120_X-3250000_Y250000.zarr")
numerical data can be read in just fine, e.g.:
dc["mid_date"][:]
character data can not be read in:
dc["sensor_img1"][:]
I do not believe this was an issue with earlier versions of Zarr.jl
#and here's the stack trace:
The text was updated successfully, but these errors were encountered: