VirtualiZarr icon indicating copy to clipboard operation
VirtualiZarr copied to clipboard

Cloud-Optimize your Scientific Data as Virtual Zarr stores, using xarray syntax.

Results 169 VirtualiZarr issues
Sort by recently updated
recently updated
newest added

- [x] Closes https://github.com/zarr-developers/VirtualiZarr/issues/561 https://github.com/zarr-developers/VirtualiZarr/issues/553 https://github.com/zarr-developers/VirtualiZarr/issues/498 https://github.com/zarr-developers/VirtualiZarr/issues/476 https://github.com/zarr-developers/VirtualiZarr/issues/559 - [x] Tests added - [x] Tests passing - [x] Full type hint coverage - [ ] Changes are documented in `docs/releases.rst`...

**Let's list all the file formats that could potentially be represented efficiently as "virtual zarr" - i.e. zarr + chunk manifests.** The important criteria here is that the format must...

help wanted
Kerchunk
references generation
usage example

I haven't updated all the pages yet for the new format, so please don't nit yet but I'd really appreciate some high level feedback on using mkdocs material and plugins...

documentation

Beginning of executable docs (#83). All notebooks will automatically be executed as part of the docs build per the docs here: https://myst-nb.readthedocs.io/en/latest/computation/execute.html# It will be useful to set up the...

documentation

The main usage docs revolve around code examples, but these are currently just hard-coded in. It would be good to generate these results automatically, and even better if the docs...

documentation

[This article](https://medium.com/@mojodna/tapalcatl-cloud-optimized-tile-archives-1db8d4577d92#:~:text=ZIPs%20facilitate%20random,file%20of%20interest.) is fascinating: > ZIPs facilitate random access and cheap updates as part of their design. > > Random access is achieved by providing a [central directory](https://en.wikipedia.org/wiki/Zip_%28file_format%29#Structure), which contains...

enhancement
references generation

I realized there is now another use case for VirtualiZarr that is not clearly documented: using `ManifestStore` as a runtime translation layer to access other cloud-optimized formats (e.g. COGeoTIFF) through...

documentation

Call `store.get_range_async(...)` rather than `obstore.get_range_async(store, ...)`

This issue discusses what VirtualiZarr would need to enable incrementally-populated zarr arrays. # Background: Incrementally populated arrays In the original issue (https://github.com/zarr-developers/zarr-specs/issues/300), I described the pattern of populating Zarr arrays...

`virtualizarr/tests/test_xarray.py::TestConcat::test_concat_along_new_dim` started failing after https://github.com/pydata/xarray/pull/10277 was merged.

bug