Metadata-Version: 2.4
Name: aereo-search-aws-goes
Version: 1.2.0
Summary: Polylith project for the search-aws-goes plugin
Project-URL: Homepage, https://github.com/frandorr/aereo-search-aws-goes
Project-URL: Issues, https://github.com/frandorr/aereo-search-aws-goes/issues
Project-URL: Repository, https://github.com/frandorr/aereo-search-aws-goes
Project-URL: Documentation, https://frandorr.github.io/aereo-search-aws-goes
Author: Fran Dorr
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
Requires-Dist: geopandas<2.0.0,>=1.1.2
Requires-Dist: pandera[geopandas]<0.25.0,>=0.24.0
Requires-Dist: pyresample>=1.35.0
Requires-Dist: rasterio>=1.3
Requires-Dist: s3fs<2027.0.0,>=2026.2.0
Description-Content-Type: text/markdown

# aereo-search-aws-goes

A Polylith plugin for the `aereo` framework to search AWS GOES data.

## Description

This plugin provides the `search_aws_goes` capability to the `aereo` ecosystem, allowing users to search and discover GOES satellite data stored in AWS S3 buckets.

## Installation

```bash
pip install aereo-search-aws-goes
```

## Usage

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