Skip to content

Commit 3a383b5

Browse files
committed
Migrate one-pager content & add youtube video
1 parent d159d51 commit 3a383b5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,26 @@
44
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
55
layout: home
66
---
7+
8+
Zarr is a container for dense ND-dimensional array data, motivated by the need for a simple, transparent, open, and community-driven format that supports high-throughput distributed I/O on different storage systems.
9+
10+
Zarr data can be stored in any storage system that can be represented as a key-value store, including most commonly POSIX file systems and cloud object storage but also zip files as well as relational and document databases.
11+
12+
## Applications
13+
14+
* Simple and fast serialization of NumPy-like arrays, accessible from languages including Python, C, C++, Rust, Javascript and Java
15+
* Multi-scale n-dimensional image storage, e.g. in light and electron microscopy
16+
* Geospatial rasters, e.g. following the NetCDF / CF metadata conventions
17+
18+
## Features
19+
20+
* Chunk multi-dimensional arrays along any dimension.
21+
* Store arrays in memory, on disk, inside a Zip file, on S3, etc.
22+
* Read and write arrays concurrently from multiple threads or processes.
23+
* Organize arrays into hierarchies via annotatable groups.
24+
25+
Zarr is a Sponsored Project of NumFOCUS, a US 501(c)(3) public charity.
26+
27+
NumFOCUS Sponsored Projects rely on the generous support of corporate sponsors, institutional partners, and individual donors.
28+
29+
<iframe allowfullscreen="allowfullscreen" src="http://www.youtube.com/embed/qyJXBlrdzBs?color=white&theme=light"> </iframe>

0 commit comments

Comments
 (0)