Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:SantanderMetGroup/loadeR into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
miturbide committed Jan 31, 2020
2 parents a6dc116 + d636a29 commit 7a3b4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# What is loadeR?

loadeR is an R package for climate data access building on NetCDF Java. It allows loading local or remote data (from OPeNDAP servers) and is fully integrated with the User Data Gateway ([UDG](http://www.meteo.unican.es/udg-wiki)). This package has been conceived to work in the framework of both seasonal forecasting and climate change studies. Thus, it considers ensemble members as a basic dimension of the two main data structures (`grid` and `station`). Find out more about this package at the [loadeR wiki](https://github.com/SantanderMetGroup/loadeR/wiki). 
loadeR is an R package for climate data access building on NetCDF Java. It allows loading local or remote data (from OPeNDAP servers) and is fully integrated with the User Data Gateway ([UDG](http://www.meteo.unican.es/udg-wiki)). This package has been conceived to work in the framework of both seasonal forecasting and climate change studies. Thus, it considers ensemble members as a basic dimension of the two main data structures (`grid` and `station`). Find out more about this package at the [loadeR wiki](https://github.com/SantanderMetGroup/loadeR/wiki).

This package is part of the [climate4R bundle](http://www.meteo.unican.es/climate4r), formed by `loadeR`, `transformeR`, `downscaleR` and `visualizeR`.

The recommended installation procedure (for loader and the companion loadeR.java packages) is to use the `install_github` command from the devtools R package (see the installation info in the wiki):

```r
devtools::install_github(c("SantanderMetGroup/loadeR.java", "SantanderMetGroup/loadeR"))
devtools::install_github(c("SantanderMetGroup/loadeR.java", "SantanderMetGroup/climate4R.UDG", "SantanderMetGroup/loadeR"))
```
**IMPORTANT:** On OS X, be sure to execute this in R started from the Terminal, not the R App! (This is because the R app doesn’t honor $PATH changes in ~/.bash_profile)

Expand Down

0 comments on commit 7a3b4f3

Please sign in to comment.