geocomplexity
Mitigating Spatial Bias Through Geographical Complexity
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.3%) to scientific vocabulary
Keywords
geographical-complexity
geospatial-analysis
r
spatial-regression
spatial-relations
spatial-sampling
spatial-statistics
Last synced: 6 months ago
·
JSON representation
Repository
Mitigating Spatial Bias Through Geographical Complexity
Basic Info
- Host: GitHub
- Owner: ausgis
- Language: C++
- Default Branch: main
- Homepage: https://ausgis.github.io/geocomplexity/
- Size: 12.6 MB
Statistics
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
geographical-complexity
geospatial-analysis
r
spatial-regression
spatial-relations
spatial-sampling
spatial-statistics
Created over 1 year ago
· Last pushed 9 months ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```
# geocomplexity
[](https://CRAN.R-project.org/package=geocomplexity)
[](https://CRAN.R-project.org/package=geocomplexity)
[](https://CRAN.R-project.org/package=geocomplexity)
[](https://ausgis.r-universe.dev/geocomplexity)
[](https://github.com/ausgis/geocomplexity/actions/workflows/R-CMD-check.yaml)
**Mitigating Spatial Bias Through Geographical Complexity**
## Installation
- Install from [CRAN](https://CRAN.R-project.org/package=geocomplexity) with:
``` r
install.packages("geocomplexity", dep = TRUE)
```
- Install development binary version from [R-universe](https://ausgis.r-universe.dev/geocomplexity) with:
``` r
install.packages('geocomplexity',
repos = c("https://ausgis.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
```
- Install development source version from [GitHub](https://github.com/ausgis/geocomplexity) with:
``` r
# install.packages("devtools")
devtools::install_github("ausgis/geocomplexity",
build_vignettes = TRUE,
dep = TRUE)
```
Please ensure that appropriate **C++** compilation environment is configured and **Rcpp** & **RcppArmadillo** is properly installed in advance if you want to install **geocomplexity** from source. See the next topic on C++ Settings for more information.
## Set up to use **C++** compilation environment
**Windows**:
- Download the Rtools installer that matches your version of R from
- Run the installer, `Rtools.exe`, keeping the default settings.
**Linux**
Debian/Ubuntu:
```{.sh}
apt-get update
apt-get install r-base-dev
```
Fedora/RedHat: should be set up already.
**MacOS**
- Install the Xcode command line tool.
- Then, in the terminal:
```{.sh}
xcode-select --install
```
Owner
- Name: Geospatial Intelligence Lab
- Login: ausgis
- Kind: organization
- Email: yongze.song@curtin.edu.au
- Location: Australia
- Website: https://yongzesong.com/geospatial-intelligence-lab/
- Repositories: 1
- Profile: https://github.com/ausgis
Advancing the forefront of geospatial analysis and AI by creating cutting-edge methods and tools for sustainable development within infrastructure and industry
GitHub Events
Total
- Create event: 1
- Release event: 1
- Issues event: 2
- Watch event: 7
- Push event: 11
Last Year
- Create event: 1
- Release event: 1
- Issues event: 2
- Watch event: 7
- Push event: 11
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: 9 minutes
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: 9 minutes
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- SpatLyu (2)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 545 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: geocomplexity
Mitigating Spatial Bias Through Geographical Complexity
- Homepage: https://ausgis.github.io/geocomplexity/
- Documentation: http://cran.r-project.org/web/packages/geocomplexity/geocomplexity.pdf
- License: GPL-3
-
Latest release: 0.2.1
published over 1 year ago
Rankings
Dependent packages count: 28.1%
Dependent repos count: 34.7%
Average: 49.8%
Downloads: 86.6%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- Rcpp * imports
- sf * imports
- spdep * imports
- terra * imports