-
In huggingface you can upload zarrs as zipstores and then stream them and read in chunks.
It could be interesting to support zarr zipstores, as this would allow to just upload the dataset on the we…
-
The main goal of this explorative issue is to _read_ remote zarrs over HTTP, when this HTTP calls require some authentication/authorization. I would postpone thinking about supporting _write_ operatio…
-
## Description
Currently Webknossos annotations are in the `*.wkw` format. We should create scripts to export and convert these annotations to either OME-Zarr or NIfTI-Zarr. We have decided to se…
-
### What happened?
Data was loaded into Xarray via OpenDataCube `dc.load` method. This Xarray was persisted to Zarr using
```python
xx.time.encoding['units'] = "seconds since 1970-01-01 00:00:00"
…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1. `bioformats2raw --scale-format-string '%2$d' a.fake sample.ome.zarr`
2. `napari sample.ome.zarr`
3. exception thrown:
```…
-
**What happened**:
Zarr arrays that have been stored with "/" as the `dimension_separator` attribute (in .zarray) have no data in them when opened with `da.from_zarr`. See https://github.com/zarr-d…
-
We are testing the [Prefect flow](https://github.com/aodn/dataflow-orchestration/blob/feature/5819-use-cloud-optimised-lib/projects/cloud_optimised/cloud_optimised_update_flow.py) that uses the cloud-…
-
### Discussed in https://github.com/zarr-developers/zarr-python/discussions/2485
Originally posted by **ilan-gold** November 12, 2024
Hello,
I am not entirely clear about what is supported …
-
There seems to be a lot of NaN values in the NeuralGCM ensemble zarr: ``gs://weatherbench2/datasets/neuralgcm_ens/2020-240x121_equiangular_with_poles_conservative.zarr``
e.g.
![image](https://gi…
-
### Zarr version
main
### Description
There is a bug in these lines:
`cdata` is not of type bytes in the `else` clause:
https://github.com/zarr-developers/zarr-python/blob/eb85ee7ba32df4983b80ae…