Skip to content

Add page for Zarr conventions #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ sidebar:
url: '/blog'
- title: "Community"
url: '/community'
- title: "Conventions"
url: '/conventions'
- title: "Implementations"
url: '/implementations'
- title: "Office Hours"
Expand Down
28 changes: 28 additions & 0 deletions conventions/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: single
author_profile: false
title: Zarr Conventions
sidebar:
title: "Content"
nav: sidebar
---

<font size="4">
The Zarr storage format is used in various domains and has active communities
for each field. These communities have established several conventions on top
of Zarr.<br><br>

Here are some of the conventions that are currently in use:<br>

<ul>
<li><a href="https://anndata.readthedocs.io/en/latest/">Anndata</a></li>
<li><a href="https://github.com/openssbd/bdz">BDZ</a></li>
<li><a href="https://github.com/zarr-developers/geozarr-spec">GeoZarr</a></li>
<li><a href="https://docs.unidata.ucar.edu/nug/current/nczarr_head.html">NCZarr</a></li>
<li><a href="https://github.com/ome/ome-zarr-py">OME-Zarr</a></li>
<li><a href="https://docs.xarray.dev/en/stable/internals/zarr-encoding-spec.html">Xarray</a></li>
</ul>

If you're working on/know a new convention and want to add it to the list, feel free
to send a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>.
</font>