https://github.com/zarr-developers/zarr_implementations
https://github.com/zarr-developers/zarr_implementations
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zarr-developers/zarr_implementations
- Owner: zarr-developers
- License: mit
- Created: 2019-02-18T21:32:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T19:00:14.000Z (10 months ago)
- Last Synced: 2024-12-07T07:02:42.937Z (6 months ago)
- Language: Python
- Size: 7.98 MB
- Stars: 40
- Watchers: 19
- Forks: 16
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zarr Implementations
Collect data in zarr / n5 format written by different implementations.
Test for compatibility. See [doc/development_overview.md](doc/development_overview.md) for details.## Implementations currently tested
* https://github.com/bcdev/jzarr
* https://github.com/saalfeldlab/n5-zarr
* https://github.com/aschampion/rust-n5
* https://github.com/xtensor-stack/xtensor-zarr
* https://github.com/gzuidhof/zarr.js
* https://github.com/zarr-developers/zarr-python
* https://github.com/constantinpape/z5## Other implementations
* [NetCDF-C](https://github.com/Unidata/netcdf-c) #35
* [NetCDF-Java](https://github.com/Unidata/netcdf-java) #40
* [TensorStore](https://google.github.io/tensorstore/driver/zarr/index.html) #20
* [Zarr.jl](https://github.com/meggart/Zarr.jl) #42
* https://github.com/freeman-lab/zarr-js
* [GDAL >= 3.4](https://gdal.org/drivers/raster/zarr.html)