-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
46 lines (46 loc) · 2.2 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
43
44
45
46
Package: fsr
Type: Package
Title: Handling Fuzzy Spatial Data
Version: 2.0.1.9000
Authors@R: c(
person("Anderson", "Carniel", email = "[email protected]", role = c("rth", "aut", "cre", "cph"), comment = c(ORCID = "0000-0002-8297-9894")),
person("Pedro", "Venâncio", email = "[email protected]", role = c("ctb"), , comment = c(ORCID = "0000-0003-4665-562X")),
person("Markus", "Schneider", email = "[email protected]", role = c("rth")))
URL: https://accarniel.github.io/fsr/,
https://github.com/accarniel/fsr
BugReports: https://github.com/accarniel/fsr/issues
Depends: R (>= 3.6.0)
Imports: rlang (>= 0.4.11),
methods (>= 2.0.0),
sf (>= 1.0.15),
dplyr (>= 1.0.6),
ggplot2 (>= 3.3.5),
stringr (>= 1.4.0),
tibble (>= 3.0.1),
pso (>= 1.0.3),
e1071 (>= 1.7.3)
Suggests: lwgeom (>= 0.2.6)
Description: Support for fuzzy spatial objects, their operations, and fuzzy spatial inference models based on Spatial Plateau Algebra.
It employs fuzzy set theory and fuzzy logic as foundation to deal with spatial fuzziness.
It mainly implements underlying concepts defined in the following research papers:
(i) "Spatial Plateau Algebra: An Executable Type System for Fuzzy Spatial Data Types" <doi:10.1109/FUZZ-IEEE.2018.8491565>;
(ii) "A Systematic Approach to Creating Fuzzy Region Objects from Real Spatial Data Sets" <doi:10.1109/FUZZ-IEEE.2019.8858878>;
(iii) "Spatial Data Types for Heterogeneously Structured Fuzzy Spatial Collections and Compositions" <doi:10.1109/FUZZ48607.2020.9177620>;
(iv) "Fuzzy Inference on Fuzzy Spatial Objects (FIFUS) for Spatial Decision Support Systems" <doi:10.1109/FUZZ-IEEE.2017.8015707>;
(v) "Evaluating Region Inference Methods by Using Fuzzy Spatial Inference Models" <doi:10.1109/FUZZ-IEEE55066.2022.9882658>.
License: GPL-3
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
NeedsCompilation: no
Encoding: UTF-8
Collate:
'data_types.R'
'internal_functions.R'
'basic_functions.R'
'construction_module.R'
'general_operations.R'
'fuzzy_numerical_operations.R'
'fuzzy_geom_set_operations.R'
'fuzzy_topological_relations.R'
'fsi_module.R'