gdal_fillnodata: gdal_fillnodata

Description Usage Arguments Details Examples

Description

gdal_fillnodata is a tiny gdal_fillnodata.py wrapper from the GDAL library tools.

Usage

1
gdal_fillnodata(raster, mask)

Arguments

raster

Raster. The raster object to be processed, just one band.

mask

Raster. The raster mask with zeroes and ones. It should be a binary mask.

Details

The aim is just to convert the given raster and mask into a filled raster.

It has a dependency on GDAL Tools to be installed

Examples

1
2
3
4
## Not run: 
gdal_fillnodata(raster, binaryMask)

## End(Not run)

ahornero/rsensing documentation built on May 8, 2019, 1:37 a.m.