Skip to main content

DRB Zarr driver

Project description

ZarrNode Driver

This drb-driver-zarr module implements access to zarr containers with DRB data model. It is able to navigates among the zarr contents.

Zar Factory and Zarr Node

The module implements the basic factory model defined in DRB in its node resolver. Based on the python entry point mechanism, this module can be dynamically imported into applications.

The entry point group reference is drb.driver.
The driver name is zarr.
The factory class is decribed with implementation drb.drivers.zarr.zarr_node_factory.

The zarr factory creates a ZarrNode from an existing zarr content. It uses a base node to access the content data using a streamed implementation from the base node.

The base node can be a DrbFileNode, DrbHttpNode, DrbTarNode or any other nodes able to provide streamed (BufferedIOBase, RawIOBase, IO) zarr content.

limitations

The current version does not manage child modification and insertion. ZarrNode is currently read only.

Using this module

To include this module into your project, the drb-driver-zarr module shall be referenced into requirements.txt file, or the following pip line can be run:

pip install drb-driver-zarr

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drb-driver-zarr-1.3.0.tar.gz (28.0 kB view hashes)

Uploaded Source

Built Distribution

drb_driver_zarr-1.3.0-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page