Skip to content

Commit 1507677

Browse files
Apply suggestions
1 parent 14fe086 commit 1507677

File tree

2 files changed

+45
-82
lines changed

2 files changed

+45
-82
lines changed

_data/navigation.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,31 @@ main:
99
sidebar:
1010
- title: About
1111
children:
12-
- title: "Specification"
13-
url: https://zarr-specs.readthedocs.io/
1412
- title: "Description"
1513
url: '#description'
1614
- title: "Applications"
1715
url: '#applications'
18-
- title: "Adopters"
19-
url: "/adopters"
20-
- title: "Office Hours"
21-
url: "/office-hours"
2216
- title: "Features"
2317
url: '#features'
24-
- title: "Implementations"
25-
url: '/implementations'
2618
- title: "Sponsorship"
2719
url: "#sponsorship"
28-
- title: "Slides"
29-
url: "/slides"
3020
- title: "Videos"
3121
url: "#videos"
32-
- title: "ZEPs"
33-
url: '/zeps'
22+
- title: Subpages
23+
children:
24+
- title: "Adopters"
25+
url: "/adopters"
26+
- title: "Blog"
27+
url: '/blog'
3428
- title: "Community"
3529
url: '/community'
36-
- title: "Blog"
37-
url: '/blog'
30+
- title: "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

Lines changed: 29 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -8,80 +8,41 @@ sidebar:
88
nav: sidebar
99
---
1010

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

16-
Implementations are listed (in alphabetical order) as follows:</font>
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
1742

1843
<font size="4">
19-
20-
<ul>
21-
<li>C</li>
22-
<ul>
23-
<li><a href="https://github.com/Unidata/netcdf-c">NetCDF-C</a></li>
24-
</ul>
25-
</ul>
26-
27-
<ul>
28-
<li>C++</li>
29-
<ul>
30-
<li><a href="https://gdal.org/drivers/raster/zarr.html">GDAL</a></li>
31-
<li><a href="https://github.com/google/tensorstore/">Tensorstore</a></li>
32-
<li><a href="https://github.com/xtensor-stack/xtensor-zarr">Xtensor-Zarr</a></li>
33-
<li><a href="https://github.com/constantinpape/z5">Z5</a></li>
34-
</ul>
35-
</ul>
36-
37-
<ul>
38-
<li>Java</li>
39-
<ul>
40-
<li><a href="https://github.com/bcdev/jzarr">JZarr</a></li>
41-
<li><a href="https://github.com/saalfeldlab/n5-zarr">N5-Zarr</a></li>
42-
<li><a href="https://github.com/Unidata/netcdf-java">NetCDF-Java</a></li>
43-
</ul>
44-
</ul>
45-
46-
<ul>
47-
<li>Javascript</li>
48-
<ul>
49-
<li><a href="https://github.com/gzuidhof/zarr.js">Zarr.js</a></li>
50-
<li><a href="https://github.com/freeman-lab/zarr-js">Zarr-js</a></li>
51-
</ul>
52-
</ul>
53-
54-
<ul>
55-
<li>Julia</li>
56-
<ul>
57-
<li><a href="https://github.com/JuliaIO/Zarr.jl">Zarr.jl</a></li>
58-
</ul>
59-
</ul>
60-
61-
<ul>
62-
<li>Python</li>
63-
<ul>
64-
<li><a href="https://github.com/zarr-developers/zarr-python">Zarr-Python</a></li>
65-
</ul>
66-
</ul>
67-
68-
<ul>
69-
<li>R</li>
70-
<ul>
71-
<li><a href="https://github.com/grimbough/Rarr">Rarr</a></li>
72-
</ul>
73-
</ul>
74-
75-
<ul>
76-
<li>Rust</li>
77-
<ul>
78-
<li><a href="https://github.com/aschampion/rust-n5">Rust-N5</a></li>
79-
<li><a href="https://github.com/sci-rs/zarr">Zarr</a></li>
80-
</ul>
81-
</ul>
82-
8344
→ 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>
8445

85-
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. 💪🏻
86-
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. 💪🏻
8748
</font>

0 commit comments

Comments
 (0)