climate4R
climate4R copied to clipboard
An R Framework for Climate Data Access and Post-processing
options(java.parameters = "-Xmx8g") library(climate4R.UDG) library(loadeR) library(loadeR.2nc) library(transformeR) library(climate4R.datasets) library(downscaleR) library(visualizeR) library(VALUE) library(climate4R.value) vars
It's been a while since I've used climate4R. Yesterday I ran the same script that used to work a few months ago, but now it is not possible to loadGridData....
After clean install using miniconda as per github: ``` out library(devtools) > install_github(c("SantanderMetGroup/loadeR.java", "SantanderMetGroup/climate4R.UDG", "SantanderMetGroup/loadeR", "SantanderMetGroup/transformeR", "SantanderMetGroup/visualizeR", "SantanderMetGroup/downscaleR")) ``` As isimip3 needs dask I install using conda ``` > out
Buenos días, Al intentar decargar datos del CORDEX desde www.meteo.unican.es/tds5/catalogs/cordex/cordex_eur_Datasets.html me da el siguiente error: [2020-02-04 16:11:30] Opening dataset... Error: Requested URL not found The problem may be momentary. He...
I cannot find anything in the documentation, do we have an official way to load (wrap) generic time-series into an object that can be used with downscaleR?
Hi! i have problems with the use of biasCorrection() and downscaleCV(). I think that the problem is with the format at dates. I included more details in the next link:...