gdalEdit: Mask function using gdal

View source: R/gdal_raster_functions.R

gdalEditR Documentation

Mask function using gdal

Description

Mask function using gdal

Usage

gdalEdit(inpath, scale, offset, return.raster = TRUE)

Arguments

inpath

file path of the inpath raster

scale

path to a mask file which is NA for cells to mask and 1 for cells to keep.

offset

file path of the output raster

return.raster

if TRUE raster will be returned from function call.


skiptoniam/sense documentation built on March 18, 2023, 4:36 a.m.