All Projects → zarr-developers → Zarr Python

zarr-developers / Zarr Python

Licence: mit
An implementation of chunked, compressed, N-dimensional arrays for Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Zarr Python

Prometheus Operator
Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
Stars: ✭ 6,451 (+880.4%)
Mutual labels:  hacktoberfest
Docs
CakePHP CookBook
Stars: ✭ 653 (-0.76%)
Mutual labels:  hacktoberfest
Clean Code Persian
ترجمه گروهی کتاب کدتمیز
Stars: ✭ 659 (+0.15%)
Mutual labels:  hacktoberfest
Gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
Stars: ✭ 6,008 (+813.07%)
Mutual labels:  hacktoberfest
Pyjanitor
Clean APIs for data cleaning. Python implementation of R package Janitor
Stars: ✭ 647 (-1.67%)
Mutual labels:  hacktoberfest
Supervised Installer
Installer for a generic Linux system
Stars: ✭ 649 (-1.37%)
Mutual labels:  hacktoberfest
About Swiftui
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
Stars: ✭ 5,954 (+804.86%)
Mutual labels:  hacktoberfest
Taiga Back
Agile project management platform. Built on top of Django and AngularJS
Stars: ✭ 5,648 (+758.36%)
Mutual labels:  hacktoberfest
Kotlin Language Server
Intelligent Kotlin support for any editor/IDE using the Language Server Protocol
Stars: ✭ 650 (-1.22%)
Mutual labels:  hacktoberfest
Calamares
Distribution-independent installer framework
Stars: ✭ 654 (-0.61%)
Mutual labels:  hacktoberfest
Enclosure Picroft
Mycroft interface for Raspberry Pi environment
Stars: ✭ 649 (-1.37%)
Mutual labels:  hacktoberfest
Osem
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Stars: ✭ 649 (-1.37%)
Mutual labels:  hacktoberfest
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (-0.46%)
Mutual labels:  hacktoberfest
Practical Aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0 and 6.0 projects you can use. Readme contains explanations on all projects.
Stars: ✭ 6,199 (+842.1%)
Mutual labels:  hacktoberfest
Concourse
Concourse is a container-based continuous thing-doer written in Go.
Stars: ✭ 6,070 (+822.49%)
Mutual labels:  hacktoberfest
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+825.99%)
Mutual labels:  hacktoberfest
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (-0.76%)
Mutual labels:  hacktoberfest
Material Shell
A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to improve productivity. It's meant to be 100% predictable and bring the benefits of tools coveted by professionals to everyone.
Stars: ✭ 6,189 (+840.58%)
Mutual labels:  hacktoberfest
Gitql
💊 A git query language
Stars: ✭ 5,854 (+789.67%)
Mutual labels:  hacktoberfest
Vis Timeline
📈 Create a fully customizable, interactive timelines and 2d-graphs with items and ranges.
Stars: ✭ 654 (-0.61%)
Mutual labels:  hacktoberfest

Zarr

Latest Release latest release
latest release
Package Status status
License license
Build Status travis build status
Coverage coverage
Downloads pypi downloads
Gitter
Citation DOI

What is it?

Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. See the documentation for more information.

Main Features

  • Create N-dimensional arrays with any NumPy dtype.
  • Chunk arrays along any dimension.
  • Compress and/or filter chunks using any NumCodecs codec.
  • Store arrays in memory, on disk, inside a zip file, on S3, etc...
  • Read an array concurrently from multiple threads or processes.
  • Write to an array concurrently from multiple threads or processes.
  • Organize arrays into hierarchies via groups.

Where to get it

Zarr can be installed from PyPI using pip:

pip install zarr

or via conda:

conda install -c conda-forge zarr

For more details, including how to install from source, see the installation documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].