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
- Full guide: https://sites.ecmwf.int/docs/tensogram/main/guide/zarr-backend.html
- Repository: https://github.com/ecmwf/tensogram
License
Copyright 2026- ECMWF. Licensed under Apache-2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tensogram_zarr-0.19.0.tar.gz.
File metadata
- Download URL: tensogram_zarr-0.19.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d49349a8d4d087cbd3db7031ce5b92beaef5f93263f401c845f3ada52af5f0
|
|
| MD5 |
a32126c02c1bad635578a5fdf2a78dac
|
|
| BLAKE2b-256 |
ed6a52fb6fdbf1069919de7fc863077d3727f314544cd29e5abfa09367168060
|
File details
Details for the file tensogram_zarr-0.19.0-py3-none-any.whl.
File metadata
- Download URL: tensogram_zarr-0.19.0-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9fe1269723d87401553c979054c0512742824aa8c22175816ae5354103daa7c
|
|
| MD5 |
7ac0d59c36a4b9fd2c1c8fa70e6e1c68
|
|
| BLAKE2b-256 |
73c08f632355285df68bb4a16fc0dbb771969059816b9074250a68ab0b3ba8be
|