cov_disagg | R Documentation |
Uses ~~raster::disagregate~~ terra::disagg
to iteratively load a set of rasters and disaggregate them to a target resolution. Note that input raster resolution need to be divisible by the target resolution.
cov_disagg(inputFileList, output = "e:/tmp/2.5", targetRes = 2.5)
inputFileList |
a character vector specifiying the location of all the input rasters. Input list should only be a raster type (e.g. .tif). Best practice is to use list.files(full.names = TRUE). |
output |
destination of the output files. |
targetRes |
desired resolution to convert to. |
l <- list.files("e:/covariates/10") cv_FineRes(l, output = "e:/covariates/2.5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.