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.16.1.tar.gz (30.9 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.16.1-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tensogram_zarr-0.16.1.tar.gz
  • Upload date:
  • Size: 30.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for tensogram_zarr-0.16.1.tar.gz
Algorithm Hash digest
SHA256 752a304bcafaf1b7df09228b9a9ab50c0cd64d0eb1734596252f3d8e4ae726a8
MD5 7682a63c737d02ff0d50199c75c3929a
BLAKE2b-256 8fc481b6f95c978fc6302f31167a0980cadc28945396d602d490c0fa05b5c2f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tensogram_zarr-0.16.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ec43af554b89d65d1bbe7a6237e5f0a6f681f94e6ca1556d820b0af567a2afc0
MD5 2616a8a455cdd41bc95bcebfb3db4f6b
BLAKE2b-256 f288bcafb4109c12382325b8c6c5811b2cbff87f245951b8089efe73cc017219

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