-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.47 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
Package: LaSEM
Title: Land Suitability Evaluation Module (LaSEM)
Version: 0.0.0.9000
Authors@R:
person("Dony", "Indiarto", , "d.indiarto@cifor-icraf.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9546-8201"))
Description: Land Suitability Evaluation Module (LaSEM) is a modular R-based Shiny app for decision-support system for producing land suitability maps of food, horticulture, and estate crop commodities. The first version of the Shiny app aims for the suitability analysis for the biophysical factors. The application guides users in collecting and preparing data to visualize suitability maps of certain crops on an interactive map, thus bundling the workflows into a single, streamlined interface. The main feature of LaSEM is its spatially-explicit functionality and streamlined interface which allows it to automatically evaluate land suitability based on biophysical factors of specific areas using the FAO framework. This application is built upon the theory of land evaluation and suitability assessment (i.e., FAO 1976, 2007).
License: GPL (>= 3)
Imports:
dplyr,
purrr,
readr,
sf,
terra,
stringr,
tidyr,
stats,
shiny,
DT,
magrittr,
rlang,
tibble,
tidyselect,
shinycssloaders,
leaflet,
htmltools,
zip,
utils
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr