Since the ?R language has been adopted for some key tasks in the EUPORIAS and SPECS projects (including the development of comprehensive validation and statistical-downscaling packages), the ecomsUDG.Raccess is envisaged as a user-friendly, R-based interface to the ECOMS User Data Gateway, enabling authentication? and remote access to the different datasets (seasonal forecasting, observations, reanalysis) currently available. Moreover, ecomsUDG.Raccess implements data homogenization (a single vocabulary) and time filtering/aggregation functionality.
The ecomsUDG.Raccess package relies on the rJava package as an interface to the powerful capabilities of the ?Unidata's netCDF Java library.
To obtain the latest stable release of the ecomsUDG.Raccess package (and the associated dependencies), type the following commands from your R console (NOTE: the R package ?devtools must be installed before):
> library(devtools) > install_github(c("SantanderMetGroup/downscaleR.java@stable", "SantanderMetGroup/ecomsUDG.Raccess@stable"))
The development version is available at the 'master' branch of the ??gitHub repository