biodiversity-utac
GenesisAeon Package 115 — real, independently verified habitat-
fragmentation thresholds and coextinction-cascade science. Second of
the three remaining candidate gap-topics from UTACnextSteps.txt
(after coral-reef-utac, P114). Deliberately has no UTAC/CREP/AFET
bridge and no invented Γ value — see DISCLAIMER.md.
For a plain-language explanation of the same topic (German, no jargon, written for general audiences), see WHITEPAPER.md.
Deliberately not one-sided
does_a_worsening_aggregate_trend_mean_intervention_is_futile()
returns False — Simkins et al. (2025) reviewed 67,217 species and
found that specific, documented conservation actions measurably
improved individual species' status even while the aggregate
biodiversity trend continued downward. Collapse-mechanism science and
"intervention works" are both real; this package documents both.
What's real here
- Andrén (1994, Oikos) — a real, foundational review: where 30% or more of original habitat remains, fragmentation itself doesn't add measurably to species-richness decline beyond habitat loss alone. Below 30%, fragmentation effects compound habitat loss.
- Koh et al. (2004, Science) — a real, published probabilistic coextinction model: ~6,300 affiliate species are "coendangered" with already-endangered hosts, and roughly two-thirds of 9,650 modeled interspecific systems could collapse if one partner is lost.
- IUCN Red List (current) — 169,420 species assessed, 47,187 (~28%) threatened; the first Global Tree Assessment found 38% of assessed tree species at risk — disproportionately high, and directly relevant to coextinction risk since trees are foundational habitat.
- WWF Living Planet Report 2024 — real, tracked population-trend
index across almost 35,000 vertebrate populations (5,495 species,
1970–2020): terrestrial populations down 69% on average (freshwater,
the steepest biome, is already covered by
freshwater-ecosystem-stressors-utac, P106, so this package uses the terrestrial figure to avoid duplicating that number). - Simkins et al. (2025, PLOS Biology) — the honesty-check citation: a real, large-sample review showing targeted conservation actions produce real positive outcomes even amid a real, worsening aggregate trend.
Quickstart
pip install biodiversity-utac
from biodiversity_utac import (
does_fragmentation_compound_habitat_loss, ANDREN_THRESHOLD,
systems_at_collapse_risk_count, COEXTINCTION_ESTIMATE,
fraction_of_assessed_species_threatened, REDLIST_STATUS,
LPI_TERRESTRIAL,
does_a_worsening_aggregate_trend_mean_intervention_is_futile,
)
print(ANDREN_THRESHOLD.habitat_remaining_threshold_pct) # 30.0
print(does_fragmentation_compound_habitat_loss(20.0)) # True
print(systems_at_collapse_risk_count()) # ~6433
print(round(fraction_of_assessed_species_threatened(), 3)) # ~0.279
print(LPI_TERRESTRIAL.terrestrial_decline_pct) # 69.0
print(does_a_worsening_aggregate_trend_mean_intervention_is_futile()) # False
Development
pip install -e ".[dev]"
pre-commit install
ruff check src tests
mypy src
pytest
Citation
See CITATION.cff and .zenodo.json.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biodiversity_utac-1.0.1.tar.gz.
File metadata
- Download URL: biodiversity_utac-1.0.1.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea1e7eafa13e2b43f1b4a36707ca4511bce42fe2e1864efda3978f3c0f51292a
|
|
| MD5 |
668bf44e6499f2c21c8e99cd56d14cc1
|
|
| BLAKE2b-256 |
02abe29a10c5b027d785a561abe94f655a92e74c67cec1b157990cdeb32a01f9
|
File details
Details for the file biodiversity_utac-1.0.1-py3-none-any.whl.
File metadata
- Download URL: biodiversity_utac-1.0.1-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3341836ce652426f85163db69f1c997f97ebef56a210a490fc29a84dd97aca47
|
|
| MD5 |
d57ed295c70fddc0a9487f460695ad8c
|
|
| BLAKE2b-256 |
03f65c0b5e1ccd0cf1b17f08a34e48788e713c538468342f18125559367edded
|