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 527f7cf commit cea5fc2Copy full SHA for cea5fc2
src/zarr/api/synchronous.py
@@ -1039,6 +1039,10 @@ def from_array(
1039
- tuple[int, ...]: A tuple of integers representing the chunk shape.
1040
1041
If not specified, defaults to "keep" if data is a zarr Array, otherwise "auto".
1042
+
1043
+ .. note::
1044
+ Variable chunking (RectilinearChunkGrid) is not supported when creating arrays from
1045
+ existing data. Use regular chunking (uniform chunk sizes) instead.
1046
shards : tuple[int, ...], optional
1047
Shard shape of the array.
1048
Following values are supported:
0 commit comments