Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaacovercast/imemeba-bci
Biodiversity Change Index
https://github.com/isaacovercast/imemeba-bci
Last synced: about 1 month ago
JSON representation
Biodiversity Change Index
- Host: GitHub
- URL: https://github.com/isaacovercast/imemeba-bci
- Owner: isaacovercast
- License: gpl-3.0
- Created: 2022-12-28T20:36:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T17:59:51.000Z (4 months ago)
- Last Synced: 2024-10-15T18:24:42.664Z (3 months ago)
- Language: Jupyter Notebook
- Size: 11.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMEMEBA-BCI
Biodiversity Change Index## Installation
```
# Create a new conda environment
conda create -n BCI python=3.10 -y# Activate the BCI conda environment
conda activate BCI# Clone this repository
git clone https://github.com/isaacovercast/IMEMEBA-BCI.git# Install this repo in 'developer mode'
pip install -e IMEMEBA-BCI
```