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

https://github.com/sciviews/aurelhy

Hydrometeorological interpolation using the AURELHY method
https://github.com/sciviews/aurelhy

interpolation r spatial-data-analysis

Last synced: 10 months ago
JSON representation

Hydrometeorological interpolation using the AURELHY method

Awesome Lists containing this project

README

          

# aurelhy

[![Linux Build Status](https://travis-ci.com/phgrosjean/aurelhy.svg)](https://travis-ci.com/phgrosjean/aurelhy) [![Win Build Status](https://ci.appveyor.com/api/projects/status/github/phgrosjean/aurelhy?branch=master&svg=true)](https://ci.appveyor.com/project/phgrosjean/aurelhy) [![Coverage Status](https://img.shields.io/codecov/c/github/phgrosjean/aurelhy/master.svg)](https://codecov.io/github/phgrosjean/aurelhy?branch=master) [![CRAN Status](https://www.r-pkg.org/badges/version/aurelhy)](https://cran.r-project.org/package=aurelhy) [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html) [![Life cycle stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)

> Hydrometeorological interpolation using the AURELHY method.

## Installation

Make sure you have the {remotes} R package installed:

``` r
install.packages("remotes")
```

Use `install_github()` to install the {aurelhy} package:

``` r
remotes::install_github("phgrosjean/aurelhy")
```

R should install all required dependencies automatically, and then it should compile and install {aurelhy}.

Latest development version in source and Windows binaries format also available from [appveyor](https://ci.appveyor.com/project/phgrosjean/aurelhy/build/artifacts).

## Usage

Make the {aurelhy} package available in your R session:

``` r
library("aurelhy")
```

Get help about this package:

``` r
library(help = "aurelhy")
?aurelhy
```

## Code of Conduct

Please note that the {aurelhy} project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.