Skip to main content

Tool for robustly creating and updating Zarr datacubes from smaller slices

Project description

 zappend

CI codecov PyPI Version Conda Version Code style: black Binder GitHub License


zappend is a tool written in Python that is used for robustly creating and updating Zarr datacubes from smaller dataset slices. It is built on top of the awesome Python packages xarray and zarr.

Motivation

The objective of zappend is enabling geodata scientists and developers to robustly create large data cubes. The tool performs transaction-based dataset appends to existing data cubes in the Zarr format. If an error occurs during an append step — typically due to I/O problems or out-of-memory conditions — zappend will automatically roll back the operation, ensuring that the existing data cube maintains its structural integrity. The design drivers behind zappend are first ease of use and secondly, high configurability regarding filesystems, data source types, data cube outline and encoding.

The tool comprises a command-line interface, a Python API for programmatic control, and a comprehensible documentation to guide users effectively. You can easily install zappend as a plain Python package using either pip install zappend or conda install -conda-forge zappend.

Features

The zappend tool provides the following features:

  • Locking: While the target dataset is being modified, a file lock is created, effectively preventing concurrent dataset modifications.
  • Transaction-based dataset appends: On failure during an append step, the transaction is rolled back, so that the target dataset remains valid and preserves its integrity.
  • Filesystem transparency: The target dataset may be generated and updated in any writable filesystems supported by the fsspec package. The same holds for the slice datasets to be appended.
  • Dataset polling: The tool can be configured to wait for slice datasets to become available.
  • Dynamic attributes: Use syntax {{ expression }} to update the target dataset with dynamically computed attribute values.
  • CLI and Python API: The tool can be used in a shell using the zappend command or from Python. When used from Python using the zappend() function, slice datasets can be passed as local file paths, URIs, as datasets of type xarray.Dataset, or as custom zappend.api.SliceSource objects.

More about zappend can be found in its documentation.

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

zappend-0.6.0.tar.gz (47.4 kB view details)

Uploaded Source

Built Distribution

zappend-0.6.0-py3-none-any.whl (46.6 kB view details)

Uploaded Python 3

File details

Details for the file zappend-0.6.0.tar.gz.

File metadata

  • Download URL: zappend-0.6.0.tar.gz
  • Upload date:
  • Size: 47.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for zappend-0.6.0.tar.gz
Algorithm Hash digest
SHA256 6b161f9cfca3e6eda8b44612fd6087be933a753a933dc9b98be11db41e4dd9e2
MD5 23b325de59c0f9b31ec0b5b7eddae55f
BLAKE2b-256 02fc86db5cbfcfec6859c7458a00d980a1dcecc6a33f163264ecea6c3db35431

See more details on using hashes here.

Provenance

File details

Details for the file zappend-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: zappend-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 46.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for zappend-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 20a5539a7e720a397b231335ce75cd2e89acabf046428c50b6633912cfe0dc1f
MD5 2a8ac0384fa4a26e857413784b268eff
BLAKE2b-256 e9e39a60c911fc1952f346dc14f3d6527e24f9f69b61ae37967361dc5053e3df

See more details on using hashes here.

Provenance

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