Skip to content

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.

License

Notifications You must be signed in to change notification settings

AlexandreGazagnes/Global-Biodiversity-Score

Repository files navigation

image

License: GPL v3 Python Repo Size PEP8 Poetry Coverage CI

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 :

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 :
git clone https://github.com/AlexandreGazagnes/Global-Biodiversity-Score.git
  • for ssh :
git clone git@github.com:AlexandreGazagnes/Global-Biodiversity-Score.git

Install the dependencies

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

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published