Handling Fuzzy Spatial Data.
fsr: Handling Fuzzy Spatial Data in R
Overview
Many spatial objects (i.e., geographical objects) in reality may have inexact locations, vague boundaries, and/or blurred interiors, and hence cannot be adequately represented by well-known (crisp) spatial objects (e.g., those objects available in spatial libraries like GEOS and GDAL). Fuzzy set theory and fuzzy logic are powerful approaches to deal with spatial fuzziness.
Unfortunately, spatial fuzziness has so far not found its way into spatial data science projects due to a lack of complete implementations of software packages that can handle fuzzy spatial objects. Motivated by this lack of support, the fsr package has the following advantages:
- It is an implementation of the fuzzy spatial data types, operations, and predicates, including heterogeneous fuzzy spatial data types, based on the Spatial Plateau Algebra (SPA).
- It offers the construction of fuzzy spatial objects as spatial plateau objects from real spatial datasets.
- It has families of functions that permit users to conduct exploratory (spatial) data analysis by issuing geometric operations and topological predicates on fuzzy spatial objects.
- It allows the design and creation of fuzzy spatial inference (FSI) models to discover new findings from fuzzy spatial objects.
- It provides evaluation methods to process different types of spatial inference queries by using FSI models.
Citation
To cite fsr in publications use:
To refer to its second version:
To refer to its first version and the implementation of fuzzy spatial inference models:
Installing
Install the released version of fsr from CRAN with:
install.packages("fsr")
Install the development version from GitHub with:
# install.packages("devtools")
library(devtools)
install_github("accarniel/fsr")
Contributing and Contact
The project welcomes contributions. You can contribute to fsr by making Issues or Pull Requests on this GitHub Repository. Alternatively, you can contact Anderson Carniel. When a Pull Request or email is sent, Anderson Carniel will check it as soon as possible.