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
- Host: GitHub
- URL: https://github.com/sciviews/aurelhy
- Owner: SciViews
- License: other
- Created: 2015-07-14T16:19:19.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T08:50:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T04:41:45.307Z (11 months ago)
- Topics: interpolation, r, spatial-data-analysis
- Language: R
- Homepage:
- Size: 6.55 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# aurelhy
[](https://travis-ci.com/phgrosjean/aurelhy) [](https://ci.appveyor.com/project/phgrosjean/aurelhy) [](https://codecov.io/github/phgrosjean/aurelhy?branch=master) [](https://cran.r-project.org/package=aurelhy) [](https://www.gnu.org/licenses/gpl-3.0.html) [](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.