We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9412e commit 0c7a6b3Copy full SHA for 0c7a6b3
docs/python.md
@@ -201,6 +201,19 @@ also be used.
201
202
The multiscales will be computed and written out-of-core, limiting memory usage.
203
204
+### Writing with Tensorstore
205
+
206
+To write with [tensorstore], which may provide better performance, use the
207
+`tensorstore` optional dependency.
208
209
+```shell
210
+pip install "ngff-zarr[tensorstore]"
211
+```
212
213
+```python
214
+nz.to_ngff_zarr('cthead1.ome.zarr', multiscales, use_tensorstore=True)
215
216
217
[dataclass]: https://docs.python.org/3/library/dataclasses.html
218
[dataclasses]: https://docs.python.org/3/library/dataclasses.html
219
[Dask arrays]: https://docs.dask.org/en/stable/array.html
0 commit comments