Darr is a Python science library for storing numeric data arrays in a format that is open, simple, and self-explanatory
Project description
Darr is a Python science library for storing and sharing numeric data arrays in a way that is open, simple, and self-explanatory. Save and use your numeric arrays and metadata with one line of code while long-term and tool-independent accessibility and easy shareability is ensured. In addition, Darr provides fast memory-mapped read/write access to such disk-based data and the ability to append data, , so that arrays may be larger than available RAM.
To maximize wide readability of your data, Darr is based on a combination of flat binary and human-readable text files. It automatically saves a description of how the data is stored, together with code for reading the specific data in a variety of current scientific data tools such as Python, R, Julia, IDL, Matlab, Maple, and Mathematica (see example array).
Darr is currently pre-1.0, still undergoing significant development.
Features
- Purely based on flat binary and text files, tool independence.
- Supports very large data arrays through memory-mapped file access.
- Data read/write access through NumPy indexing
- Data is easily appendable.
- Human-readable explanation of how the binary data is stored is saved in a README text file.
- README also contains examples of how to read the array in popular analysis environments such as Python (without Darr), R, Julia, Octave/Matlab, GDL/IDL, Maple, and Mathematica.
- Many numeric types are supported: (u)int8-(u)int64, float16-float64, complex64, complex128.
- Easy use of metadata, stored in a separate JSON text file.
- Minimal dependencies, only NumPy.
- Integrates easily with the Dask or NumExpr libraries for numeric computation on very large Darr arrays.
See the documentation for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file darr-0.1.10.tar.gz
.
File metadata
- Download URL: darr-0.1.10.tar.gz
- Upload date:
- Size: 45.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca8f884cd77da6dcc7f2fcfdba691d95d8f7577984cbee133f7497f54a438212 |
|
MD5 | f93915614d0888a164660d2685868c02 |
|
BLAKE2b-256 | c55a8492f3e6995971146d1d9eec23c169e6800be46e70f0a03f562e56b53174 |
File details
Details for the file darr-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: darr-0.1.10-py3-none-any.whl
- Upload date:
- Size: 40.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c69de858a0c422fb5f507242efaf200b65e9ada08a86a92b4e5ab65edf710357 |
|
MD5 | 458d5c18c049db84532b4e797c2e534b |
|
BLAKE2b-256 | 8f9a10b1bb09eb877988c79d9d2cbbe833e3f32860b6d9b432e4d08361b88049 |