Hi, I am having this issue when trying to downscale:
res_gam <- dissever(
coarse = output, # stack of fine resolution covariates
fine = fine, # coarse resolution raster
method = "gamSpline", # regression method used for disseveration
p = p_train, # proportion of pixels sampled for training regression model
min_iter = min_iter, # minimum iterations
max_iter = max_iter, # maximum iterations
verbose = TRUE
)
Selecting best model parameters
Error in check_dims(x = x, y = y) : nrow(x) > 1 is not TRUE.
Hi, I am having this issue when trying to downscale:
Inputs are the following: