Metadata-Version: 2.4
Name: aereo-read-tessera
Version: 1.0.0
Summary: Polylith project for the read-tessera plugin
Project-URL: Homepage, https://github.com/frandorr/aereo-read-tessera
Project-URL: Issues, https://github.com/frandorr/aereo-read-tessera/issues
Project-URL: Repository, https://github.com/frandorr/aereo-read-tessera
Project-URL: Documentation, https://frandorr.github.io/aereo-read-tessera
Author: AER Team
License-Expression: Apache-2.0
Keywords: aereo,earth-observation,plugin,remote-sensing,satellite
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.12
Requires-Dist: aereo<2.0,>=1.1
Requires-Dist: dask>=2026.6.0
Requires-Dist: geopandas<2.0.0,>=1.1.2
Requires-Dist: numpy
Requires-Dist: odc-geo>=0.5.1
Requires-Dist: pandas>=3.0.1
Requires-Dist: rioxarray>=0.22.0
Requires-Dist: shapely>=2.1.2
Requires-Dist: structlog>=25.5.0
Requires-Dist: xarray>=2026.4.0
Description-Content-Type: text/markdown

# aereo-read-tessera

An `aereo` ecosystem **Reader** plugin for GeoTessera satellite embedding tiles.

This plugin downloads raw `.npy` embedding files from GeoTessera, constructs lazy,
CRS-aware `xarray` DataArrays via memory-mapping, and mosaics intersecting tiles
into a single `xarray.Dataset` in their native CRS. It follows the new AEREO
Pydantic-based plugin architecture and is registered via entry points.

---

## Installation

```bash
pip install aereo-read-tessera
```

## Usage

Once installed, it will be automatically registered as an `aereo.plugins` entry point and can be used within the `aereo` application.
