Skip to content

Commit 444e1cf

Browse files
Merge pull request #85 from MSanKeys963/spec_and_implementations_update
Add page for Zarr implementations
2 parents 569a486 + a03bcf5 commit 444e1cf

File tree

2 files changed

+63
-15
lines changed

2 files changed

+63
-15
lines changed

_data/navigation.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ sidebar:
1313
url: '#description'
1414
- title: "Applications"
1515
url: '#applications'
16-
- title: "Adopters"
17-
url: "/adopters"
18-
- title: "Office Hours"
19-
url: "/office-hours"
2016
- title: "Features"
2117
url: '#features'
2218
- title: "Sponsorship"
2319
url: "#sponsorship"
24-
- title: "Slides"
25-
url: "/slides"
2620
- title: "Videos"
2721
url: "#videos"
28-
- title: "ZEPs"
29-
url: '/zeps'
30-
- title: "Community"
31-
url: '/community'
22+
- title: Subpages
23+
children:
24+
- title: "Adopters"
25+
url: "/adopters"
3226
- title: "Blog"
3327
url: '/blog'
34-
- title: Other sites
35-
children:
36-
- title: "Specification"
37-
url: https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
28+
- title: "Community"
29+
url: '/community'
3830
- title: "Implementations"
39-
url: https://github.com/zarr-developers/zarr_implementations
31+
url: '/implementations'
32+
- title: "Office Hours"
33+
url: "/office-hours"
34+
- title: "Slides"
35+
url: "/slides"
36+
- title: "Specification"
37+
url: https://zarr-specs.readthedocs.io/
38+
- title: "ZEPs"
39+
url: '/zeps'

implementations/index.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

Comments
 (0)