We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2583e57 commit fed453bCopy full SHA for fed453b
images/chunked.png
7.15 KB
images/cloud.png
2.02 KB
images/hierarchy.png
8.84 KB
index.md
@@ -15,8 +15,20 @@ header:
15
actions:
16
- label: "Tweet here!"
17
url: "https://twitter.com/intent/tweet?via=zarr_dev&hashtags=beautifuldata"
18
+feature_row:
19
+ - image_path: /images/chunked.png
20
+ alt: "Chunked Logo"
21
+ excerpt: Chunked, Compressed N-Dimensional Arrays
22
+ - image_path: /images/cloud.png
23
+ alt: "Cloud Logo"
24
+ excerpt: "Cloud Storage & Concurrent Access"
25
+ - image_path: /images/hierarchy.png
26
+ alt: "Hierarchy Logo"
27
+ excerpt: "Annotated Hierarchy"
28
---
29
30
+{% include feature_row %}
31
+
32
Zarr is a community project to develop specifications and software for
33
storage of large N-dimensional typed arrays, also commonly known as
34
tensors. A particular focus of Zarr is to provide support for storage
0 commit comments