Skip to content

Commit 5e7fcdc

Browse files
Add page for Zarr datasets, rename sub-directory pages to index.md, and remove permalink.
1 parent e07bb80 commit 5e7fcdc

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ sidebar:
2727
url: '/blog'
2828
- title: "Community"
2929
url: '/community'
30+
- title: "Datasets"
31+
url: '/datasets'
3032
- title: "Implementations"
3133
url: '/implementations'
3234
- title: "Office Hours"

adopters/adopters.md renamed to adopters/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: single
33
author_profile: false
44
title: Zarr Adopters
5-
permalink: /adopters/
65
sidebar:
76
title: "Content"
87
nav: sidebar
@@ -90,4 +89,4 @@ OME logo used by <a href="https://www.openmicroscopy.org/artwork/">permission</a
9089

9190
<font size="3">→ WEBKNOSSOS is a web-based platform for visualizing, collaboratively annotating and sharing large 3D images. Zarr is used for accessing remotely stored images as well as securely streaming annotation data to client applications.</font>
9291

93-
---
92+
---

community/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: single
33
author_profile: false
44
title: Zarr Community
5-
permalink: /community/
65
sidebar:
76
title: "Content"
87
nav: sidebar

datasets/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: single
3+
author_profile: false
4+
title: Zarr Datasets
5+
sidebar:
6+
title: "Content"
7+
nav: sidebar
8+
---
9+
10+
<font size="4">
11+
According to the <a href="https://zarr.dev/adopters/">website</a>, Zarr is
12+
utilised by a variety of research groups, universities, organisations, and
13+
open-source communities.<br><br>
14+
15+
We have compiled a list of public datasets for the community to use.<br><br>
16+
</font>
17+
18+
| Dataset | Hosting | Size |
19+
| ----------------------------------------------------------------------------------------------------------------- | --------------------- | ----- |
20+
| [CMIP6](https://console.cloud.google.com/marketplace/details/noaa-public/cmip6) | Google Cloud | 1 PB |
21+
| [IDR (OME-NGFF)](https://idr.github.io/ome-ngff-samples/) | EBI | 3 TB |
22+
| [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/catalog?filter=zarr) | Microsoft Azure | |
23+
| [MUR Sea Surface Temperature](https://registry.opendata.aws/mur) | AWS Open Data Program | 54 TB |
24+
| [NASA POWER](https://registry.opendata.aws/nasa-power/) | AWS Open Data Program | |
25+
| [National Water Model](https://discourse.pangeo.io/t/the-national-water-model-reanalysis-zarr-dataset-on-aws/1449)| Amazon AWS | 5 TB |
26+
| [NGFF](https://ngff.openmicroscopy.org/data/index.html) | Various providers | |
27+
| [webKnossos](https://zarr.webknossos.org/) | scalableminds GmbH | 70 TB |
28+
29+
<font size="4">
30+
<br>Feel free to add new datasets by sending a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>.<br><br>
31+
</font>

implementations/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: single
33
author_profile: false
44
title: Zarr Implementations
5-
permalink: /implementations/
65
sidebar:
76
title: "Content"
87
nav: sidebar
File renamed without changes.

0 commit comments

Comments
 (0)