-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
40 lines (31 loc) · 1.7 KB
/
Copy pathREADME.Rmd
File metadata and controls
40 lines (31 loc) · 1.7 KB
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# rmsssim
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://travis-ci.org/gzt/rmsssim)
[](https://codecov.io/github/gzt/rmsssim?branch=master)
The goal of `rmsssim` is to provide an R interface for the MS-SSIM image comparison metric. This was not written by me, `gzt`, this was imported from [spatialcompare](https://github.com/colinr23/spatialcompare), which has a number of other
functions I am not interested in and some dependencies that no longer work for me.
This package depends on [raster](https://cran.r-project.org/package=raster).
## Installation
You can install this from github with:
``` r
#install.packages('devtools')
devtools::install_github('gzt/rmsssim')
```
Installing this may still be a bit frustrating, as `rgdal` is non-trivial to get working.
On Fedora, make sure to run `dnf install proj proj-epsg proj-devel gdal gdal-devel` first.
On other systems, change the commands accordingly. This
[StackOverflow answer](https://stackoverflow.com/questions/15248815/rgdal-package-installation)
has some guidance.
Please note that the 'rmsssim' project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.