Dear all,
Could you tell me please if zarr actually loads the data when the following piece of code is executed, or it just creates a pointer to array?
Assume path is actual path, sgroup is group namde, sarr is arr name
store = zarr.DirectoryStore(path)
root = zarr.group(store=store)
arr = root.sgroup.sarr
Best regards,
Aliaksei
- Value of
zarr.__version__: 2.10.3
- Value of
numcodecs.__version__: 0.9.1
- Version of Python interpreter: 3.8.2
- Operating system (Linux/Windows/Mac): Windows 7
- 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 please if zarr actually loads the data when the following piece of code is executed, or it just creates a pointer to array?
Assume
pathis actual path,sgroupis group namde,sarris arr nameBest regards,
Aliaksei
zarr.__version__: 2.10.3numcodecs.__version__: 0.9.1