ALUES

R-CMD-check codecov MIT License

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++.

Installation

The package is not yet on CRAN, and is currently under development on github. To install it, run the following:

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.

Authors

  1. Al-Ahmadgaid B. Asaad (Maintainer)
  2. Arnold R. Salvacion
  3. Bui Tan Yen