ALUES
ALUES: R package for Agricultural Land Use Evaluation System - Published in JOSS (2022)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 13 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Repository
Agricultural Land Use Evaluation System
Basic Info
- Host: GitHub
- Owner: alstat
- License: other
- Language: R
- Default Branch: master
- Homepage: https://alstat.github.io/ALUES
- Size: 8.82 MB
Statistics
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 1
- Releases: 1
Topics
Metadata Files
README.md
ALUES 
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:
{r}
install.packages("ALUES")
To install the development version, run the following instead:
```{r}
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)
- Al-Ahmadgaid B. Asaad (Maintainer)
- email: alahmadgaid@gmail.com
- website: https://al-asaad.github.io/
- role: main developer of the package, responsible for the mathematical theory
- Arnold R. Salvacion
- email: arsalvacion@gmail.com
- blog: http://r-nold.blogspot.com/
- role: supervisor and domain expert on agriculture, and provider of all the necessary articles
- Bui Tan Yen
- role: LUSET main developer, which is the basis of ALUES
Owner
- Name: Al Asaad
- Login: alstat
- Kind: user
- Location: Quezon City, Philippines
- Company: Johnson & Johnson
- Website: https://www.al-asaad.com/
- Repositories: 104
- Profile: https://github.com/alstat
Statistician · Data Scientist
JOSS Publication
ALUES: R package for Agricultural Land Use Evaluation System
Authors
Data Science Solutions, Aboitiz Data Innovation PTE. LTD., Goldbell Towers, 47 Scotts Road, Singapore City, 228233, Singapore, Data Science Solutions, UnionBank of the Philippines Inc., UnionBank Plaza Bldg, Meralco Avenue, Pasig City, 1605, Philippines
Department of Community and Environmental Resource Planning, College of Human Ecology, University of the Philippines Los Baños, Los Baños 4031, Laguna, Philippines
International Rice Research Institute, Pili Drive, Los Baños 4031, Laguna, Philippines
Tags
crop suitability assessment membership functionGitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| alstat | a****d@g****m | 103 |
| alstat | a****d@g****m | 87 |
| Al-Ahmadgaid Asaad | a****d@A****l | 3 |
| Al-Ahmadgaid Asaad | a****d@1****6 | 2 |
| fabian-s | f****l@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 16
- Total pull requests: 9
- Average time to close issues: 3 months
- Average time to close pull requests: 2 days
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 1.75
- Average comments per pull request: 0.22
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- corybrunson (8)
- alstat (6)
- arsalvacion (1)
- fabian-s (1)
Pull Request Authors
- alstat (8)
- fabian-s (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 240 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: ALUES
Agricultural Land Use Evaluation System
- Homepage: https://github.com/alstat/ALUES/
- Documentation: http://cran.r-project.org/web/packages/ALUES/ALUES.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2.1
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- Rcpp >= 0.10.6 depends
- ggmap * suggests
- knitr * suggests
- markdown * suggests
- microbenchmark * suggests
- raster * suggests
- reshape2 * suggests
- testthat * suggests