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++.
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.
Al-Ahmadgaid B. Asaad (Maintainer)
Bui Tan Yen
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.