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 :
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.
Please clone the repository using the following command :
- for https :
git clone https://github.com/AlexandreGazagnes/Global-Biodiversity-Score.git
- for ssh :
git clone git@github.com:AlexandreGazagnes/Global-Biodiversity-Score.git
The project uses Poetry to manage its dependencies. Please install it using the following command :
pip install poetry
Then, please install the dependencies using the following command :
poetry install
Alternatively, you can install the dependencies using the following command :
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
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)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.