Skip to main content

Zarr v3 store backend for tensogram .tgm files

Project description

Tensogram Zarr v3 Store Backend

Zarr v3 store backend for Tensogram .tgm files — read and write Tensogram as if it were a Zarr v3 hierarchy. Works with zarr, xarray, and any consumer that speaks the Zarr v3 store protocol.

Installation

pip install tensogram-zarr

The tensogram native package and zarr>=3.0 are pulled in automatically.

Usage

import zarr
from tensogram_zarr import TensogramStore

store = TensogramStore("forecast.tgm")
root  = zarr.open(store, mode="r")
arr   = root["temperature"]
print(arr.shape, arr.dtype)
print(arr[0, :10, :10])      # Zarr-style chunk-aware access

TensogramStore is a standard zarr.abc.store.Store, so the full Zarr surface (groups, arrays, async reads, region I/O) applies.

Documentation

License

Copyright 2026- ECMWF. Licensed under Apache-2.0.

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

tensogram_zarr-0.18.0.tar.gz (33.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tensogram_zarr-0.18.0-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file tensogram_zarr-0.18.0.tar.gz.

File metadata

  • Download URL: tensogram_zarr-0.18.0.tar.gz
  • Upload date:
  • Size: 33.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tensogram_zarr-0.18.0.tar.gz
Algorithm Hash digest
SHA256 806383f6588116829f348a594ba6f0f67ca23e391652e8e0ce6517591c49a068
MD5 73a66a560c9c78ea11d06e57f31eabe2
BLAKE2b-256 00e56880ee7cccc6a9b39c97377a437804364b10743ce336a889a43adb1a1536

See more details on using hashes here.

File details

Details for the file tensogram_zarr-0.18.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tensogram_zarr-0.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 33ded25072eccbe8a1bf750e5f65f29cdc09e7bcb9360b5dd13347873dc1b8d7
MD5 f9e14cfa553a8d8a1c6bc2f9cf8a0327
BLAKE2b-256 7e9f995dff44d34e2b26a2de820c3edba53477897ae947a21858bbc3ad2d4ad3

See more details on using hashes here.

Supported by

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