overlayStacks: Overlay layers within raster stacks

overlayStacksR Documentation

Overlay layers within raster stacks

Description

Overlays rasters of different data resolution by filling in gaps in the highest resolution raster with data available in lowest resolution one. If only high or low resolution data are available, it will use it without attempting to overlay.

Usage

overlayStacks(
  highQualityStack,
  lowQualityStack,
  outputFilenameSuffix = "overlay",
  destinationPath
)

Arguments

highQualityStack

high quality list/stack of rasters (will be used preferentially)

lowQualityStack

low quality list/stack of rasters (will be used to fill NAs in highQualityStack)

outputFilenameSuffix

file suffix to save raster if there was overlaying. Defaults to "overlay".

destinationPath

path to data directory where objects will be downloaded or saved to


PredictiveEcology/LandR documentation built on June 7, 2024, 4:16 p.m.