Menu

Tree [eb0f97] master v1.0.1 /
 History

HTTPS access


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

Read Me

ncfill - Fill Missing Values in NetCDF Files

Banner image 1
Banner image 2

Overview

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).

Example

# 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

Download

Source code

Installation

# After adjusting Makefile.inc.
make app
make example
make install
make clean

News

v1.0.0 2014/8/31

  • Initial release.

Distribution

make html
make dist VER=1.0.0

Publishing

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

License

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>
MongoDB Logo MongoDB