You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zarr is a storage format for chunked, compressed, N-dimensional arrays based on an open-source specification. Highlights include:
29
21
30
-
Zarr is a file storage format for chunked, compressed, N-dimensional arrays based on an open-source specification.
22
+
* Create N-dimensional arrays with any NumPy dtype.
23
+
* Chunk arrays along any dimension.
24
+
* Compress and/or filter chunks using any NumCodecs_ codec.
25
+
* Store arrays in memory, on disk, inside a Zip file, on S3, ...
26
+
* Read an array concurrently from multiple threads or processes.
27
+
* Write to an array concurrently from multiple threads or processes.
28
+
* Organize arrays into hierarchies via groups.
31
29
32
30
.. grid:: 2
33
31
@@ -85,21 +83,33 @@ Zarr is a file storage format for chunked, compressed, N-dimensional arrays base
85
83
:color: dark
86
84
:click-parent:
87
85
88
-
To the api reference guide
86
+
To the API reference guide
89
87
90
88
.. grid-item-card::
91
89
:img-top: _static/index_contribute.svg
92
90
93
-
Contributor's Guide
94
-
^^^^^^^^^^^^^^^^^^^
91
+
Developer's Guide
92
+
^^^^^^^^^^^^^^^^^
95
93
96
-
Want to contribute to Zarr? We welcome contributions in the form of bug reports, bug fixes, documentation, enhancement proposals and more. The contributing guidelines will guide you through the process of improving Zarr.
94
+
Want to contribute to Zarr? We welcome contributions in the form of bug reports,
95
+
bug fixes, documentation, enhancement proposals and more. The contributing
96
+
guidelines will guide you through the process of improving Zarr.
0 commit comments