fsr

An R package for handling fuzzy spatial data

https://github.com/accarniel/fsr

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: ieee.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary

Keywords

fuzzy-inference-system fuzzy-logic fuzzy-spatial-data spatial-data spatial-data-science
Last synced: 6 months ago · JSON representation

Repository

An R package for handling fuzzy spatial data

Basic Info
Statistics
  • Stars: 11
  • Watchers: 2
  • Forks: 4
  • Open Issues: 0
  • Releases: 5
Topics
fuzzy-inference-system fuzzy-logic fuzzy-spatial-data spatial-data spatial-data-science
Created over 5 years ago · Last pushed 9 months ago
Metadata Files
Readme License

README.md

fsr: Handling Fuzzy Spatial Data in R

CRAN CRAN checks Downloads Total Downloads

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:

Citation

To cite fsr in publications use:

Installing

Install the released version of fsr from CRAN with:

r install.packages("fsr")

Install the development version from GitHub with:

```r

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.

GitHub Events

Total
  • Watch event: 1
  • Delete event: 1
Last Year
  • Watch event: 1
  • Delete event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 186
  • Total Committers: 4
  • Avg Commits per committer: 46.5
  • Development Distribution Score (DDS): 0.231
Past Year
  • Commits: 38
  • Committers: 1
  • Avg Commits per committer: 38.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Anderson Chaves Carniel a****l@g****m 143
Felippe Galdino o****o@g****m 35
Juliana Strieder Philippsen s****p@g****m 7
leticiabohnert 7****t 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 16
  • Total pull requests: 17
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 2 days
  • Total issue authors: 5
  • Total pull request authors: 5
  • Average comments per issue: 0.31
  • Average comments per pull request: 0.82
  • Merged pull requests: 17
  • 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
  • accarniel (12)
  • ocfgaldino (1)
  • edzer (1)
  • FelipeBrusse (1)
  • kenia131 (1)
Pull Request Authors
  • ocfgaldino (7)
  • JulianaStrieder (4)
  • pedbrgs (4)
  • accarniel (2)
  • leticiabohnert (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 289 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: fsr

Handling Fuzzy Spatial Data

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 289 Last month
Rankings
Forks count: 12.8%
Stargazers count: 17.9%
Dependent packages count: 29.8%
Average: 32.5%
Dependent repos count: 35.5%
Downloads: 66.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.6.0 depends
  • FuzzyR >= 2.3.0 imports
  • dplyr >= 1.0.6 imports
  • e1071 >= 1.7.3 imports
  • ggplot2 >= 3.3.5 imports
  • lwgeom >= 0.2.6 imports
  • methods >= 2.0.0 imports
  • pso >= 1.0.3 imports
  • rlang >= 0.4.11 imports
  • sf >= 0.9.4 imports
  • stringr >= 1.4.0 imports
  • tibble >= 3.0.1 imports
  • utils >= 3.6.3 imports