| File | Date | Author | Commit |
|---|---|---|---|
| example | 2014-09-01 |
|
[56e119] Works. Example added. Ready to ship. |
| html | 2014-09-01 |
|
[56e119] Works. Example added. Ready to ship. |
| libs | 2014-09-01 |
|
[eb0f97] Add missing thirdparty lib. |
| src | 2014-09-01 |
|
[56e119] Works. Example added. Ready to ship. |
| Makefile | 2014-09-01 |
|
[56e119] Works. Example added. Ready to ship. |
| Makefile.inc | 2014-08-31 |
|
[a8f7a8] Working. |
| README.md | 2014-09-01 |
|
[56e119] Works. Example added. Ready to ship. |


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
<link rel="stylesheet" href="http://yandex.st/highlightjs/7.0/styles/default.min.css">
<script src="http://yandex.st/highlightjs/7.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <style type="text/css"> body { font-family: Sans-Serif; } </style>