Jonathan Striebel
Jonathan Striebel
This PR adds a `chunk_ranges` function to iterutils, which doesn't chunk an iterable or list directly, but produces the relevant indices to chunk it. It contains functionality for windowing/overlap (see...
In Python 3 modules don't require an `__init__.py` anymore, they are referred to as namespace packages then (see [PEP 420](https://www.python.org/dev/peps/pep-0420/) for details). It seems that those are not supported by...
This PR adds two features of the [current v3 spec](https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html) to the zarr-python implementation: * storage transformers * `get_partial_values` and `set_partial_values` The current spec is not finalized and waiting for...
In #1096 `get/set_partial_values` methods were introduced to Zarr v3 stores. The provided method is a viable fallback for stores that cannot read and write partial objects. Other stores however should...
This PR is for an early prototype of sharding support, as described in the corresponding issue #877, an alternative to it's cousin PR #876. Please also see the discussion there....
This PR is for an early prototype of sharding support, as described in the corresponding issue #877. It serves mainly to discuss the overall implementation approach for sharding. This PR...
Update 2022-08-22: Please note that a sharding proposal is now formalized as a [**Zarr Enhancement Proposal, ZEP 2**](https://zarr.dev/zeps/draft/ZEP0002.html). Please consider to comment * on the abstract specification in PR https://github.com/zarr-developers/zarr-specs/pull/152,...
Since v0.2, `/` is the only allowed dimension separator for OME NGFF chunk paths. To be compatible with Zarr arrays in general, it would be great to also allow `.`...
It would be great to be able to set the initial position directly in the url, similar to `source`.
## Detailed Description When retrieving the dataset info via `/api/datasets//`, the view configuration that is edited from the webknossos frontend is shown in the key `adminViewConfiguration` (e.g. [here](https://webknossos.org/api/datasets/scalable_minds/cell_2021-11-30_12-10-00 )). However,...