z5 icon indicating copy to clipboard operation
z5 copied to clipboard

Lightweight C++ and Python interface for datasets in zarr and N5 format

Results 38 z5 issues
Sort by recently updated
recently updated
newest added

Ever thought about making z5 available on pypi?

enhancement
help wanted

``` paradox:~/src/caiman_dev-clean$ python Python 3.9.12 | packaged by conda-forge | (main, Mar 24 2022, 23:25:59) [GCC 10.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import...

Should be easy to implement because it is done for n5 already.

The new C++ API allows to implement other backends than the filesystem. There is a mock-up implementation for this already. In order to implement actually implement it, the functionality in...

enhancement
help wanted

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Chunks corresponding to a request can be read from python: ``` chunk_ids = ds.get_chunks_in_request(np.s_[10:20, 35:70]) ``` The bounding boxes for each chunk that overlap with each chunk can also be...

Howdy! I am one of the programmers on the PIO project, a free software C/Fortran library to do scalable, netCDF I/O on many many processors on modern supercomputers. (See https://github.com/NCAR/ParallelIO)....

enhancement
help wanted

In h5py v2.10 (2019-09-06), opening without an explicit mode raises a deprecation warning (which can be silenced with an environment variable or global config setting). From h5py 3.0, the default...