Dear all,
Could you tell me what is the optimal way of converting zarr array to numpy array?
Currently I am using:
But this, as far as I understand, loads entire array into memory.
Are there better alternatives?
Best regards,
Aliaksei
- Value of
zarr.__version__: 2.10.3
- Value of
numcodecs.__version__: 0.9.1
- Version of Python interpreter: 3.9.0
- Operating system (Linux/Windows/Mac): Windows 11
- How Zarr was installed (e.g., "using pip into virtual environment", or "using conda"): using pip into virtual environment
Dear all,
Could you tell me what is the optimal way of converting zarr array to numpy array?
Currently I am using:
But this, as far as I understand, loads entire array into memory.
Are there better alternatives?
Best regards,
Aliaksei
zarr.__version__: 2.10.3numcodecs.__version__: 0.9.1