|
| 1 | +--- |
| 2 | +layout: single |
| 3 | +author_profile: false |
| 4 | +title: Zarr Implementations |
| 5 | +permalink: /implementations/ |
| 6 | +sidebar: |
| 7 | + title: "Content" |
| 8 | + nav: sidebar |
| 9 | +--- |
| 10 | + |
| 11 | +<font size="4"> |
| 12 | +Zarr is a data storage format based on an open-source <a |
| 13 | +href="https://zarr-specs.readthedocs.io/">specification</a>, making |
| 14 | +implementations across several languages possible. It is used in various |
| 15 | +domains, including geospatial, bio-imaging, genomics, data science, and HPC. 🌏🔬🧬<br><br> |
| 16 | + |
| 17 | +Implementations are listed (in alphabetical order) as follows:<br><br> |
| 18 | +</font> |
| 19 | + |
| 20 | +| C | C++ | Java | Javascript | Julia | Python | R | Rust | |
| 21 | +|------------|----------------|---------------|---------------|-----------|---------------|--------|-----------| |
| 22 | +| [NetCDF-C] | [GDAL] | [JZarr] | [Zarr.js] | [Zarr.jl] | [Zarr-Python] | [Rarr] | [Rust-N5] | |
| 23 | +| | [Tensorstore] | [N5-Zarr] | [Zarr-js] | | | | [Zarr] | |
| 24 | +| | [Xtensor-Zarr] | [NetCDF-Java] | | | | | | |
| 25 | +| | [Z5] | | | | | | | |
| 26 | + |
| 27 | +[NetCDF-C]: https://github.com/Unidata/netcdf-c |
| 28 | +[GDAL]: https://gdal.org/drivers/raster/zarr.html |
| 29 | +[JZarr]: https://github.com/bcdev/jzarr |
| 30 | +[Zarr.js]: https://github.com/gzuidhof/zarr.js |
| 31 | +[Zarr.jl]: https://github.com/JuliaIO/Zarr.jl |
| 32 | +[Zarr-Python]: https://github.com/zarr-developers/zarr-python |
| 33 | +[Rarr]: https://github.com/grimbough/Rarr |
| 34 | +[Rust-N5]: https://github.com/aschampion/rust-n5 |
| 35 | +[Tensorstore]: https://github.com/google/tensorstore/ |
| 36 | +[N5-Zarr]: https://github.com/saalfeldlab/n5-zarr |
| 37 | +[Zarr-js]: https://github.com/freeman-lab/zarr-js |
| 38 | +[Zarr]: https://github.com/sci-rs/zarr |
| 39 | +[Xtensor-Zarr]: https://github.com/xtensor-stack/xtensor-zarr |
| 40 | +[NetCDF-Java]: https://github.com/Unidata/netcdf-java |
| 41 | +[Z5]: https://github.com/constantinpape/z5 |
| 42 | + |
| 43 | +<font size="4"> |
| 44 | +→ Feel free to add any missing implementations by sending a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>. 🤝🏻<br><br> |
| 45 | + |
| 46 | +→ Get involved in various Zarr implementations by fixing bugs, resolving issues, improving documentation, or contributing to the codebase. |
| 47 | +If you've been doing any of these activities recently, we invite you to join our <a href="https://zarr.dev/community-calls/">community meetings</a> and share your work with us. We'd be delighted to showcase your efforts. 💪🏻 |
| 48 | +</font> |
0 commit comments