View source: R/gdal_raster_functions.R
gdalEdit | R Documentation |
Mask function using gdal
gdalEdit(inpath, scale, offset, return.raster = TRUE)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.