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 file storage format for chunked, compressed, N-dimensional arrays based on an open-source specification.
26
+
Zarr-Python is a Python library for reading and writing Zarr groups and arrays. Highlights include:
27
+
28
+
* Specification support for both Zarr v2 and v3.
29
+
* Create and read from N-dimensional arrays using NumPy-like semantics.
30
+
* Flexible storage enables reading and writing from local, cloud and in-memory stores.
31
+
* High performance: Enables fast I/O with support for asynchronous I/O and multi-threading.
32
+
* Extensible: Customizable with user-defined codecs and stores.
31
33
32
34
.. grid:: 2
33
35
34
36
.. grid-item-card::
35
37
:img-top: _static/index_getting_started.svg
36
38
37
-
Getting Started
38
-
^^^^^^^^^^^^^^^
39
+
Quick Start
40
+
^^^^^^^^^^^
39
41
40
-
New to Zarr? Check out the getting started guide. It contains an
42
+
New to Zarr? Check out the quick start guide. It contains a brief
41
43
introduction to Zarr's main concepts and links to additional tutorials.
42
44
43
45
+++
44
46
45
-
.. button-ref:: getting_started
47
+
.. button-ref:: quickstart
46
48
:expand:
47
49
:color: dark
48
50
:click-parent:
49
51
50
-
To the getting started guide
52
+
To the Quick Start
51
53
52
54
.. grid-item-card::
53
55
:img-top: _static/index_user_guide.svg
54
56
55
-
Guide
56
-
^^^^^
57
+
Guide
58
+
^^^^^
57
59
58
-
A detailed guide for how to use Zarr-Python.
60
+
A detailed guide for how to use Zarr-Python.
59
61
60
62
+++
61
63
62
-
.. button-ref:: user-guide
63
-
:ref-type: ref
64
+
.. button-ref:: user-guide/index
64
65
:expand:
65
66
:color: dark
66
67
:click-parent:
@@ -85,21 +86,28 @@ Zarr is a file storage format for chunked, compressed, N-dimensional arrays base
85
86
:color: dark
86
87
:click-parent:
87
88
88
-
To the api reference guide
89
+
To the API reference guide
89
90
90
91
.. grid-item-card::
91
92
:img-top: _static/index_contribute.svg
92
93
93
94
Contributor's Guide
94
95
^^^^^^^^^^^^^^^^^^^
95
96
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.
97
+
Want to contribute to Zarr? We welcome contributions in the form of bug reports,
98
+
bug fixes, documentation, enhancement proposals and more. The contributing guidelines
99
+
will guide you through the process of improving Zarr.
97
100
98
101
+++
99
102
100
-
.. button-ref:: contributing
103
+
.. button-ref:: developers/contributing
101
104
:expand:
102
105
:color: dark
103
106
:click-parent:
104
107
105
108
To the contributor's guide
109
+
110
+
111
+
**Download documentation**: `PDF/Zipped HTML <https://readthedocs.org/projects/zarr/downloads/>`_
0 commit comments