View source: R/fnc_fill_bze_reg.R
fnc_fill_bze_reg | R Documentation |
This function takes the BZE-raster and fills potentially missing data to the current extent of forest in BW. Cells are filled with a focal moving window approach. Furthermore, small bits of unconnected forest below 1 ha are deleted. Those are usually parks and hedges. Filled rasters are stored under the same name in a different folder that can be changed if necessary.
fnc_fill_bze_reg(
which_rasters = NA,
cells_belt = 6,
distance_thres = 400,
verbose = T
)
cells_belt |
numeric. Number of cells of moving window. The bigger, the coarser the mean value of the filled cells. |
distance_thres |
numeric. Maximum distance that should be covered by gap-filling-process. |
verbose |
shall current raster in progress be printed to the console |
which_raster |
selection of rasters to be processed. Must be character string with ".tif" endings. With default |
updates the filled BZE_reg rasters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.