gdalMask: Mask function using gdal

View source: R/gdal_raster_functions.R

gdalMaskR Documentation

Mask function using gdal

Description

Mask function using gdal

Usage

gdalMask(inpath, inmask, outpath, return.raster = FALSE)

Arguments

inpath

file path of the inpath raster

inmask

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

outpath

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.