pktools  2.6.7
Processing Kernel for geospatial data
pkfillnodata

program to fill holes in raster image

SYNOPSIS

Usage: pkfillnodata -i input.txt -m mask -o output

Options: [-b band]*

Advanced options: [-d distance] [-it iterations]

Description

The utility pkfillnodata fills nodata values in a raster dataset. Nodata values are defined as 0 values in the mask raster dataset. You can use the input file as the mask image if 0 values in the input raster have to be filled. Per default, all bands are filled. Use the option -b to fill individual band(s) in a multiband raster input image.

Options