Skip to content

Commit 7423274

Browse files
authored
Merge pull request #88 from MSanKeys963/zarr-conventions
Add page for Zarr conventions
2 parents 60250e2 + 7d43d2a commit 7423274

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
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: "Implementations"
3133
url: '/implementations'
3234
- title: "Office Hours"

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>

0 commit comments

Comments
 (0)