Description Usage Arguments Details Examples
gdal_fillnodata
is a tiny gdal_fillnodata.py
wrapper from the GDAL library tools.
1 | gdal_fillnodata(raster, mask)
|
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. |
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
1 2 3 4 | ## Not run:
gdal_fillnodata(raster, binaryMask)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.