Skip to content

Does initializing zarr store/group/arr load data or create pointer to them? #982

Description

@aliaksei-chareshneu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements to the documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions