logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pkfillnodata - program to fill holes in raster image

Description

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.

Name

       pkfillnodata - program to fill holes in raster image

Options

-ifilename, --inputfilename
              Input raster dataset

       -mmask, --maskmask
              Mask raster dataset indicating pixels to be interpolated (zero valued)

       -ofilename, --outputfilename
              Output image file

       -bband, --bandband
              band(s) to process (Default is -1: process all bands)

       -vlevel, --verboselevel
              verbose

       Advanced options

       -ddistance, --distancedistance
              Maximum number of pixels to search in all directions to find values to interpolate from

       -ititerations, --iterationiterations
              Number of 3x3 smoothing filter passes to run (default 0)

                                                 01 January 2025                                 pkfillnodata(1)

Synopsis

pkfillnodata-iinput-mmask-ooutput [options] [advancedoptions]

See Also