GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GDAL_FILLNODATA(1) GDAL GDAL_FILLNODATA(1)

gdal_fillnodata - Fill raster regions by interpolation from edges.

gdal_fillnodata [--help] [--help-general] [-q] [-md <max_distance>]

[-si <smoothing_iterations>] [-o <name>=<value> [<name>=<value> ...]]
[-mask <filename>] [-interp {inv_dist,nearest}] [-b <band>]
[-of <gdal_format>] [-co <name>=<value>]
<src_file> <dst_file>


gdal_fillnodata fills selection regions (usually nodata areas) by interpolating from valid pixels around the edges of the area.

Additional details on the algorithm are available in the GDALFillNodata() docs.

NOTE:

gdal_fillnodata is a Python utility, and is only available if GDAL Python bindings are available.


Show this help message and exit

--help-general
Gives a brief usage message for the generic GDAL commandline options and exit.

The script runs in quiet mode. The progress monitor is suppressed and routine messages are not displayed.

The maximum distance (in pixels) that the algorithm will search out for values to interpolate. The default is 100 pixels.

The number of 3x3 average filter smoothing iterations to run after the interpolation to dampen artifacts. The default is zero smoothing iterations.

Specify a special argument to the algorithm. Currently none are supported.

The band to operate on, by default the first band is operated on.

Use the first band of the specified file as a validity mask (zero is invalid, non-zero is valid).

Select the output format. The default is GTiff -- GeoTIFF File Format. Use the short format name.

Added in version 3.9.

By default, pixels are interpolated using an inverse distance weighting (inv_dist). It is also possible to choose a nearest neighbour (nearest) strategy.


<srcfile>
The source raster file used to identify target pixels. Only one band is used.

<dstfile>
The new file to create with the interpolated result.

Frank Warmerdam <warmerdam@pobox.com>

1998-2025

May 6, 2025

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.