brk_exposureMatch: Add raster value to element of sf object

Description Usage Arguments

View source: R/brk_exposure.R

Description

Add the raster value(s) of a Raster* object to element of sf object.

Usage

1
2
3
4
5
6
7
brk_exposureMatch(
  stackRaster_exposure,
  sf,
  stackTimeline,
  keyTime = "TIMELINE",
  key = "EXPOSURE"
)

Arguments

stackRaster_exposure

The Raster* object

sf

the sf object

stackTimeline

sequence with matching to elements of RasterStack (length of stackTimeline must be the same as length of a list of stackRaster_exposure)

keyTime

name of the column to match exposure timeline from stackRaster_exposure

key

name of the new column


briskaR documentation built on Dec. 11, 2021, 9:23 a.m.