dissever: a method for spatial downscalingdissever?dissever is a general method for spatial downscaling introduced by Malone et al. in their 2012 Computers & Geosciences paper. This method has been extended and generalised by Roudier et al. to use and leverage a wide range of regression methods.
This package implements the latter in R, and modifies it so numerous regression methods can be tested. It leverages the power of the caret package to do so.
disseverTo install the stable version of dissever:
install.packages('dissever')
To install the development version of dissever:
# install.packages('devtools')
devtools::install_github('pierreroudier/dissever')