Metadata-Version: 2.4
Name: aer-search-earthaccess
Version: 1.1.1
Summary: Polylith project for the earthaccess search plugin
Project-URL: Homepage, https://github.com/frandorr/aer-search-earthaccess
Project-URL: Issues, https://github.com/frandorr/aer-search-earthaccess/issues
Project-URL: Repository, https://github.com/frandorr/aer-search-earthaccess
Author: Fran Dorr
Requires-Python: >=3.13
Requires-Dist: aer-core
Requires-Dist: attrs<26,>=25.4
Requires-Dist: earthaccess<0.17,>=0.16
Requires-Dist: geopandas<2,>=1.1.2
Requires-Dist: pandas<4,>=3.0.1
Requires-Dist: pandera[geopandas]<0.25,>=0.24
Requires-Dist: shapely<3,>=2.1.2
Requires-Dist: structlog<26,>=25.5
Description-Content-Type: text/markdown

# aer-search-earthaccess

A Polylith plugin for the `aer` ecosystem that integrates `earthaccess` to seamlessly search for NASA Earth observation data collections and granules.

## Installation

```bash
pip install aer-search-earthaccess
```
or
```bash
uv add aer-search-earthaccess
```

## Usage

Once installed, it will automatically register as an `aer.plugins` plugin.

```python
from aer.plugin import search

results = search("earthaccess", ...)
```

## Related Projects

- [aer](https://github.com/frandorr/aer)
- [earthaccess](https://github.com/nsidc/earthaccess)
