An open API service indexing awesome lists of open source software.

https://github.com/ausgis/geosimilarity

Geographically Optimal Similarity
https://github.com/ausgis/geosimilarity

geoinformatics geospatial-analytics r spatial-predictions spatial-statistics

Last synced: 3 months ago
JSON representation

Geographically Optimal Similarity

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figs/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```

# geosimilarity

[![CRAN](https://www.r-pkg.org/badges/version/geosimilarity)](https://CRAN.R-project.org/package=geosimilarity)
[![Downloads_All](https://badgen.net/cran/dt/geosimilarity?color=orange)](https://CRAN.R-project.org/package=geosimilarity)
[![Downloads](https://cranlogs.r-pkg.org/badges/geosimilarity)](https://CRAN.R-project.org/package=geosimilarity)
[![DOI](https://ausgis.github.io/badges/gos_paper.svg)](https://doi.org/10.1007/s11004-022-10036-8)
[![R-universe](https://ausgis.r-universe.dev/badges/geosimilarity)](https://ausgis.r-universe.dev/geosimilarity)
[![R-CMD-check](https://github.com/ausgis/geosimilarity/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ausgis/geosimilarity/actions/workflows/R-CMD-check.yaml)

**Geographically Optimal Similarity**

Please cite **geosimilarity** as:

> Song, Y. (2022). Geographically Optimal Similarity.
> *Mathematical Geosciences*,*55*(3), 295–320.
> .

A BibTeX entry for LaTeX users is:

``` bib
@article{song2022gos,
title = {Geographically Optimal Similarity},
author={Song, Yongze},
year = {2022},
month = {nov},
volume = {55},
number = {3},
pages = {295–320},
journal = {Mathematical Geosciences},
publisher = {Springer Science and Business Media LLC},
doi = {10.1007/s11004-022-10036-8},
}
```

## Installation

- Install from [CRAN](https://CRAN.R-project.org/package=geosimilarity) with:

``` r
install.packages("geosimilarity", dep = TRUE)
```

- Install development binary version from [R-universe](https://ausgis.r-universe.dev/geosimilarity) with:

``` r
install.packages("geosimilarity",
repos = c("https://ausgis.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
```

- Install development source version from [GitHub](https://github.com/ausgis/geosimilarity) with:

``` r
# install.packages("devtools")
devtools::install_github("ausgis/geosimilarity",
build_vignettes = TRUE,
dep = TRUE)
```