Skip to content

Commit 96b3fff

Browse files
authored
Merge branch 'main' into data
2 parents 81058a8 + 7423274 commit 96b3fff

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

_data/navigation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ sidebar:
2727
url: '/blog'
2828
- title: "Community"
2929
url: '/community'
30+
- title: "Conventions"
31+
url: '/conventions'
3032
- title: "Datasets"
3133
url: '/datasets'
3234
- title: "Implementations"

conventions/index.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: single
3+
author_profile: false
4+
title: Zarr Conventions
5+
sidebar:
6+
title: "Content"
7+
nav: sidebar
8+
---
9+
10+
<font size="4">
11+
The Zarr storage format is used in various domains and has active communities
12+
for each field. These communities have established several conventions on top
13+
of Zarr.<br><br>
14+
15+
Here are some of the conventions that are currently in use:<br>
16+
17+
<ul>
18+
<li><a href="https://anndata.readthedocs.io/en/latest/">Anndata</a></li>
19+
<li><a href="https://github.com/openssbd/bdz">BDZ</a></li>
20+
<li><a href="https://github.com/zarr-developers/geozarr-spec">GeoZarr</a></li>
21+
<li><a href="https://docs.unidata.ucar.edu/nug/current/nczarr_head.html">NCZarr</a></li>
22+
<li><a href="https://github.com/ome/ome-zarr-py">OME-Zarr</a></li>
23+
<li><a href="https://docs.xarray.dev/en/stable/internals/zarr-encoding-spec.html">Xarray</a></li>
24+
</ul>
25+
26+
If you're working on/know a new convention and want to add it to the list, feel free
27+
to send a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>.
28+
</font>

implementations/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Implementations are listed (in alphabetical order) as follows:<br><br>
1919
| C | C++ | Java | Javascript | Julia | Python | R | Rust |
2020
|------------|----------------|---------------|---------------|-----------|---------------|--------|-----------|
2121
| [NetCDF-C] | [GDAL] | [JZarr] | [Zarr.js] | [Zarr.jl] | [Zarr-Python] | [Rarr] | [Rust-N5] |
22-
| | [Tensorstore] | [N5-Zarr] | [Zarr-js] | | | | [Zarr] |
22+
| | [Tensorstore] | [N5-Zarr] | [Zarr-js] | | [Zarrita] | | [Zarr] |
2323
| | [Xtensor-Zarr] | [NetCDF-Java] | | | | | |
2424
| | [Z5] | | | | | | |
2525

@@ -29,6 +29,7 @@ Implementations are listed (in alphabetical order) as follows:<br><br>
2929
[Zarr.js]: https://github.com/gzuidhof/zarr.js
3030
[Zarr.jl]: https://github.com/JuliaIO/Zarr.jl
3131
[Zarr-Python]: https://github.com/zarr-developers/zarr-python
32+
[Zarrita]: https://github.com/scalableminds/zarrita
3233
[Rarr]: https://github.com/grimbough/Rarr
3334
[Rust-N5]: https://github.com/aschampion/rust-n5
3435
[Tensorstore]: https://github.com/google/tensorstore/
@@ -44,4 +45,4 @@ Implementations are listed (in alphabetical order) as follows:<br><br>
4445

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

0 commit comments

Comments
 (0)