Metadata-Version: 2.5
Name: ziptif
Version: 0.1.0
Summary: ZipTif file format for Satellite Image Time Series.
Author: Centre Borelli
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: fire>=0.7.1
Requires-Dist: polars>=1.33.1
Requires-Dist: tifffile>=2025.9.20
Requires-Dist: xarray>=2024.0.0
Requires-Dist: zstd>=1.5.7.2
Description-Content-Type: text/markdown

File format to store multimodal Satellite Image Time Series.

Reading a partial subset (site, time, space, spectral, modality) is optimized for training neural networks.
The format is composed of a zip containing tiffs (sorted for optimal reading speed), and a binary index file (`.ziptif`).

The reader supports lazy concatenation datasets along the 'site' and 'modality' axis, thus allowing arbitrarly large training dataset.

Tested with Sentinel-1 and Sentinel-2 for now. Functions to create a dataset make a few assumptions that are not yet documented here.

