Description Usage Arguments Value Author(s)
View source: R/spatial_datahandling.R
If the data is not in the same projection as the template, the allignment will be computed by reprojection only. If the data has already the same projection, the data set will be croped and aggregated prior to resampling in order to reduce computation time.
1 2 | alignRasters(data, template, method = "bilinear", func = mean,
cl = T, expand = TRUE)
|
data |
raster layer to be resampled |
template |
raster or spatial data set from which geometry can be extracted |
method |
method for resampling ("ngb" or "bilinear") |
cl |
Should cluster computation be used (Default=T) |
raster layer containing geometrically alligned data
Martin Jung
Thomas Nauss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.