Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ sidebar:
url: '#description'
- title: "Applications"
url: '#applications'
- title: "Adopters"
url: "/adopters"
- title: "Office Hours"
url: "/office-hours"
- title: "Features"
url: '#features'
- title: "Sponsorship"
url: "#sponsorship"
- title: "Slides"
url: "/slides"
- title: "Videos"
url: "#videos"
- title: "ZEPs"
url: '/zeps'
- title: "Community"
url: '/community'
- title: Subpages
children:
- title: "Adopters"
url: "/adopters"
- title: "Blog"
url: '/blog'
- title: Other sites
children:
- title: "Specification"
url: https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
- title: "Community"
url: '/community'
- title: "Implementations"
url: https://github.com/zarr-developers/zarr_implementations
url: '/implementations'
- title: "Office Hours"
url: "/office-hours"
- title: "Slides"
url: "/slides"
- title: "Specification"
url: https://zarr-specs.readthedocs.io/
- title: "ZEPs"
url: '/zeps'
48 changes: 48 additions & 0 deletions implementations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
layout: single
author_profile: false
title: Zarr Implementations
permalink: /implementations/
sidebar:
title: "Content"
nav: sidebar
---

<font size="4">
Zarr is a data storage format based on an open-source <a
href="https://zarr-specs.readthedocs.io/">specification</a>, making
implementations across several languages possible. It is used in various
domains, including geospatial, bio-imaging, genomics, data science, and HPC. 🌏🔬🧬<br><br>

Implementations are listed (in alphabetical order) as follows:<br><br>
</font>

| C | C++ | Java | Javascript | Julia | Python | R | Rust |
|------------|----------------|---------------|---------------|-----------|---------------|--------|-----------|
| [NetCDF-C] | [GDAL] | [JZarr] | [Zarr.js] | [Zarr.jl] | [Zarr-Python] | [Rarr] | [Rust-N5] |
| | [Tensorstore] | [N5-Zarr] | [Zarr-js] | | | | [Zarr] |
| | [Xtensor-Zarr] | [NetCDF-Java] | | | | | |
| | [Z5] | | | | | | |

[NetCDF-C]: https://github.com/Unidata/netcdf-c
[GDAL]: https://gdal.org/drivers/raster/zarr.html
[JZarr]: https://github.com/bcdev/jzarr
[Zarr.js]: https://github.com/gzuidhof/zarr.js
[Zarr.jl]: https://github.com/JuliaIO/Zarr.jl
[Zarr-Python]: https://github.com/zarr-developers/zarr-python
[Rarr]: https://github.com/grimbough/Rarr
[Rust-N5]: https://github.com/aschampion/rust-n5
[Tensorstore]: https://github.com/google/tensorstore/
[N5-Zarr]: https://github.com/saalfeldlab/n5-zarr
[Zarr-js]: https://github.com/freeman-lab/zarr-js
[Zarr]: https://github.com/sci-rs/zarr
[Xtensor-Zarr]: https://github.com/xtensor-stack/xtensor-zarr
[NetCDF-Java]: https://github.com/Unidata/netcdf-java
[Z5]: https://github.com/constantinpape/z5

<font size="4">
→ 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>

→ Get involved in various Zarr implementations by fixing bugs, resolving issues, improving documentation, or contributing to the codebase.
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. 💪🏻
</font>