Metadata-Version: 2.4
Name: adaptation-resilience-utac
Version: 1.0.0
Summary: Real climate adaptation cost-benefit science (Reguero 2018, Global Commission on Adaptation 2019) -- countermeasure modeling, no UTAC/CREP bridge
Project-URL: Homepage, https://github.com/GenesisAeon/adaptation-resilience-utac
Project-URL: Repository, https://github.com/GenesisAeon/adaptation-resilience-utac
Author: Römer, Johann
License: MIT
License-File: LICENSE
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: mypy>=1.10.0; extra == 'dev'
Requires-Dist: pre-commit>=3.7.0; extra == 'dev'
Requires-Dist: pytest-cov>=5.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.6.0; extra == 'dev'
Description-Content-Type: text/markdown

# adaptation-resilience-utac

[![GenesisAeon](https://img.shields.io/badge/GenesisAeon-P95-blue)](https://github.com/GenesisAeon)
[![CI](https://github.com/GenesisAeon/adaptation-resilience-utac/actions/workflows/ci.yml/badge.svg)](https://github.com/GenesisAeon/adaptation-resilience-utac/actions/workflows/ci.yml)
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

GenesisAeon Package 95 — real climate adaptation cost-benefit science.
**Deliberately has no UTAC/CREP/AFET bridge** — see
[DISCLAIMER.md](DISCLAIMER.md).

## What's real here

- Reguero et al. (2018, *PLOS ONE*): Gulf Coast nature-based adaptation
  (wetlands, oyster reefs) averts $50B+ in losses at an average
  benefit-to-cost ratio above 3.5.
- Global Commission on Adaptation (2019): $1.8T global adaptation
  investment (2020-2030) projected to generate $7.1T in net benefits.
- Documents the real "triple dividend" of adaptation: avoided losses,
  economic gains, and social/environmental co-benefits — see
  [DISCLAIMER.md](DISCLAIMER.md).

## Quickstart

```bash
pip install adaptation-resilience-utac
```

```python
from adaptation_resilience_utac import gca_global_bcr

print(gca_global_bcr())  # ~3.94
```

## Development

```bash
pip install -e ".[dev]"
pre-commit install
ruff check src tests
mypy src
pytest
```

## Citation

See [CITATION.cff](CITATION.cff) and [.zenodo.json](.zenodo.json).
