https://github.com/alexandregazagnes/global-biodiversity-score
CDC Biodiversité is a subsidiary of the Caisse des Dépôts et Consignation, the largest French financial institution. It is specialized in providing biodiversity-positive solutions to businesses such as ecological offsets and biodiversity footprinting.
https://github.com/alexandregazagnes/global-biodiversity-score
analytics biodiversity data data-science environment ghg python
Last synced: about 1 month ago
JSON representation
CDC Biodiversité is a subsidiary of the Caisse des Dépôts et Consignation, the largest French financial institution. It is specialized in providing biodiversity-positive solutions to businesses such as ecological offsets and biodiversity footprinting.
- Host: GitHub
- URL: https://github.com/alexandregazagnes/global-biodiversity-score
- Owner: AlexandreGazagnes
- License: gpl-3.0
- Created: 2024-01-15T20:48:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T14:00:56.000Z (over 1 year ago)
- Last Synced: 2025-02-09T23:28:24.599Z (3 months ago)
- Topics: analytics, biodiversity, data, data-science, environment, ghg, python
- Language: HTML
- Homepage: https://www.cdc-biodiversite.fr/
- Size: 10.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.gnu.org/licenses/gpl-3.0)   [](https://www.python.org/dev/peps/pep-0008/) [](https://python-poetry.org/)  
# global-biodiversity-score
## About
### Context
CDC Biodiversité is a subsidiary of the Caisse des Dépôts et Consignation, the largest French financial institution. It is specialized in providing biodiversity-positive solutions to businesses such as ecological offsets and biodiversity footprinting.
The Global Biodiversity Score® (GBS®) is a tool developed by CDC Biodiversité to measure corporate and investments’ biodiversity impacts.
The tool is used by an ecosystem of companies, financial institutions, consultants and
academics.More information can be found at :
* [2022 - N18-TRAVAUX-DU-CLUB-B4B-G
BS-UK-MD-WEB.pdf](https://www.mission-economie-biodiversite.com/wp-content/uploads/2022/01/N18-TRAVAUX-DU-CLUB-B4B-GBS-UK-MD-WEB.pdf)
* [2020 - N15-TRAVAUX-DU-CLUB-B4B-GBS-UK-MD-WEB.pdf](http://www.mission-economie-biodiversite.com/wp-content/uploads/2020/09/N15-TRAVAUX-DU-CLUB-B4B-GBS-UK-MD-WEB.pdf)### Goals
The GBS can assess biodiversity of various commodities such as agricultural crops :
* The biodiversity impact results are expressed in MSA.km² (mean species abundance times km²)
and could be detailed by pressure on such as land use or climate change.* The goal of this exercise is to compute the total static biodiversity loss due to land use caused
by wheat in every country (in MSA.km²) in 2019.## Installation
### Clone the repository
Please clone the repository using the following command :
* for https :
```bash
git clone https://github.com/AlexandreGazagnes/Global-Biodiversity-Score.git
```
* for ssh :
```bash
git clone [email protected]:AlexandreGazagnes/Global-Biodiversity-Score.git
```### Install the dependencies
The project uses [Poetry](https://python-poetry.org/) to manage its dependencies. Please install it using the following command :
```bash
pip install poetry
```Then, please install the dependencies using the following command :
```bash
poetry install
```Alternatively, you can install the dependencies using the following command :
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```## Usage
The project is divided into 3 parts :
* *core* : contains the core functions of the project (cooming soon)
* *front* : contains the front-end of the project
* *api* : api of the project (coming soon)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[GPLv3](https://choosealicense.com/licenses/gpl-3.0/)