Skip to content

Commit b328a65

Browse files
authored
Merge pull request #86 from MSanKeys963/data
Add page for Zarr datasets
2 parents 7423274 + 96b3fff commit b328a65

File tree

6 files changed

+38
-4
lines changed

6 files changed

+38
-4
lines changed

_data/navigation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ sidebar:
2929
url: '/community'
3030
- title: "Conventions"
3131
url: '/conventions'
32+
- title: "Datasets"
33+
url: '/datasets'
3234
- title: "Implementations"
3335
url: '/implementations'
3436
- title: "Office Hours"

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

+1-2
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

-1
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

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
Zarr has been <a href="https://zarr.dev/adopters/">adopted</a> by a variety of
12+
research groups, universities, organisations, and open-source communities.<br>
13+
Below is a list of a few examples of public datasets.<br><br>
14+
</font>
15+
16+
| Dataset | Hosting | Size |
17+
| ----------------------------------------------------------------------------------------------------------------- | --------------------- | ----- |
18+
| [CMIP6](https://console.cloud.google.com/marketplace/details/noaa-public/cmip6) | Google Cloud | 1 PB |
19+
| [Image Data Resource (IDR)](https://idr.github.io/ome-ngff-samples/) | EBI | 3 TB |
20+
| [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/catalog?filter=zarr) | Microsoft Azure | |
21+
| [MUR Sea Surface Temperature](https://registry.opendata.aws/mur) | AWS Open Data Program | 54 TB |
22+
| [NASA POWER](https://registry.opendata.aws/nasa-power/) | AWS Open Data Program | |
23+
| [National Water Model](https://discourse.pangeo.io/t/the-national-water-model-reanalysis-zarr-dataset-on-aws/1449)| Amazon AWS | 5 TB |
24+
| [webKnossos](https://zarr.webknossos.org/) | scalableminds GmbH | 70 TB |
25+
26+
<font size="4">
27+
<br>If you think your dataset would be a useful example to add to the list,
28+
feel free to send a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>.<br><br>
29+
30+
Please ensure the dataset you're adding to the list is public, free to use,
31+
documented, and illustrate the application of Zarr within a specific domain.<br><br>
32+
33+
Please only include URLs that you expect to be stable and maintained in the
34+
foreseeable future.
35+
</font>

implementations/index.md

-1
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)