Metadata-Version: 2.4
Name: aereo
Version: 1.1.1
Summary: Plugin-based satellite data extraction — search across catalogs, extract assets, and reproject to analysis-ready Major TOM grids.
Project-URL: Documentation, https://frandorr.github.io/aereo
Project-URL: Homepage, https://github.com/frandorr/aereo
Project-URL: Issues, https://github.com/frandorr/aereo/issues
Project-URL: Repository, https://github.com/frandorr/aereo
Author-email: Francisco Dorr <fran.dorr@gmail.com>
License-Expression: Apache-2.0
Keywords: earth-observation,gis,polylith,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 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.12
Requires-Dist: attrs>=25.4
Requires-Dist: cattrs>=24.1
Requires-Dist: geopandas>=1.1.2
Requires-Dist: majortom-eg
Requires-Dist: pandas>=3.0.1
Requires-Dist: pandera[geopandas]>=0.24
Requires-Dist: pyproj>=3.7.1
Requires-Dist: rich>=13
Requires-Dist: shapely>=2.1.2
Requires-Dist: structlog>=25.5
Requires-Dist: typer>=0.12
Requires-Dist: utm>=0.8.1
Description-Content-Type: text/markdown

# aereo

> Plugin-based satellite data extraction — from search to analysis-ready Major TOM grid in minutes.

`aereo` is the core framework. Install it together with search and extract plugins for the sensors you need:

```bash
# GOES ABI (public S3, no auth)
pip install aereo aereo-search-aws-goes aereo-extract-satpy

# Sentinel-2 (Planetary Computer)
pip install aereo aereo-search-planetary-computer aereo-extract-odc-stac

# MODIS / VIIRS / Sentinel-3 (NASA Earthdata)
pip install aereo aereo-search-earthaccess aereo-extract-satpy
```

- **Search** across multiple satellite catalogs through a unified API.
- **Extract** assets and reproject them automatically to the same **Major TOM grid**.
- **Plugin-based** — add new sensors by installing pip packages; no code changes required.

For docs, examples, and plugin development guides, see [https://frandorr.github.io/aereo](https://frandorr.github.io/aereo).
