
ncfill can fill in missing values using a nearest neighbor value or an inverse distance weighted average of N neighbors (using Shepard's method with p=2).
# Fill the values of 'myVar' with 4 nearest neighbors.
# All values not within 1 and 1000 are considered missing.
ncregrid -i in.nc -o out.nc -r 1,1000 -n 4 --eta -v myVar
# After adjusting Makefile.inc.
make app
make example
make install
make clean
v1.0.0 2014/8/31
make html
make dist VER=1.0.0
ssh -t rsz,ncfill@shell.sourceforge.net create
scp html/* rsz,ncfill@shell.sourceforge.net:/home/project-web/ncfill/htdocs
scp ../ncfill-1.0.0.tar.gz rsz,ncfill@shell.sourceforge.net:/home/frs/project/n/nc/ncfill
Copyright 2014 Remik Ziemlinski under the terms of the GNU General Public License v3