-
It would be good to have an option (disabled by default) to verify the existing zarr data, in addition to filling in data that are missing from the zarr.
_Originally posted by @aaron-…
-
During the hackathon in Basel we have brainstormed on the specification that would allow for viewing data across the spatialdata visualization ecosystem with one viewconfig. This issue describes the c…
-
Assuming that we want to be as close to Zarr as possible here, a plain Zarr reader would ideally provide values as close as possible to the true value (barring missings etc) for a GeoZarr file.
A…
-
Hi,
I was wondering if you guys are considering to add support for writing matrices to [zarr](https://zarr.dev/) stores ? It has a similar hierarchical structure to `hdf5` and there currently exis…
-
### What happened?
When trying to source a zarr from GCP storage via executing `anemoi-datasets` create config.yaml test.zarr' the following error occurs:
```
json.decoder.JSONDecodeError: Expe…
-
Tile bounds should be extracted from the first record ([code](https://github.com/fusedio/udfs/blob/b7905bbba375dd5cd68326c005c9338782ad9dfc/community/milind/Zarr_file_example/Zarr_file_example.py#L19)…
-
As mentioned in https://github.com/zarr-developers/zarr-specs/pull/309, I ran across some challenges with how the Zarr v3 spec does extensions. I think that we might be able to learn some lessons from…
-
This works with V2 data:
```python
zarr.create(shape=10, dtype=">i2", zarr_version=2)
# -> i2>
```
But raises for V3
```python
zarr.create(shape=10, dtype=">i2", zarr_version=3)
```
`…
-
Right now, there is support for local .zarr stores and remote stores publically accessible via HTTP or S3.
Private remote stores are more difficult, as they need certain options or credentials that a…
-
There's an alpha release available now that can be installed using `pip install --pre`
https://pypi.org/project/zarr/3.0.0a0/