From deb994a1f1f4e6bcaaae2a4f40710b04cbb81ce4 Mon Sep 17 00:00:00 2001 From: Sanket Verma Date: Sun, 21 May 2023 14:07:47 -0700 Subject: [PATCH 1/2] Add page for Zarr conventions --- _data/navigation.yml | 2 ++ conventions/index.md | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 conventions/index.md diff --git a/_data/navigation.yml b/_data/navigation.yml index b95ad00..5b830d5 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -27,6 +27,8 @@ sidebar: url: '/blog' - title: "Community" url: '/community' + - title: "Conventions" + url: '/conventions' - title: "Implementations" url: '/implementations' - title: "Office Hours" diff --git a/conventions/index.md b/conventions/index.md new file mode 100644 index 0000000..2bcac8d --- /dev/null +++ b/conventions/index.md @@ -0,0 +1,27 @@ +--- +layout: single +author_profile: false +title: Zarr Conventions +sidebar: + title: "Content" + nav: sidebar +--- + + +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.

+ +Here are some of the conventions that are currently in use:
+ + + +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 repository. +
From 7d43d2a9a85ff51b8fab43c94371c9262be68600 Mon Sep 17 00:00:00 2001 From: Sanket Verma Date: Fri, 9 Jun 2023 01:54:38 +0530 Subject: [PATCH 2/2] Add Xarray to the list --- conventions/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conventions/index.md b/conventions/index.md index 2bcac8d..7946eab 100644 --- a/conventions/index.md +++ b/conventions/index.md @@ -20,6 +20,7 @@ Here are some of the conventions that are currently in use:
  • GeoZarr
  • NCZarr
  • OME-Zarr
  • +
  • Xarray
  • If you're working on/know a new convention and want to add it to the list, feel free