You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide direct access to an underlying Zarr array (#792)
* Provide direct access to an underlying Zarr array
* fixes + tests + changelog
* tests
* Update webknossos/webknossos/dataset/mag_view.py
Co-authored-by: Jonathan Striebel <[email protected]>
* adds zarr+dask example
* simpler dask sample
* doc
* use to_slices
* test
* exclude from vcr
Co-authored-by: Jonathan Striebel <[email protected]>
This example shows how to access the underlying [Zarr](https://zarr.dev) array of a [remote datasets](../../api/webknossos/dataset/dataset.md#RemoteDataset). Using the Zarr array allows to use other libraries, such as [Dask](https://www.dask.org/) for parallel processing.
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
15
15
### Breaking Changes
16
16
17
17
### Added
18
+
- Added direct access to an underlying Zarr array with the `MagView.get_zarr_array()` method. [#792](https://github.com/scalableminds/webknossos-libs/pull/792)
0 commit comments