alstat / ALUES

Agricultural Land Use Evaluation System

Home Page:https://alstat.github.io/ALUES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALUES

R-CMD-check codecov MIT License DOI

Agricultural Land Use Evaluation System (ALUES) is an R package that evaluates land suitability for different crops production. The package is based on the Food and Agriculture Organization (FAO) and the International Rice Research Institute (IRRI) methodology for land evaluation. Development of ALUES is inspired by similar tool for land evaluation, Land Use Suitability Evaluation Tool (LUSET). The package uses fuzzy logic approach to evaluate land suitability of a particular area based on inputs such as rainfall, temperature, topography, and soil properties. The membership functions used for fuzzy modeling are the following: Triangular, Trapezoidal and Gaussian. The methods for computing the overall suitability of a particular area are also included, and these are the Minimum, Maximum and Average. Finally, ALUES is a highly optimized library with core algorithms written in C++.

Statement of Need

Several computer systems have been developed for agricultural land suitability assessments. Examples of these are ALES (Johnson & Cramb, 1991), LEIGIS (Kalogirou, 2002) and ALSE (Elsheikh et al., 2013). However, most of these systems are either proprietary or lacking features for land suitability assessments. It is therefore the goal of this software, ALUES, to address some of the limitations of the aforementioned software.

Installation

The package is available on CRAN, and can be installed as follows:

install.packages("ALUES")

To install the development version, run the following instead:

install.packages("devtools")

library(devtools)
install_github("alstat/ALUES")

We want to hear some feedbacks, so if you have any suggestion or issues regarding this package, please do submit it here. As for those who would want to contribute please read the CONTRIBUTING.md file.

Citation

@article{Asaad2022,
  doi = {10.21105/joss.04228},
  url = {https://doi.org/10.21105/joss.04228},
  year = {2022},
  publisher = {The Open Journal},
  volume = {7},
  number = {73},
  pages = {4228},
  author = {Al-Ahmadgaid B. Asaad and Arnold R. Salvacion and Bui Tan Yen},
  title = {ALUES: R package for Agricultural Land Use Evaluation System},
  journal = {Journal of Open Source Software}
}

Authors (with Contribution)

  1. Al-Ahmadgaid B. Asaad (Maintainer)
  2. Arnold R. Salvacion
  3. Bui Tan Yen
    • role: LUSET main developer, which is the basis of ALUES

About

Agricultural Land Use Evaluation System

https://alstat.github.io/ALUES

License:Other


Languages

Language:R 90.3%Language:C++ 7.7%Language:TeX 2.1%