https://github.com/quantifyearth/life
Implementation of the methodology for the Eyres et al LIFE biodiversity metric
https://github.com/quantifyearth/life
aoh biodiversity ecology extinction
Last synced: 2 months ago
JSON representation
Implementation of the methodology for the Eyres et al LIFE biodiversity metric
- Host: GitHub
- URL: https://github.com/quantifyearth/life
- Owner: quantifyearth
- License: isc
- Created: 2022-08-04T13:06:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T11:51:19.000Z (3 months ago)
- Last Synced: 2026-04-03T06:31:07.381Z (2 months ago)
- Topics: aoh, biodiversity, ecology, extinction
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LIFE implementation
This repository implements the LIFE extinction risk methodology as published in [Eyres et al](https://www.cambridge.org/engage/coe/article-details/66866978c9c6a5c07a3e07fa). The code will generate maps that cover the impact to extinction risk in an area under the two scenarios: conversion of the land to arable use, and coversion of the land to pre-human.
## Running the code
The methodology is explained in more detail in [method.md](method.md), but there is also a script set up to just do an entire run of the pipeline in `./scripts/run.sh`.
## Credits
Originally derived from and using IUCN modlib and aoh lib by Daniele Baisero.