https://github.com/AgroCares/Open-Bodem-Index-Calculator
An R package containing the functions for the Open Bodem Index (OBI)
https://github.com/AgroCares/Open-Bodem-Index-Calculator
agriculture package r soil
Last synced: 3 days ago
JSON representation
An R package containing the functions for the Open Bodem Index (OBI)
- Host: GitHub
- URL: https://github.com/AgroCares/Open-Bodem-Index-Calculator
- Owner: AgroCares
- License: gpl-3.0
- Created: 2019-06-26T11:35:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T07:16:38.000Z (8 months ago)
- Last Synced: 2024-10-29T22:31:48.515Z (6 months ago)
- Topics: agriculture, package, r, soil
- Language: R
- Homepage: https://agrocares.github.io/Open-Bodem-Index-Calculator/
- Size: 17.5 MB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - OBI - The Open-Bodem-Index-Calculator is a tool that evaluates the soil of agricultural fields based on four main criteria: chemical, physical, biological and management. (Consumption / Agriculture and Nutrition)
README
# Open Bodem Index Calculator (OBIC)
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://github.com/AgroCares/Open-Bodem-Index-Calculator/actions/workflows/check-standard.yaml)
[](https://app.codecov.io/gh/AgroCares/Open-Bodem-Index-Calculator?branch=master)
[](https://cran.r-project.org/package=OBIC)
[](https://cran.r-project.org/package=OBIC)This R package can be used to calculate the Open Bodem Index (OBI).
The OBI is a tool that evaluate the soil of agricultural fields based on four main criteria: chemical, physical, biological and management.
These four criteria consist of more than 21 indicators to get a comprehensive picture of the soil.
More information about the Open Bodem Index can be found at [Open Bodem Index](https://openbodemindex.nl).## Installation
```R
# Install from latest stable version from CRAN
install.packages("OBIC")# Or install the development version from GitHub
remotes::install_github("AgroCares/Open-Bodem-Index-Calculator")# Load the OBIC package in your script
library("OBIC")
```
Previous releases of `OBIC` can be found at `releases` section on the GitHub repository.## Documentation
Documentation of the R functions in the OBIC package can be found [here](https://agrocares.github.io/Open-Bodem-Index-Calculator/)## More information
The [Open Bodem Index](https://openbodemindex.nl) (OBI) is a collaboration between Wageningen UR, NMI and FarmHack in collaboration with agricultural experts.
The Open Bodem Index Calculator is a tool used by the OBI and developed by [NMI](https://www.nmi-agro.nl/).