Skip to content

Add page for Zarr implementations #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 5 additions & 7 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ main:
sidebar:
- title: About
children:
- title: "Specification"
url: https://zarr-specs.readthedocs.io/
- title: "Description"
url: '#description'
- title: "Applications"
Expand All @@ -19,6 +21,8 @@ sidebar:
url: "/office-hours"
- title: "Features"
url: '#features'
- title: "Implementations"
url: '/implementations'
- title: "Sponsorship"
url: "#sponsorship"
- title: "Slides"
Expand All @@ -30,10 +34,4 @@ sidebar:
- title: "Community"
url: '/community'
- title: "Blog"
url: '/blog'
- title: Other sites
children:
- title: "Specification"
url: https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
- title: "Implementations"
url: https://github.com/zarr-developers/zarr_implementations
url: '/blog'
87 changes: 87 additions & 0 deletions implementations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
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>

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

<font size="4">

<ul>
<li>C</li>
<ul>
<li><a href="https://github.com/Unidata/netcdf-c">NetCDF-C</a></li>
</ul>
</ul>

<ul>
<li>C++</li>
<ul>
<li><a href="https://gdal.org/drivers/raster/zarr.html">GDAL</a></li>
<li><a href="https://github.com/google/tensorstore/">Tensorstore</a></li>
<li><a href="https://github.com/xtensor-stack/xtensor-zarr">Xtensor-Zarr</a></li>
<li><a href="https://github.com/constantinpape/z5">Z5</a></li>
</ul>
</ul>

<ul>
<li>Java</li>
<ul>
<li><a href="https://github.com/bcdev/jzarr">JZarr</a></li>
<li><a href="https://github.com/saalfeldlab/n5-zarr">N5-Zarr</a></li>
<li><a href="https://github.com/Unidata/netcdf-java">NetCDF-Java</a></li>
</ul>
</ul>

<ul>
<li>Javascript</li>
<ul>
<li><a href="https://github.com/gzuidhof/zarr.js">Zarr.js</a></li>
<li><a href="https://github.com/freeman-lab/zarr-js">Zarr-js</a></li>
</ul>
</ul>

<ul>
<li>Julia</li>
<ul>
<li><a href="https://github.com/JuliaIO/Zarr.jl">Zarr.jl</a></li>
</ul>
</ul>

<ul>
<li>Python</li>
<ul>
<li><a href="https://github.com/zarr-developers/zarr-python">Zarr-Python</a></li>
</ul>
</ul>

<ul>
<li>R</li>
<ul>
<li><a href="https://github.com/grimbough/Rarr">Rarr</a></li>
</ul>
</ul>

<ul>
<li>Rust</li>
<ul>
<li><a href="https://github.com/aschampion/rust-n5">Rust-N5</a></li>
<li><a href="https://github.com/sci-rs/zarr">Zarr</a></li>
</ul>
</ul>

→ 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>

→ It's relatively easy to implement Zarr from scratch. If you're up, feel free to join our <a href="https://zarr.dev/community-calls/">community meetings</a> and let us know. 💪🏻

</font>