@@ -8,80 +8,41 @@ sidebar:
8
8
nav : sidebar
9
9
---
10
10
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
12
13
href="https://zarr-specs.readthedocs.io/">specification </a >, making
13
14
implementations across several languages possible. It is used in various
14
15
domains, including geospatial, bio-imaging, genomics, data science, and HPC. 🌏🔬🧬<br ><br >
15
16
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
17
42
18
43
<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
-
83
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 >
84
45
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. 💪🏻
87
48
</font >
0 commit comments