bcdev / zappend

Robustly creating and updating Zarr data cubes from smaller subsets
https://bcdev.github.io/zappend/
MIT License
40 stars 1 forks source link

Return number of slices processed #93

Closed forman closed 5 months ago

forman commented 5 months ago

Is your feature request related to a problem? Please describe.

I need to know whether at least a single slice is in slices and been processed after calling zappend.

Describe the solution you'd like

Return the number of slices processed. In addition, allow for optional callback function as keyword argument.