-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
42 lines (42 loc) · 1.85 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: ALUES
Type: Package
Title: Agricultural Land Use Evaluation System
Version: 0.2.1
Date: 2022-01-10
Authors@R: c(
person("Al-Ahmadgaid B.", "Asaad", , "alahmadgaid@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3784-8593")
),
person("Arnold R.", "Salvacion", , "arsalvacion@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-8868-2226")
),
person("Bui", "Tan Yen", , "", role = "aut")
)
Maintainer: Al-Ahmadgaid B. Asaad <alahmadgaid@gmail.com>
Author: Al-Ahmadgaid B. Asaad [aut, cre] (<https://orcid.org/0000-0003-3784-8593>),
Arnold R. Salvacion [aut] (<https://orcid.org/0000-0001-8868-2226>),
Bui Tan Yen [aut]
Description: 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++.
License: MIT + file LICENSE
LazyData: true
LinkingTo: Rcpp
Encoding: UTF-8
Depends:
R (>= 3.5.0),
Rcpp (>= 0.10.6)
Suggests:
testthat, markdown, knitr, microbenchmark, ggmap, raster, reshape2
RoxygenNote: 7.1.2
VignetteBuilder: knitr
URL: https://github.com/alstat/ALUES/
BugReports: https://github.com/alstat/ALUES/issues/